0.5.7 (2021-07-02)
- mock worker dispatchEvent should use onmessage, add type_ debugging aide (3afd219)
0.5.6 (2021-06-24)
- slight parentPort API change workaround for node >= 14 (31d3902)
0.5.5 (2021-04-09)
- support dispatchEvent on mock worker. Rename FakeWorker to MockWorker (0050391)
0.5.4 (2021-03-11)
- do not break uglify (d282fcc)
0.5.3 (2021-03-11)
- mock worker coverage support (9ebfea6)
0.5.2 (2021-03-11)
- mock worker terminate cleanup (d4a264b)
0.5.1 (2021-02-17)
- make sure get-worker-string can be transcoded (f5d732c)
0.5.0 (2021-02-16)
- should work with minifiers and platforms without workers (4685d39)
0.4.1 (2021-01-25)
- do not eval mock workers, prevents break point issues (63fe865)
0.4.0 (2021-01-25)
- support mock workers, document type option (b1596c6)
0.3.0 (2020-12-18)
- support nodee, browser, or universal workers via a type option (831a205)
0.2.0 (2020-12-17)
- comments before and after, better rollup config (53e6d3f)
- trycatch worker_threads require and warn on error (fd0d5de)
- intial working code (722d65a)
6.1.0 (2020-12-09)
6.0.2 (2020-10-22)
- prevent warning on module build (33f6c6c)
6.0.1 (2020-10-19)
6.0.0 (2020-10-05)
- requires rollup@^2
5.0.2 (2020-03-24)
- package: update to babel 7.9 and enable bugfixes (71c71db)
5.0.1 (2019-08-16)
- peer dependency issue (f142f80)
5.0.0 (2019-08-16)
- BREAKING: Use
[@babel](https://github.com/babel)/plugin-transform-runtime
to turn babel helpers into requires (#25) (9a64e3d)
4.0.0 (2019-07-15)
- externals are now merged with globals before being passed to the user externals function.
- istanbul is removed from plugin list before use function on --watch or coverage false
- defaults are now immutable as intended.
- minBrowser is now part of browser and both module builds are under the same name
- package: require rollup ^1.12.0
3.2.1 (2019-06-28)
3.2.0 (2019-04-24)
3.1.1 (2019-04-24)
3.1.0 (2019-03-06)
- security: fix security issues by updating package-lock.json (7bbf448)
3.0.2 (2019-01-08)
- update readme about rollup support (79310bd)
3.0.1 (2019-01-08)
3.0.0 (2019-01-08)
- This is considered a breaking change because it is not expected to work with pre-1.0 versions of Rollup.
2.3.1 (2018-10-18)
2.3.0 (2018-10-11)
2.2.0 (2018-09-06)
- update husky (fa52490)
2.1.0 (2018-08-30)
- expose makeBuild (9ecee3b)
2.0.1 (2018-08-28)
- rollup-plugin-istanbul must be a dependency (fb5419b)
2.0.0 (2018-08-28)
- update tooling (d606844)
- babel package names have changed
- Adds a dependency and options.
- add travis, greenkeeper, changelog, and toc tools (0905caa)