Skip to content

Releases: francoispqt/onelog

v0.14.0

28 Feb 13:33
060a273

Choose a tag to compare

  • Add ExitFn with default value being os.Exit. ExitFn is called on Fatal level.

v0.13.2

28 Dec 06:55
f24ed9c

Choose a tag to compare

  • Fix bug when using accumulated context and context field

v0.13.0

20 Dec 05:23

Choose a tag to compare

  • Add context feature
  • Update benchmarks
  • Update dependencies

v0.12.0

20 Dec 06:18
eb9cb12

Choose a tag to compare

  • Update dependencies

v0.11.5

14 Jul 17:42
b50beb1

Choose a tag to compare

Checking nil err

v0.11.4

12 Jul 08:38

Choose a tag to compare

Cast explicitly levels to uint8

v0.11.3

12 Jul 08:07

Choose a tag to compare

Adding levels to the entry

v0.11.2

22 May 03:09
fa3fac3

Choose a tag to compare

  • Update gojay to latest version

v0.11.1

09 May 16:47
dd458d5

Choose a tag to compare

  • Make API consistent for ObjectFunc between chain and closure

v0.11.0

09 May 15:58
d7cc2ff

Choose a tag to compare

  • Add Chain syntax
  • huge performance improvements by updating to latest gojay