1
0
Fork 0
js-utils/CHANGELOG.md

4.0 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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 on fs 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

  • better support for readonly arrays (a4b8bf2)
  • build: use full names for exported symbols (a7cf22d)

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

0.1.1 (2020-03-28)

Bug Fixes

  • docs: comment header in PR template (0372927)
  • docs: remove isolex link in PR template (21f0699)