v4.3.0 (2025-01-02)
- Remove
DEBUG
check to fallback to console.error #53 (satazor) - Print errors on each line #52 (satazor)
v4.2.2 (2024-12-30)
v4.2.1 (2024-12-20)
v4.2.0 (2024-12-20)
v4.1.0 (2024-11-20)
v4.0.0 (2024-09-10)
- Add
npm whoami
to release workflow #47 (satazor) - Fix CI badge in README #46 (satazor)
- Fix badges in README #45 (satazor)
- Add missing publish config to package.json #44 (satazor)
- Add release GitHub workflow #42 (satazor)
- Simplify methods by using async #39 (Americas)
- Update CI action #38 (Americas)
- Allow users of this package to configure the logger #34 (Americas)
v3.0.0 (2022-07-27)
- Bump vulnerable dependencies #32 (jspranger)
- Update linting rules #31 (Americas)
- Refactor package #29 (Americas)
- Fix changelog #28 (Americas)
v2.0.1 (2018-08-14)
v2.0.0 (2018-03-09)
v1.0.1 (2017-04-05)
v1.0.0 (2017-03-23)
- Fix changelog future release tag #23 (kurayama)
- Remove dots in log messages #21 (kurayama)
- Fix waiting for loop interval when ending #20 (Americas)
- Rename arguments #22 (kurayama)
- Add sentry usage example #19 (kurayama)
- Add stacktrace to hook timeout #14 (kurayama)
- Improve documentation #18 (kurayama)
- Clean package.json #17 (kurayama)
- Race hooks with forceShutdown #15 (kurayama)
- Update [email protected] #16 (kurayama)
- Add github-changelog-generator dev dependency #13 (kurayama)
- Refactor #9 (kurayama)
- Remove github-changelog-generator as dependency #12 (pedrobranco)
v0.3.0 (2017-03-09)
v0.2.0 (2017-02-17)
- Force shutdown if an
UncaughtException
is thrown #7 (Americas) - Fix
reflect
so it calls thethenable
in a Promise chain #5 (Americas)