Skip to content

Releases: gleich/lumber

Version v3.0.2

03 Dec 15:34
43981bc
Compare
Choose a tag to compare
  • Use strings builder for format join.

Version v3.0.1

21 Aug 05:10
5a7edd6
Compare
Choose a tag to compare
  • Custom colors with SetColors(...)
  • Remove public export of a few things.

Version v3.0.0

21 Aug 04:53
88ca518
Compare
Choose a tag to compare
  • Completed rewrite to improve code quality and simplicity.
  • Success function has been replaced by Done.
  • Default logger is now configured using Set functions.
  • Entirely new minimal format.

Version v2.3.0

04 Aug 18:03
c59ddde
Compare
Choose a tag to compare
  • Option to set a new custom logger as the default logger using the SetLogger(...) function.

v2.2.2

25 Jul 16:16
806318c
Compare
Choose a tag to compare
  • Exclude examples from the release
  • Add exit documentation to the custom logger as well.

Version v2.2.1

25 Jul 16:09
55607d1
Compare
Choose a tag to compare
  • Upgraded all dependencies
  • go 1.22
  • Cleanup of codebase
  • Minor improvements to docs

Version v2.2.0

13 Dec 04:18
ddbaab0
Compare
Choose a tag to compare
  • New Logger structs for outputting to extra io.Writers (one for normal logs and one for error logs). (#8)

Version 2.1.2

26 Sep 20:13
3b43ae1
Compare
Choose a tag to compare
  • New version to include changes that weren't picked up in v2.1.1

Version 2.1.1

25 Sep 23:45
3b43ae1
Compare
Choose a tag to compare

Remove debug println from custom success func

Version 2.1.0

25 Sep 23:00
d75d36d
Compare
Choose a tag to compare
  • Use struct to store options for custom logger
  • Options are no longer stored in global vars