Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Latest commit

 

History

History
84 lines (37 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

84 lines (37 loc) · 3.63 KB

1.3.4 (2021-05-13)

Bug Fixes

  • serve pino types with package (f929d8e)

1.3.3 (2021-05-13)

Bug Fixes

  • fix package size (0b18790)

  • fix(): remove dynamic load pino package (307090b)

  • chore(): fix yarn lock (39e3b4a)

  • chore(): move pino from option dependency to direct (a901a26)

1.3.1 (2021-05-13)

Bug Fixes

  • deps: upgrade all dependencies (fe56538)

1.3.0 (2021-01-17)

Bug Fixes

Features

  • add native pino levels for injection to fastify adapter (b4a54dc), closes #54

1.2.1 (2021-01-11)

Bug Fixes

  • put dist folder into package (11ecb48)

1.2.0 (2021-01-11)

Bug Fixes

  • deps: upgrade yarn cache with newest packages (3bd0bbc)
  • output all properties from object (9c9d2d4), closes #14
  • deps: update dependency @types/pino to v6.3.4 (b1f79da)

Features

  • add async bootstrapping (3758f0d), closes #28
  • add possibility to inject logger without di (1ce0126), closes #24

1.1.1 (2020-11-21)

Bug Fixes

  • fix the issue with logging custom error properties (0a6d955)

1.1.0 (2020-11-18)

Bug Fixes

  • add pino types to direct dependencies (6229c6f)

Features

  • logger module can marked as global (efc747d)

1.0.1 (2020-11-11)