react-hooks-worker
Version:
React custom hooks for web workers
64 lines (48 loc) • 1.12 kB
Markdown
Change Log
# [Unreleased]
# [1.0.4] - 2022-03-05
## Changed
- fix: support postMessage options #42
# [1.0.3] - 2021-12-17
## Changed
- fix: handle nullish result from worker function #36
# [1.0.2] - 2021-11-04
## Changed
- fix: proper typing for useWorker #34
# [1.0.1] - 2021-10-13
## Changed
- Fix package.json properly for ESM
# [1.0.0] - 2020-08-15
## Changed
- Modern build
# [0.9.0] - 2019-10-18
## Changed
- Refactor to useState instead of useReducer (smaller size)
# [0.8.0] - 2019-08-18
## Changed
- BREAKING CHANGE: worker-based API (#10)
# [0.7.0] - 2019-07-13
## Changed
- Revoke objectURL on cleanup (#9)
# [0.6.0] - 2019-05-18
## Changed
- Improve internal implementation with useReducer
# [0.5.0] - 2019-05-18
## Changed
- Simplified input
# [0.4.0] - 2019-05-16
## Changed
- Update dependencies
## Added
- Inline function support
- Async generator support
# [0.3.0] - 2019-03-11
## Changed
- Parcel Bundler support
# [0.2.0] - 2019-02-10
## Changed
- Fixed null types
- Updated dependencies (React 16.8)
# [0.1.0] - 2019-01-27
## Added
- Initial release