Skip to content

Latest commit

 

History

History
238 lines (98 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

238 lines (98 loc) · 6.39 KB

1.5.0 (2024-01-02)

Features

Bug Fixes

  • try checkout before release-please-action (906c54e)

1.4.1 (2023-04-30)

Bug Fixes

  • do not package tsbuildinfo (1c491e7)

1.4.0 (2023-04-27)

Features

  • switch to node-next modules to catch missing ".js" extensions (40b0d94)

1.3.0 (2022-09-14)

Features

  • better format for the open telemetry log format (#319) (85acc4b)

1.2.0 (2022-08-30)

Features

  • support opentelemtry log data model (064a4af)

1.1.2 (2022-08-08)

Bug Fixes

  • actually export the LogSkipLine symbol (1ba59df)

1.1.1 (2022-08-08)

Bug Fixes

  • export LogSkipLine symbol (a41ca90)

1.1.0 (2022-08-08)

Features

  • allow configuration of the transform with .stream() (793467a)
  • cli: allow skipping of logs with --level :number (2d68bf1)

1.0.0 (2021-09-11)

0.3.5 (2021-09-07)

Bug Fixes

0.3.4 (2021-09-07)

Bug Fixes

0.3.3 (2021-09-07)

Bug Fixes

0.3.2 (2020-11-23)

Bug Fixes

  • do not write "PrettyTransformFailed undefined" to console when streaming is complete (695b0df)

0.3.1 (2020-05-12)

0.3.0 (2020-05-12)

Bug Fixes

  • commas cause issues with copy and paste (#65) (8b0e3c7)

Features

0.2.2 (2020-01-17)

0.2.1 (2020-01-17)

Bug Fixes

Features

  • utility to create a writeable pretty printing stream (af8110e)

0.2.0 (2020-01-17)

Features

  • expose a util to create a pretty stream pipeline (746adc5)

0.1.5 (2020-01-17)

Features

  • expose pretty transform (76b1524)

0.1.4 (2019-11-20)

Bug Fixes

  • yellowBright and yellow are too close together (a05fbbc)

0.1.3 (2019-11-15)

Bug Fixes

  • index.js not ts for main entry (f80b548)

0.1.2 (2019-11-15)

Bug Fixes

  • allow dates in log messages (5d9109e)

0.1.1 (2019-11-15)

Bug Fixes

0.1.0 (2019-11-15)

Bug Fixes

  • should not eat all \n's (c0a57e5)

Features

  • adding simple pretty tests (859c81e)

0.0.2 (2019-11-03)

Features