368 lines
8.5 KiB
Markdown
368 lines
8.5 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
|
|
# [0.52.0](https://github.com/protectwise/troika/compare/v0.51.1...v0.52.0) (2024-11-11)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
## [0.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **troika-worker-utils:** Avoid no-workers log errors when forcing main thread ([d396e51](https://github.com/protectwise/troika/commit/d396e51708d151d9cee04394d3cd8ac87c1a7dc0)), closes [#337](https://github.com/protectwise/troika/issues/337)
|
|
|
|
|
|
|
|
|
|
|
|
# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)
|
|
|
|
|
|
### Features
|
|
|
|
* **troika-worker-utils:** Add a handle to force running worker modules on main thread ([4f8bc13](https://github.com/protectwise/troika/commit/4f8bc13cf32a1665e2177ab2f62f60f2fe17ad66))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.50.0](https://github.com/protectwise/troika/compare/v0.49.1...v0.50.0) (2024-10-11)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.49.0](https://github.com/protectwise/troika/compare/v0.48.1...v0.49.0) (2023-10-08)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.48.0](https://github.com/protectwise/troika/compare/v0.47.2...v0.48.0) (2023-09-09)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
## [0.47.2](https://github.com/protectwise/troika/compare/v0.47.1...v0.47.2) (2023-05-15)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
|
|
|
|
|
|
### Features
|
|
|
|
* remove custom Thenable polyfill in favor of native promises ([7af402e](https://github.com/protectwise/troika/commit/7af402e254675ca2fc182467a65d2d4f860845e4))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.45.0](https://github.com/protectwise/troika/compare/v0.44.0...v0.45.0) (2022-01-02)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.44.0](https://github.com/protectwise/troika/compare/v0.43.1-alpha.0...v0.44.0) (2021-11-14)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.43.0](https://github.com/protectwise/troika/compare/v0.42.0...v0.43.0) (2021-09-20)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* remove warnings about many open worker module requests ([164fb8f](https://github.com/protectwise/troika/commit/164fb8fe836b95fffe7ca94fcf96d536c7281f7e)), closes [#156](https://github.com/protectwise/troika/issues/156)
|
|
|
|
|
|
### Features
|
|
|
|
* **troika-worker-utils:** add a terminateWorker function ([33b8455](https://github.com/protectwise/troika/commit/33b8455c3794e13a342a7910d6c2c4beddd295da))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [0.42.0](https://github.com/protectwise/troika/compare/v0.41.2...v0.42.0) (2021-05-17)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.41.0](https://github.com/protectwise/troika/compare/v0.40.0...v0.41.0) (2021-04-19)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.40.0](https://github.com/protectwise/troika/compare/v0.39.2...v0.40.0) (2021-02-28)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.39.0](https://github.com/protectwise/troika/compare/v0.38.1...v0.39.0) (2021-02-15)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
## [0.38.1](https://github.com/protectwise/troika/compare/v0.38.0...v0.38.1) (2021-02-03)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **troika-worker-utils:** properly track open requests count ([a01d903](https://github.com/protectwise/troika/commit/a01d903245eee3b9798bcfac7397108fb3bb03e7))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.38.0](https://github.com/protectwise/troika/compare/v0.37.0...v0.38.0) (2021-01-24)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.37.0](https://github.com/protectwise/troika/compare/v0.36.1...v0.37.0) (2021-01-18)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [0.36.0](https://github.com/protectwise/troika/compare/v0.35.0...v0.36.0) (2020-12-04)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.35.0](https://github.com/protectwise/troika/compare/v0.34.2...v0.35.0) (2020-11-16)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
## [0.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* check for process env 'test' ([4f7f8f2](https://github.com/protectwise/troika/commit/4f7f8f24a9d4f4b655b61e1e16e19061c1911b02))
|
|
* check if process is undefined ([2b6d56a](https://github.com/protectwise/troika/commit/2b6d56af78e175a74fb03442efdc0a10d18fa4c8))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* add "sideEffects":false to package.json files to assist treeshaking ([61109b2](https://github.com/protectwise/troika/commit/61109b2e3d21dc794ef66b3f28cf63bbdd34150e))
|
|
* add PURE annotations to make troika-three-text treeshakeable ([8e76b5c](https://github.com/protectwise/troika/commit/8e76b5c31a3cbda86595654ba9d66d8d635e44a1))
|
|
* remove redundant "browser" and defunct "jsnext:main" fields from package.json files ([0abec40](https://github.com/protectwise/troika/commit/0abec40e3af06d3ae4d990bf198d871b46730f1f))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.32.0](https://github.com/protectwise/troika/compare/v0.31.0...v0.32.0) (2020-09-16)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.31.0](https://github.com/protectwise/troika/compare/v0.30.2...v0.31.0) (2020-08-11)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.30.0](https://github.com/protectwise/troika/compare/v0.29.0...v0.30.0) (2020-07-16)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **troika-worker-utils:** decrease main thread message level from warn to log ([d7cee6d](https://github.com/protectwise/troika/commit/d7cee6d534c6a01f9c3bc984015f7f824f0b458f))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.29.0](https://github.com/protectwise/troika/compare/v0.28.1...v0.29.0) (2020-07-06)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.28.0](https://github.com/protectwise/troika/compare/v0.27.1...v0.28.0) (2020-06-09)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.27.0](https://github.com/protectwise/troika/compare/v0.26.1...v0.27.0) (2020-06-02)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
## [0.26.1](https://github.com/protectwise/troika/compare/v0.26.0...v0.26.1) (2020-05-26)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **troika-worker-modules:** silence fallback warning in non-browser environments ([3dedb8f](https://github.com/protectwise/troika/commit/3dedb8f2b338e9345c107831863152b115ca50d2))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.26.0](https://github.com/protectwise/troika/compare/v0.25.0...v0.26.0) (2020-05-24)
|
|
|
|
|
|
### Features
|
|
|
|
* **troika-worker-utils:** add main thread fallback when web workers are not allowed ([c754d0b](https://github.com/protectwise/troika/commit/c754d0b2e716eadb2e478bb12fb2880d8a4ad63f))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.25.0](https://github.com/protectwise/troika/compare/v0.24.1...v0.25.0) (2020-05-19)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.24.0](https://github.com/protectwise/troika/compare/v0.23.0...v0.24.0) (2020-04-27)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.23.0](https://github.com/protectwise/troika/compare/v0.22.0...v0.23.0) (2020-04-16)
|
|
|
|
|
|
### Features
|
|
|
|
* **troika-worker-modules:** improve rehydration of functions in worker ([8f63090](https://github.com/protectwise/troika/commit/8f63090a5ad4fa3569faeade8e5c532ebfb065c5)), closes [#31](https://github.com/protectwise/troika/issues/31)
|
|
|
|
|
|
|
|
|
|
|
|
# [0.22.0](https://github.com/protectwise/troika/compare/v0.21.0...v0.22.0) (2020-04-02)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.21.0](https://github.com/protectwise/troika/compare/v0.20.0...v0.21.0) (2020-03-27)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)
|
|
|
|
|
|
### Features
|
|
|
|
* **troika-worker-utils:** export function for stringifying functions ([977634b](https://github.com/protectwise/troika/commit/977634b5eecb41e4e7aa61addf5b7bfd721ab9e2))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21)
|
|
|
|
**Note:** Version bump only for package troika-worker-utils
|