Releases: golang-cz/devslog
Releases · golang-cz/devslog
v0.0.11
What's Changed
- fix nilString after rebase by @david-littlefarmer in #41
Full Changelog: v0.0.10...v0.0.11
v0.0.10 - Broken
Broken, use v0.0.11
What's Changed
- Remove sync.Mutex pointer by @VojtechVitek in #37
- Fix panic on empty interface field by @leonid-shevtsov in #40
- No color by @david-littlefarmer in #39
New Contributors
- @leonid-shevtsov made their first contribution in #40
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Fixed slog.Any does not handle interfaces by @noppawitt in #27
- string indent with new lines by @david-littlefarmer in #24
- ignore unexported fields in struct to avoid panic by @violin0622 in #31
- color tests by @david-littlefarmer in #33
- Stringer by @david-littlefarmer in #32
- Add Stringer support. Fix #29 by @ghostiam in #34
- Removed equal signs from groups by @david-littlefarmer in #36
New Contributors
- @noppawitt made their first contribution in #27
- @violin0622 made their first contribution in #31
- @ghostiam made their first contribution in #34
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- handling KindLogValuer log Attr types by @OrHayat in #22
- Small fixes by @david-littlefarmer in #21
New Contributors
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Create CODE_OF_CONDUCT.md by @david-littlefarmer in #15
- code of conduct, contribution by @david-littlefarmer in #16
- Templates by @david-littlefarmer in #17
- New line after log by @david-littlefarmer in #18
- max error stack trace frames as option by @david-littlefarmer in #19
(Breaking) change
Added option to omit adding of blank line after each log, but i made to be like that by default.
If you want to have again new lines after each log then define NewLineAfterLog
as true on devslog options.
opts := &devslog.Options{
NewLineAfterLog: true,
}
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- Error type by @david-littlefarmer in #4
- Color types by @david-littlefarmer in #5
- total rewrite by @david-littlefarmer in #7
- Update default time format by @t-margheim in #11
- Update README by @VojtechVitek in #13
- Nil fix, Support encoding.TextMarshaller and error stack traces by @david-littlefarmer in #8
New Contributors
- @t-margheim made their first contribution in #11
- @VojtechVitek made their first contribution in #13
Full Changelog: v0.0.2...v0.0.5
v0.0.4
What's Changed
- Color types by @david-littlefarmer in #5
- total rewrite by @david-littlefarmer in #7
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.1
Removed custom functions and using marshalling and unmarshalling for slices and maps
Full Changelog: v0.0.0...v0.0.1