LarpixClient/electron/node_modules/async-exit-hook/CHANGELOG.md
olcxja cca8b02fea
Some checks failed
Android Build / publish (push) Successful in 33s
Linux Build / publish (push) Failing after 25s
Update gitignore (sorry)
2026-05-10 14:02:17 +02:00

1.6 KiB

Change Log

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

2.0.1 (2017-08-03)

2.0.0 (2017-08-03)

Features

  • add unhandledRejectionHandler (#3) (96a194f)

BREAKING CHANGES

  • unhandledExceptionHandler no longer catches rejections.

1.1.2 (2017-03-29)

Bug Fixes

  • filters are used individually for events #1 (03235c8)

1.1.1 (2016-11-04)

Bug Fixes

  • unhandled rejections now handled (4302b9e)

Chores

  • drop support for node 0.12 (2830391)

BREAKING CHANGES

  • node 0.12 not tested anymore

1.1.0 (2016-10-13)

Features

  • support uncaughtRejectionHandler (9098e3c)