-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. | ||
|
||
## 0.0.0 (2024-03-20) | ||
|
||
|
||
### Features | ||
|
||
* add --time-format ([ac68eb9](https://github.com/botflux/pino-logfmt/commit/ac68eb97c86b12a0adb67ca9a73f8c680b44de8e)) | ||
* add a binary to run the transport on stdin ([95a8f0c](https://github.com/botflux/pino-logfmt/commit/95a8f0c17580336c8f807b7d36dc44de57284c16)) | ||
* add an option to flatten nested metadata ([b24ed08](https://github.com/botflux/pino-logfmt/commit/b24ed08793917f9689cbbb2c52aa147696d4616f)) | ||
* add optional case conversion ([eab9c7c](https://github.com/botflux/pino-logfmt/commit/eab9c7c267232d52ab6b31e86bef8e06a6161cf8)) | ||
* allow to pass custom levels ([d234ab9](https://github.com/botflux/pino-logfmt/commit/d234ab96582508330e65070066380480d9127a2f)) | ||
* create a basic logfmt transport ([473ba27](https://github.com/botflux/pino-logfmt/commit/473ba27cf81e63e1dfd53520f8af1f8c5f6d6427)) | ||
* enable custom levels trough the CLI ([d4ff92a](https://github.com/botflux/pino-logfmt/commit/d4ff92a6971855cac3a09099c389dc2632211fc6)) | ||
* support custom date formats ([12dca4a](https://github.com/botflux/pino-logfmt/commit/12dca4aa5784399a03878d4e1a39d5d508484c97)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add shebang to be able to run the js binary ([635c55c](https://github.com/botflux/pino-logfmt/commit/635c55ccb6c6f40174a9287a0cefb6a4dc3619a3)) |