@@ -226,9 +226,8 @@ Added 100% test coverage.
226
226
## Breaking changes
227
227
228
228
- The ` log-process-errors/build/register ` export has been removed. Please
229
- [ import ` log-process-errors ` directly] ( README.md#usage ) instead.
230
- - The [ ` testing ` option value] ( docs/API.md#testing ) ` node-tap ` has been renamed
231
- to ` node_tap `
229
+ [ import ` log-process-errors ` directly] ( README.md#install ) instead.
230
+ - The ` testing ` option value ` node-tap ` has been renamed to ` node_tap `
232
231
- Minimal supported Node.js version is now ` 12.20.0 `
233
232
- This package is now an ES module. It can only be loaded with an ` import ` or
234
233
` import() ` statement, not ` require() ` . See
@@ -248,7 +247,7 @@ Added 100% test coverage.
248
247
249
248
## Features
250
249
251
- - The [ ` exitOn() ` option] ( docs/API.md#exiton ) now defaults to
250
+ - The ` exitOn() ` option now defaults to
252
251
` ['uncaughtException', 'unhandledRejection'] ` on Node ` >= 15.0.0 ` . Its default
253
252
value is still ` ['uncaughtException'] ` on Node ` < 15.0.0 ` . This is to mimic
254
253
Node.js default behavior:
@@ -266,7 +265,7 @@ Added 100% test coverage.
266
265
267
266
## Features
268
267
269
- - Pass original error to [ ` log() ` option] ( docs/API.md#log )
268
+ - Pass original error to ` log() ` option
270
269
271
270
## Bug fixes
272
271
@@ -301,7 +300,7 @@ Added 100% test coverage.
301
300
302
301
## Features
303
302
304
- - Pass original error to [ ` log() ` option] ( docs/API.md#log )
303
+ - Pass original error to ` log() ` option
305
304
306
305
## Bug fixes
307
306
0 commit comments