- fix: support postMessage options #42
- fix: handle nullish result from worker function #36
- fix: proper typing for useWorker #34
- Fix package.json properly for ESM
- Modern build
- Refactor to useState instead of useReducer (smaller size)
- BREAKING CHANGE: worker-based API (#10)
- Revoke objectURL on cleanup (#9)
- Improve internal implementation with useReducer
- Simplified input
- Update dependencies
- Inline function support
- Async generator support
- Parcel Bundler support
- Fixed null types
- Updated dependencies (React 16.8)
- Initial release