Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.0.0] - 2023-03-01

Breaking

  • 5xx status code log message level is now ERROR @ugolas.
  • Remove official support for node versions older than 16 @kobik.

Added

  • Accepts a user function to control whether to print the log message @ugolas.

[3.0.3] - 2021-03-08

Changed

  • Fix known reported vulnerabilities from @kobik.

[3.0.2] - 2020-08-16

Changed

  • Fix known reported vulnerabilities from @ugolas.

[3.0.1] - 2019-07-01

Changed

  • Update bunyan dependencies to fix vulnerabilities from @ugolas.

[3.0.0] - 2019-02-15

Added

Changed

  • Removed support for objects configuration in array fields from @ugolas.
  • Fixed vulnerabilities from @ugolas.
  • Replaced coverage reporter from istanbul to nyc from @ugolas.
  • Removed support for node 6 from @ugolas.