v0.0.1
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.0-20230814024240-730bc4a73ea3 to 0.0.1-rc.4 in /implementations/zap by @dependabot in #6
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.0-20230814024240-730bc4a73ea3 to 0.0.1-rc.4 in /implementations/zerolog by @dependabot in #7
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.4 to 0.0.1-rc.6 in /implementations/zap by @dependabot in #13
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.4 to 0.0.1-rc.6 in /implementations/zerolog by @dependabot in #12
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.6 to 0.0.1-rc.7 in /implementations/zap by @dependabot in #16
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.6 to 0.0.1-rc.7 in /implementations/zerolog by @dependabot in #15
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.7 to 0.0.1-rc.8 in /implementations/zap by @dependabot in #19
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.7 to 0.0.1-rc.8 in /implementations/zerolog by @dependabot in #20
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #28
- build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 in /implementations/zap by @dependabot in #30
- build(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 in /implementations/zerolog by @dependabot in #31
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.8 to 0.0.1-rc.10 in /implementations/zap by @dependabot in #27
- build(deps): bump github.com/kunitsucom/ilog.go from 0.0.1-rc.8 to 0.0.1-rc.10 in /implementations/zerolog by @dependabot in #26
📝 Documentation only changes
🐛 A bug fix
- fix: fix ilog default implementation for logger woth fields by @ginokent in #2
- fix: mod logger copy logic by @ginokent in #5
- fix: fix Any logic by @ginokent in #10
- fix: fix ErrWithKey logic by @ginokent in #11
- fix: mod FromContext by @ginokent in #14
- fix: fix ilog.Logger interface for return logger by @ginokent in #17
- fix: fix global logger funcs by @ginokent in #18
- fix: misc by @ginokent in #21
- fix: misc by @ginokent in #22
- fix: misc by @ginokent in #25
✅ Adding missing tests or correcting existing tests
New Contributors
Full Changelog: v0.0.1-rc.1...v0.0.1