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
- Allow using pino-pretty with AVA.
9.1.0 / 2022-02-14
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 useuseAsync
as a replacement for extreme mode. - The
useExtreme
option has been added back as an alias foruseAsync
with a deprecation warning and will be removed in the next major version.
- Defaults to
9.0.0 / 2022-02-14
- Update to Pino version 7.
useExtreme
option since extreme mode was removed from Pino.extreme
reexport since it was removed from Pino.
8.0.0 / 2020-12-24
- Publish as both ES and CommonJS module.
- (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.
- (Breaking) The
default
export.
7.0.1 / 2020-12-23
- Bad internal import path.
7.0.0 / 2020-12-23
- (Breaking) The
default
export is now an object containing all other top-level exports.
6.1.1 / 2020-11-17
- License to MIT.
6.1.0 / 2020-11-17
- Update examplr v5.
6.0.0 / 2020-06-16
- Update to pino v6.
5.4.0 / 2020-02-25
- Update minimum examplr version.
5.3.0 / 2019-04-11
- Open source under the Apache License, Version 2.0!
5.2.0 / 2019-03-28
- Export the
destination
andextreme
methods from Pino. - New options
useExtreme
andcreateDestination
.
- Update pino to v5.12.0.
5.1.2 / 2018-12-17
- Update to makenew-node-lib v5.3.0.
5.1.1 / 2018-09-26
- Update to debug v4.
5.1.0 / 2018-09-26
- Export the
final
method from Pino.
- Update to makenew-node-lib v5.1.0.
5.0.0 / 2018-8-30
- Update pino from v4 to v5.
- Update to makenew-node-lib v4.7.2.
4.1.1 / 2018-03-29
- Expliclty use
req
,res
, anderr
serializers to suppress pino warning.
- Update to Pino to v4.15.3.
- Update to makenew-node-lib v4.6.1.
4.1.0 / 2017-02-01
- The
base
option now merges with the Pinobase
option.
- Logger options were not merged into development logger.
- Update to makenew-node-lib v4.3.4.
4.0.3 / 2017-02-01
- Cases where
outputMode
was ignored.
4.0.2 / 2017-02-01
- Corrected documentation for
outputMode
.
4.0.1 / 2017-01-31
- Update to makenew-node-lib v4.3.3.
4.0.0 / 2017-01-31
- Filter log messages in development with
logFilter
option.
- (Breaking) Replace Bunyan with Pino.
- Update to makenew-node-lib v4.3.2.
3.1.0 / 2017-11-15
- Update to makenew-node-lib v4.1.3.
- The
logAppId
option is unnecessary, was unused, and has been removed.
3.0.1 / 2017-11-14
- Update to makenew-node-lib v4.1.2.
3.0.0 / 2017-11-14
- (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
- Test logging support via
t
andoutputMode
options.
- Update to makenew-node-lib v3.2.0.
2.0.11 / 2017-10-20
- Update to makenew-node-lib v3.0.1.
2.0.10 / 2017-09-14
- Update to makenew-node-lib v2.3.5.
2.0.9 / 2017-08-28
- Update to makenew-node-lib v2.3.3.
2.0.8 / 2017-08-23
- Update to makenew-node-lib v2.3.1.
2.0.7 / 2017-08-15
- Update to makenew-node-lib v2.1.0.
2.0.6 / 2017-08-07
- Update to makenew-node-lib v2.0.1.
2.0.5 / 2017-08-04
- Add arg to error example.
2.0.4 / 2017-08-04
- Update to makenew-node-lib v2.0.0.
2.0.3 / 2017-07-15
- Update to makenew-node-lib v1.5.1.
2.0.2 / 2017-07-14
- Update to makenew-node-lib v1.5.0.
2.0.1 / 2017-07-07
- Update to makenew-node-lib v1.3.0.
2.0.0 / 2017-07-07
- Do not log
appid
by default. Use the newlogAppId
option to control this.
- Formatting and typos in docs.
1.0.3 / 2017-06-28
- Update to makenew-node-lib v1.2.0.
1.0.2 / 2017-06-22
- CHANGELOG links.
1.0.1 / 2017-06-22
- Examples.
- Codecov support.
- Initial release.