Releases: damianopetrungaro/golog
Releases · damianopetrungaro/golog
v1.1.0
v1.0.0
v0.6.0
v0.5.0
Fix encoder
What's Changed
- feat: add mux writer by @damianopetrungaro in #23
- ci: add codecov by @damianopetrungaro in #24
- test: cover exported functions by @damianopetrungaro in #25
- fix: encoders handle errors as strings by @damianopetrungaro in #26
Full Changelog: v0.2.2...v0.3.0
Add text encoder
What's Changed
- test: fix test for multiple environment by @damianopetrungaro in #20
- feat: add support for text encoder by @damianopetrungaro in #21
Full Changelog: v0.2.1...v0.2.2
Add support for stacktrace decorator
What's Changed
- chore: update benchmark result by @damianopetrungaro in #18
- feat: support stack trace decorator by @damianopetrungaro in #19
Full Changelog: v0.2.0...v0.2.1
Drop support for fields key in json encoder
What's Changed
- fix: add new line after each entry by @damianopetrungaro in #16
- feat!: drop fields from entry from the json encoder by @damianopetrungaro in #17
Full Changelog: v0.1.0...v0.2.0
Writer supports stdlib output
What's Changed
- feat!: add support for stdlib log package by @damianopetrungaro in #15
Full Changelog: v0.0.1...v0.1.0
Beta Release
What's Changed
- ci: add github action by @damianopetrungaro in #1
- feat: add log level by @damianopetrungaro in #2
- chore: add level comment by @damianopetrungaro in #3
- feat: add entry by @damianopetrungaro in #4
- feat: add logger by @damianopetrungaro in #5
- chore: add readme by @damianopetrungaro in #6
- feat: add tracing pkgs by @damianopetrungaro in #7
- fix: return logger value when enriching it with new fields by @damianopetrungaro in #8
- chore: add benchmarks for the writer by @damianopetrungaro in #9
- feat: add base logger by @damianopetrungaro in #10
- feat checked logger and json encoder by @damianopetrungaro in #11
- Add checker by @damianopetrungaro in #12
- chore: remove deocator from logger benchmark by @damianopetrungaro in #13
- Add doc and minor API improvements by @damianopetrungaro in #14
New Contributors
- @damianopetrungaro made their first contribution in #1
Full Changelog: https://github.com/damianopetrungaro/golog/commits/v0.0.1