Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "pino", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "fast and simple logger", | ||
@@ -5,0 +5,0 @@ "main": "pino.js", |
@@ -14,2 +14,3 @@ # pino | ||
* [How to use Transports with Pino](#transports) | ||
* [Changelog](#changelog) | ||
* [Acknowledgements](#acknowledgements) | ||
@@ -386,2 +387,22 @@ * [License](#license) | ||
<a name="changelog"></a> | ||
## Changelog | ||
### v1.0.3 | ||
* [#16](https://github.com/mcollina/pino/pull/16) added changelog | ||
### v1.0.2 | ||
* [#15](https://github.com/mcollina/pino/pull/15) improved serializer output around circular references | ||
### v1.0.1 | ||
* [#13](https://github.com/mcollina/pino/pull/13) 6x speed increase on multi arg logs by using custom format/interpolation function instead of util.format | ||
### v1.0.0 | ||
* first stable release | ||
<a name="acknowledgements"></a> | ||
@@ -388,0 +409,0 @@ ## Acknowledgements |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
441425
414