Releases: vidavidorra/bunyan-pretty-stream
Releases · vidavidorra/bunyan-pretty-stream
v6.0.7
6.0.7 (2024-09-09)
Bug Fixes
- deps: update dependency @sindresorhus/is to v7.0.1 (3117b0b)
v6.0.6
6.0.6 (2024-08-07)
Bug Fixes
- deps: update dependency luxon to v3.5.0 (dd7ad14)
v6.0.5
6.0.5 (2024-07-16)
Bug Fixes
- deps: update dependency @sindresorhus/is to v7 (#90) (7cd59ad)
v6.0.4
6.0.4 (2024-05-19)
Bug Fixes
- deps: update dependency @sindresorhus/is to v6.3.1 (94cb339)
v6.0.3
6.0.3 (2024-05-10)
Tests
- remove unneeded
deepmerge
dependency (190948f)
- simplify deleted properties in tests without
dot-prop
dependency (4c6a23b)
v6.0.2
6.0.2 (2024-05-10)
Bug Fixes
- deps: update dependencies (in bulk) (285ff5e)
Documentation
Styles
Build System
- change module from
ES2022
to Node16
in TSConfig (ea77909)
Continuous Integration
- build and test with Node.js 18, 20 and 22 (06c0cfa)
- fail
format
scripts on a warning (4a8f3ce)
- rename build workflow to ci-cd (d1fab7d)
v6.0.1
6.0.1 (2023-06-01)
Bug Fixes
- formatter: throw error on invalid Luxon
DateTime
(62e9c01)
v6.0.0
6.0.0 (2023-06-01)
⚠ BREAKING CHANGES
- require
line
property in Bunyan src
object
Features
- allow
src
to be an empty object (c214381), closes #83
Bug Fixes
- require
line
property in Bunyan src
object (b219f0b)
Code Refactoring
- move record source validation to its own file (38486f0)
Tests
- use
structuredClone
to copy test objects (b78bbf7)
v6.0.0-beta.1
⚠ BREAKING CHANGES
- require
line
property in Bunyan src
object
Features
- allow
src
to be an empty object (c214381), closes #83
Bug Fixes
- require
line
property in Bunyan src
object (b219f0b)
Code Refactoring
- move record source validation to its own file (38486f0)
Tests
- use
structuredClone
to copy test objects (b78bbf7)
v5.0.0
5.0.0 (2023-04-04)
⚠ BREAKING CHANGES
Features