All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.1 (2019-12-22)
- Support jumping between node.js versions (#7) (68950a0), closes istanbuljs/nyc#1246
0.2.0 (2019-12-16)
- The API is completely rewritten, the export is now an Array.
- Propagated variables are no longer supported. For this
functionality preload a local module which uses
process-on-spawn
directly.
0.1.4 (2019-11-01)
- Support running under yarn pnp (#3) (15d949b), closes istanbuljs/nyc#1204
0.1.3 (2019-10-07)
0.1.2 (2019-09-24)
- esm must be loaded from the internal/preload module (a5444dd)
0.1.1 (2019-09-23)
- Add
main
to package.json (6b39401) - Handle situations where a preload might require node-preload. (3b41164)
- Initial implementation (0818e8c)