fix(deps): update module github.com/charmbracelet/log to v0.4.0 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.1
->v0.4.0
Release Notes
charmbracelet/log (github.com/charmbracelet/log)
v0.4.0
Compare Source
Custom Levels
With this release of Log, you can now style your custom level to your liking!
Along with that, this release includes some important bug fixes detailed below.
Changelog
New Features
Bug fixes
Dependency updates
Documentation updates
Other work
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.3.1
Compare Source
Changelog
New Features
de79c17
: feat(logger): implement slog.Handler (#13) (@aymanbagabas)bd09619
: feat: set custom styles (#84) (@aymanbagabas)Bug fixes
7472e59
: fix: dry writeSpace (@aymanbagabas)b7f36a8
: fix: use const colors to skip reading querying for the terminal bg color (#93) (@aymanbagabas)Dependency updates
e5a733b
: feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.1 (#76) (@dependabot[bot])Documentation updates
afa204d
: docs: fix examples (#94) (@nellfs)595fffe
: docs: fix styles example (#92) (@aymanbagabas)Other work
5e84160
: Handle Empty Messages (#82) (@dezren39)f36448c
: doc: add gum to readme (@aymanbagabas)d96bea2
: refactor!: return Error from ParseLevel (#83) (@dezren39)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.3.0
Compare Source
This new release of Log adds support for
log/slog
, and per-instance styles, and includes bug fixes. You can now use Log as alog/slog
handler in your applications. Log comes with its own JSON and Logfmt formatters, on the other hand, Slog uses different handlers for these formats.Breaking Changes!
ts
totime
to matchlog/slog
lvl
tolevel
to matchlog/slog
ParseLevel()
now returns an error if parse failed to find a level in stringDebugLevel = -4, InfoLevel = 0, WarnLevel = 4, ...
DefaultStyles()
andSetStyles()
Changelog
New Features
5155c4f
: feat(logger): implement slog.Handler (@aymanbagabas)588043a
: feat: add slog tests (@aymanbagabas)7e55b91
: feat: compile for go1.20 and go1.21 (@aymanbagabas)bd09619
: feat: set custom styles (#84) (@aymanbagabas)Bug fixes
707eb77
: fix: add emoji test (@aymanbagabas)7472e59
: fix: dry writeSpace (@aymanbagabas)1231b7b
: fix: lint (@aymanbagabas)Dependency updates
e5a733b
: feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.1 (#76) (@dependabot[bot])Other work
5e84160
: Handle Empty Messages (#82) (@dezren39)85d52ab
: doc: add slog support (@aymanbagabas)d96bea2
: refactor!: return Error from ParseLevel (#83) (@dezren39)283fdeb
: refactor: match log/slog level values (@aymanbagabas)9c25f94
: refactor: rename files (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.2.5
Compare Source
Changelog
New Features
851c1b0
: feat: set lipgloss renderer color profile (#69) (@aymanbagabas)Bug fixes
6c11a72
: fix(ci): fail ci on lint issues; enable nolintlint (#70) (@alexandear)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.2.4
Compare Source
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
Full Changelog: charmbracelet/log@v0.2.3...v0.2.4
v0.2.3
Compare Source
Changelog
New Features
280c4e3
: feat: export context key (#65) (@aymanbagabas)Bug fixes
e0ec0b1
: fix: log.With() race condition (#64) (@alexvelea)97dd8c9
: fix: race condition when creating standard logger (#68) (@aymanbagabas)fb99176
: fix: remove extraneous colon from prefix key (@aymanbagabas)Dependency updates
31d2a53
: feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2 (@dependabot[bot])c39b96e
: feat(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (@dependabot[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.2.2
Compare Source
Changelog
New Features
96a7043
: feat(calleroffset): added option to config custom caller offset (@waffle69691337)Bug fixes
dc01e9b
: fix(ci): remove soft-serve workflow (@aymanbagabas)Dependency updates
347b8ef
: feat(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (@dependabot[bot])Documentation updates
afe34d9
: docs: license (@caarlos0)ffabf4a
: docs: update README.md (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.