Skip to content

Releases: vidavidorra/bunyan-pretty-stream

v6.0.4

19 May 16:23
Compare
Choose a tag to compare

6.0.4 (2024-05-19)

Bug Fixes

  • deps: update dependency @sindresorhus/is to v6.3.1 (94cb339)

v6.0.3

10 May 20:29
Compare
Choose a tag to compare

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

10 May 18:51
Compare
Choose a tag to compare

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

01 Jun 19:38
Compare
Choose a tag to compare

6.0.1 (2023-06-01)

Bug Fixes

  • formatter: throw error on invalid Luxon DateTime (62e9c01)

v6.0.0

01 Jun 17:56
Compare
Choose a tag to compare

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

01 Jun 06:10
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

6.0.0-beta.1 (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)

v5.0.0

04 Apr 18:01
Compare
Choose a tag to compare

5.0.0 (2023-04-04)

⚠ BREAKING CHANGES

  • create levels as a tuple

Features

  • create levels as a tuple (1bae286)

v4.1.0

04 Apr 07:43
Compare
Choose a tag to compare

4.1.0 (2023-04-04)

Features

  • add Bunyan log levels array, levels (621c80c)

Tests

  • remove unnecessary functions in Bunyan Logger exposed functions test (468367b)

v4.0.0

11 Mar 10:11
Compare
Choose a tag to compare

4.0.0 (2023-03-11)

⚠ BREAKING CHANGES

  • require Node.js 18
  • format time using Luxon instead of Moment
  • convert to pure ESM

Features

  • allow source file and "basePath" option in file URL format (a84da69)
  • convert to pure ESM (1d19d28)
  • format time using Luxon instead of Moment (9edf278)
  • include Bunyan version 2 in the peer dependencies (09fe2e7)
  • require Node.js 18 (35640d2)
  • split bunyan functions to separate files and add AVA tests (637a04e)
  • split formatting and parsing functions and add AVA tests for all code (542a6eb), closes #7

Bug Fixes

  • deps: move dependency chalk to dependencies (de1eb72)
  • deps: update all dependencies to latest versions (f06a7a1)
  • deps: update dependency json-stringify-pretty-compact to v4 (1999548)
  • deps: update dependency strip-ansi to v7 (07c1f74)

Code Refactoring

  • options: normalise "basePath" in options preprocessing (6a3711a)

Continuous Integration

  • run on Node.js 16, 18 and 19 (849a9a1)

v4.0.0-beta.3

11 Mar 09:56
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2023-03-11)

Bug Fixes

  • deps: move dependency chalk to dependencies (de1eb72)
  • deps: update all dependencies to latest versions (f06a7a1)