All Versions
16
Latest Version
Avg Release Cycle
46 days
Latest Release
1609 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.2.0 Changes
October 24, 2020🔋 Features
- 0️⃣ The
exitOn()
option now defaults to['uncaughtException', 'unhandledRejection']
on Node>= 15.0.0
. Its default
0️⃣ value is still['uncaughtException']
on Node< 15.0.0
. This is to mimic Node.js default behavior: since Node15.0.0
, processes exit on unhandled promises.
- 0️⃣ The
-
v6.1.1 Changes
April 07, 2020🐛 Bug fixes
- 🛠 Fix handling uncaught exceptions or warnings that are not
Error
instances (#32)
- 🛠 Fix handling uncaught exceptions or warnings that are not
-
v6.1.0 Changes
April 06, 2020🔋 Features
- 🌲 Pass original error to
log()
option
🐛 Bug fixes
- 🚚 Do not remove error static properties
- 🌲 Pass original error to
-
v6.0.1 Changes
March 25, 2020Dependency
- ✂ Remove unused dependency
core-js
- ✂ Remove unused dependency
-
v6.0.0 Changes
December 25, 2019💥 Breaking changes
- 👍 Minimal supported Node.js version is now
10.17.0
- 👍 Minimal supported Node.js version is now
-
v5.1.2 Changes
April 14, 2020Dependency
- ✂ Remove unused dependency
core-js
- ✂ Remove unused dependency
-
v5.1.1 Changes
April 07, 2020🐛 Bug fixes
- 🛠 Fix handling uncaught exceptions or warnings that are not
Error
instances (#32)
- 🛠 Fix handling uncaught exceptions or warnings that are not
-
v5.1.0 Changes
April 06, 2020🔋 Features
- 🌲 Pass original error to
log()
option
🐛 Bug fixes
- 🚚 Do not remove error static properties
- 🌲 Pass original error to
-
v5.0.3 Changes
November 07, 2019- ⚡️ Update changelog (742615e)
- ✅ Do not make tests fail on
multipleResolves
events with thetesting
option (6e130ad) - ⬆️ Upgrade @ehmicky/dev-tasks 0.30.51 -> 0.30.52 (7226880)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.50 -> 0.30.51 (7ff5f7c)
- ✅ Test on Node 13 (602b49c)
- ⬆️ Upgrade tap 14.8.2 -> 14.9.1 (4420953)
- ⬆️ Upgrade core-js 3.3.5 -> 3.3.6 (e22dc43)
- ⬆️ Upgrade core-js 3.3.4 -> 3.3.5 (c28b5f0)
- ⬆️ Upgrade test-each 1.7.2 -> 1.8.0 (dadb57b)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.49 -> 0.30.50 (cf87f62)
- ⬆️ Upgrade core-js 3.3.3 -> 3.3.4 (4440789)
- ⬆️ Upgrade core-js 3.3.2 -> 3.3.3 (fd443ac)
- ⬆️ Upgrade tap 14.8.0 -> 14.8.2 (30bc10f)
- ⬆️ Upgrade lolex 5.1.0 -> 5.1.1 (81288a5)
- ⬆️ Upgrade tap 14.7.2 -> 14.8.0 (e4e9cf1)
- 🛠 Fix tests with new Mocha version (af4a0b7)
- ⬆️ Upgrade mocha 6.2.1 -> 6.2.2 (661a20b)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.48 -> 0.30.49 (791e2b0)
- ⬆️ Upgrade tap 14.7.1 -> 14.7.2 (26f9ec8)
- ⬆️ Upgrade execa 3.1.0 -> 3.2.0 (e37202f)
- ⬆️ Upgrade sinon 7.4.2 -> 7.5.0 (d6b707d)
- ⬆️ Upgrade tap 14.6.9 -> 14.7.1 (4f9578d)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.47 -> 0.30.48 (83c99bf)
- ⬆️ Upgrade execa 3.0.0 -> 3.1.0 (22781ab)
- ⬆️ Upgrade core-js 3.2.1 -> 3.3.2 (d833266)
- ⬆️ Upgrade husky 3.0.8 -> 3.0.9 (47d1f22)
- ⬆️ Upgrade lolex 5.0.0 -> 5.1.0 (87a28a1)
- ⬆️ Upgrade execa 2.1.0 -> 3.0.0 (37aad77)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.46 -> 0.30.47 (2c58ad6)
- ⬆️ Upgrade lolex 4.2.0 -> 5.0.0 (77da30d)
- ⬆️ Upgrade execa 2.0.5 -> 2.1.0 (cb9998c)
- ⬆️ Upgrade chalk 3.0.0-beta.1 -> 3.0.0-beta.2 (edecaaf)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.45 -> 0.30.46 (7c03215)
- ⬆️ Upgrade filter-obj 2.0.0 -> 2.0.1 (f55ee96)
- ⬆️ Upgrade execa 2.0.4 -> 2.0.5 (bf85c60)
- ⬆️ Upgrade husky 3.0.7 -> 3.0.8 (4f972f0)
- ⬆️ Upgrade tap 14.6.7 -> 14.6.9 (64a1d91)
- ⬆️ Upgrade tap 14.6.5 -> 14.6.7 (a800ffa)
- ⬆️ Upgrade mocha 6.2.0 -> 6.2.1 (a930b14)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.44 -> 0.30.45 (97c4a4b)
- 🛠 Fix tests (037c583)
- 🛠 Fix default
colors
option value (de9f400) - ⬆️ Upgrade @ehmicky/dev-tasks 0.30.43 -> 0.30.44 (61d1fa5)
- ⬆️ Upgrade husky 3.0.5 -> 3.0.7 (f34d5c2)
- ⬆️ Upgrade chalk to 3.0.0-beta.1 (3e2194a)
- ⬆️ Upgrade supports-color 7.0.0 -> 7.1.0 (7909e39)
- 🌲 Use filter-obj (e1e4551)
- ⬆️ Upgrade tap 14.6.4 -> 14.6.5 (12ec976)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.42 -> 0.30.43 (ad75ca7)
- ⬆️ Upgrade jasmine 3.4.0 -> 3.5.0 (3019b86)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.41 -> 0.30.42 (4f4229e)
- ⬆️ Upgrade ava 2.3.0 -> 2.4.0 (16bd832)
- ⬆️ Upgrade tap 14.6.2 -> 14.6.4 (bdd0554)
- ⬆️ Upgrade Travis from Ubuntu 16.04 to 18.04 (1ad1bf9)
- ⬆️ Upgrade @ehmicky/dev-tasks 0.30.40 -> 0.30.41 (ab4f0b2)
- ⬆️ Upgrade has-ansi 3.0.0 -> 4.0.0 (056bb4f)
- ⬆️ Upgrade tap 14.6.1 -> 14.6.2 (09f1fe4)
- 🛠 Fix package.lock (74eb5a6)
- 🌲 Use @ehmicky/dev-tasks (87fcde2)
- ⚡️ Update gulpfile.js (8f99ec9)
- ⚡️ Update ava.config.js (d5e175f)
- ⚡️ Update CONTRIBUTING.md (109abb2)
- 🛠 Fix linting (8fc0256)
- ⬆️ Upgrade gulp-shared-tasks 0.30.39 -> 0.30.40 (3a17909)
- ⚡️ Update .eslintrc.yml (5330e9b)
- ⚡️ Update .prettierrc (603d691)
- ⚡️ Update CONTRIBUTING.md (0b19143)
- ⬆️ Upgrade gulp-shared-tasks 0.30.38 -> 0.30.39 (a5a103f)
- ⬆️ Upgrade sinon 7.4.1 -> 7.4.2 (e618c4a)
- ⬆️ Upgrade husky 3.0.4 -> 3.0.5 (9e4c50a)
- ⬆️ Upgrade gulp-shared-tasks 0.30.37 -> 0.30.38 (96348ea)
- ⬆️ Upgrade gulp-shared-tasks 0.30.36 -> 0.30.37 (d544db4)
- ⚡️ Update lock file (b3744d7)
- ⚡️ Update lock file (5c55cab)
- 🛠 Fix linting (6f6dee3)
- ⬆️ Upgrade gulp-shared-tasks 0.30.35 -> 0.30.36 (143f9a7)
- ⬆️ Upgrade ava 2.2.0 -> 2.3.0 (f045b3e)
- ⬆️ Upgrade jest-validate 24.8.0 -> 24.9.0 (8e35af9)
- ⬆️ Upgrade husky 3.0.3 -> 3.0.4 (c7c336a)
- ⬆️ Upgrade execa 2.0.3 -> 2.0.4 (47ea14f)
- ⬆️ Upgrade gulp-shared-tasks 0.30.34 -> 0.30.35 (ecc02cc)
- ⬆️ Upgrade core-js 3.2.0 -> 3.2.1 (4ff11ee)
- ⬆️ Upgrade gulp-shared-tasks 0.30.33 -> 0.30.34 (2e46ba8)
- ⬆️ Upgrade husky 3.0.2 -> 3.0.3 (362783d)
- ⬆️ Upgrade core-js 3.1.4 -> 3.2.0 (8a7c743)
- ⬆️ Upgrade gulp-shared-tasks 0.30.32 -> 0.30.33 (af94bcc)
- ⬆️ Upgrade sinon 7.3.2 -> 7.4.1 (59e4b31)
- ⬆️ Upgrade tap 14.5.0 -> 14.6.1 (1e502ef)
- ⬆️ Upgrade lolex 4.1.0 -> 4.2.0 (c26e50b)
- ⬆️ Upgrade gulp-shared-tasks 0.30.31 -> 0.30.32 (52a8970)
- ⬆️ Upgrade gulp-shared-tasks 0.30.30 -> 0.30.31 (1dc6886)
-
v5.0.2 Changes
July 31, 2019🐛 Bug fixes
- 🗄 Do not handle deprecation warnings on unhandled rejection promises anymore
since this is due to a bug in Node
12.6.0
which has been fixed in12.7.0
.
- 🗄 Do not handle deprecation warnings on unhandled rejection promises anymore
since this is due to a bug in Node