5.3 KiB
5.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.1 (2020-08-01)
0.2.1-0 (2020-08-01)
Features
Bug Fixes
0.2.0 (2020-07-09)
0.2.0-4 (2020-07-09)
Bug Fixes
- clean up polyfill plugins, externalize those modules (74fe04a)
0.2.0-3 (2020-07-09)
Bug Fixes
- build: externalize lodash (bf0f337)
0.2.0-0 (2020-06-30)
⚠ BREAKING CHANGES
- this removes the test helpers, which were not well
tested and required the
async_hooks
module, and the PID file helpers, which introduced a requirement onfs
that could not be easily polyfilled. This should make the library easier to use in browsers and bundlers. - build: removes the umd module in favor of a smaller, standard ES module. Consumers will need native support for ES modules (recent evergreen browsers) or a bundler with the same (rollup, webpack, etc).
Features
- build: bundle as ES module (040fecc)
Bug Fixes
remove
- async test tracker and pid file utils (e34641a)
0.1.8 (2020-05-20)
Bug Fixes
- remove mock-fs from vendor bundle (bfbfaca)
0.1.7 (2020-03-31)
Features
- list: add utils from salty-dog (3f675aa)
Bug Fixes
- docs: write a basic readme (9c5b750)
0.1.6 (2020-03-31)
0.1.5 (2020-03-31)
Bug Fixes
- docs: describe exports and mark with release status (e4958ee)
- logger: use global instance of console/null logger for tests (c55e154)
- test: begin covering child process utils (f690cdc)
- test: cover async, buffer, map, and reflect utils (852045f)
- test: cover pid file, signal helpers, improve coverage for others (76e2ba4)
0.1.4 (2020-03-29)
Features
- export async tracker, checklist (e68d7f9)
0.1.3 (2020-03-29)
Features
0.1.2 (2020-03-29)
Features
- add utils from isolex (e227fa6)