1.0.2
Bug Fixes
-
Add tests for import/require in Node (fix #119) (#184)
Add test:require and test:import npm scripts, which test require for CJS modules and import for ESM modules. Add running them to all pull request tests on Github Actions.
-
Update core-js 3.6.4=>3.6.5 (#184)
-
Drop requirement for async module for running tests (fix #12) (#184)
This satisifies the requirements for #12, as we no longer need to upgrade async module
-
Rewrite test runner that required async module using async javascript (#184)
-
Upgrade mocha to 5.2.0, close #15 (#184)
Mocha cannot be upgraded beyond 5.2.0 without rebuilding test suite without PhantomJS. Therefore, this will close issue #15 in favor of #75.
-
Warn and ignore on invalid calls to on*, setReaders, registerReader (fix #47) (#184)
Calls to onProcessed, onDetected, setReaders, and registerReader with invalid parameters will no longer generate errors later during the run, and will drop a console.trace output to help you find the place where you've incorrectly called the library.
-
Minor upgrade several other dev-deps (#184)