Releases: vidavidorra/bunyan-pretty-stream
Releases · vidavidorra/bunyan-pretty-stream
v3.0.7
3.0.7 (2022-05-27)
Bug Fixes
- deps: update dependency zod to v3.17.3 (be0c24e)
v3.0.6
3.0.6 (2022-05-15)
Bug Fixes
- deps: update dependency zod to v3.16.0 (e3e4fa3)
v3.0.5
3.0.5 (2022-05-09)
Bug Fixes
- deps: update dependency zod to v3.15.1 (9fed385)
v3.0.4
3.0.4 (2022-04-22)
Bug Fixes
- add
null
as extra instead of detail (#56) (2533c01)
v3.0.3
3.0.3 (2022-04-21)
Bug Fixes
- deps: update dependency moment to v2.29.3 (02e94a1)
v3.0.2
3.0.2 (2022-04-06)
Bug Fixes
- deps: update dependency moment to v2.29.2 (3666dee)
v3.0.1
3.0.1 (2022-04-05)
Bug Fixes
- deps: update dependency zod to v3.14.4 (2c8986c)
Tests
- don't check option parsing error messages (285fa76)
v3.0.0
3.0.0 (2022-03-25)
⚠ BREAKING CHANGES
- options: rename
extrasKey
to extras.key
, which is an object
- options: move
indent
and jsonIndent
to an object, indent
becoming indent.details
- options: rename
enable
option to show
Features
- add
extras.maxLength
options to configure the maximum extras lengths (8450b08)
Bug Fixes
- options: move
indent
and jsonIndent
to an object, indent
becoming indent.details
(6c6aad0)
- options: rename
enable
option to show
(237c6b8)
- options: rename
extrasKey
to extras.key
, which is an object (c638413)
Code Refactoring
- options: pass unprocessed options to
Formatter
and parse in its constructor (468dfdd)
- options: replace internal options interface with private formatter class variable (2d5a629)
- replace Joi with Zod and make use of type inference (52ebba6)
v2.0.11
2.0.11 (2022-03-02)
Bug Fixes
- deps: update dependency @sindresorhus/is to v4.6.0 (1bf37d5)
v2.0.10
2.0.10 (2022-01-28)
Bug Fixes
- deps: update dependency @sindresorhus/is to v4.4.0 (2647b87)