Skip to content

Latest commit

 

History

History
369 lines (216 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

369 lines (216 loc) · 8.13 KB

Change Log

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.

9.1.1 / 2022-02-14

Changed

  • Allow using pino-pretty with AVA.

9.1.0 / 2022-02-14

Added

  • useAsync option.
    • Defaults to false which was the default behavior for previous versions of both this library and Pino.
    • If you were using useExtreme in version 8 or earlier, you can use useAsync as a replacement for extreme mode.
    • The useExtreme option has been added back as an alias for useAsync with a deprecation warning and will be removed in the next major version.

9.0.0 / 2022-02-14

Changed

  • Update to Pino version 7.

Removed

  • useExtreme option since extreme mode was removed from Pino.
  • extreme reexport since it was removed from Pino.

8.0.0 / 2020-12-24

Added

  • Publish as both ES and CommonJS module.

Changed

  • (Breaking) Use Conditional Exports to provide ES or CommonJS module. Cannot import or require internal paths.
  • (Breaking) Drop support for Node.js versions before 12.13.0.

Removed

  • (Breaking) The default export.

7.0.1 / 2020-12-23

Fixed

  • Bad internal import path.

7.0.0 / 2020-12-23

Changed

  • (Breaking) The default export is now an object containing all other top-level exports.

6.1.1 / 2020-11-17

Changed

  • License to MIT.

6.1.0 / 2020-11-17

Changed

  • Update examplr v5.

6.0.0 / 2020-06-16

Changed

  • Update to pino v6.

5.4.0 / 2020-02-25

Changed

  • Update minimum examplr version.

5.3.0 / 2019-04-11

Changed

  • Open source under the Apache License, Version 2.0!

5.2.0 / 2019-03-28

Added

  • Export the destination and extreme methods from Pino.
  • New options useExtreme and createDestination.

Changed

  • Update pino to v5.12.0.

5.1.2 / 2018-12-17

Changed

5.1.1 / 2018-09-26

Changed

  • Update to debug v4.

5.1.0 / 2018-09-26

Added

  • Export the final method from Pino.

Changed

5.0.0 / 2018-8-30

Changed

4.1.1 / 2018-03-29

Fixed

  • Expliclty use req, res, and err serializers to suppress pino warning.

Changed

4.1.0 / 2017-02-01

Added

  • The base option now merges with the Pino base option.

Fixed

  • Logger options were not merged into development logger.

Changed

4.0.3 / 2017-02-01

Fixed

  • Cases where outputMode was ignored.

4.0.2 / 2017-02-01

Fixed

  • Corrected documentation for outputMode.

4.0.1 / 2017-01-31

Changed

4.0.0 / 2017-01-31

Added

  • Filter log messages in development with logFilter option.

Changed

3.1.0 / 2017-11-15

Changed

Removed

  • The logAppId option is unnecessary, was unused, and has been removed.

3.0.1 / 2017-11-14

Changed

3.0.0 / 2017-11-14

Changed

  • (Breaking) Build for Node.js LTS Carbon: drop support for Node versions less than 8.9.0.
  • Update to makenew-node-lib v4.1.1.

2.1.0 / 2017-10-31

Added

  • Test logging support via t and outputMode options.

Changed

2.0.11 / 2017-10-20

Changed

2.0.10 / 2017-09-14

Changed

2.0.9 / 2017-08-28

Changed

2.0.8 / 2017-08-23

Changed

2.0.7 / 2017-08-15

Changed

2.0.6 / 2017-08-07

Changed

2.0.5 / 2017-08-04

Changed

  • Add arg to error example.

2.0.4 / 2017-08-04

Changed

2.0.3 / 2017-07-15

Changed

2.0.2 / 2017-07-14

Changed

2.0.1 / 2017-07-07

Changed

2.0.0 / 2017-07-07

Changed

  • Do not log appid by default. Use the new logAppId option to control this.

Fixed

  • Formatting and typos in docs.

1.0.3 / 2017-06-28

Changed

1.0.2 / 2017-06-22

Fixed

  • CHANGELOG links.

1.0.1 / 2017-06-22

Added

  • Examples.
  • Codecov support.

1.0.0 / 2017-06-15

  • Initial release.