Skip to content

Releases: goinsane/logng

v2.0.1

27 Nov 15:01
37ce5e3

Choose a tag to compare

  • for JSONOutput; marshal field value as JSON
  • implementation of JSONOutputFlagLocalTZ
  • remove clonning the log in MultiOutput
  • fix godoc

v2.0.0

24 Nov 11:47
0b344da

Choose a tag to compare

  • SetStackTracePCSize is renamed to SetStackTraceSize
  • fix: race conditions on print severity.
  • implementation of custom severities.
  • don't allow SevertiyFatal for Print

v2.0.0-beta.2

21 Nov 14:09
fb268cc

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release
  • improved documentation (godoc, README and etc)
  • improvements and bug fixes

v2.0.0-beta.1

20 Nov 14:32
7ef5a8c

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release
  • improved godoc
  • improved examples
  • improved tests and benchmarks
  • implemented Clone() function

v2.0.0-beta.0

20 Nov 12:10
afebceb

Choose a tag to compare

v2.0.0-beta.0 Pre-release
Pre-release
  • set major version 2 and refactored
  • improved godoc and README
  • improved performance
  • removed JSONOutput, renamed JSONOutput2 to JSONOutput
  • added new flags to Output's
  • implemented WithoutTime

v1.2.3

10 Nov 08:59
cd59a55

Choose a tag to compare

  • improved godoc
  • improved QueuedOutput
  • bug fixes

v1.2.2

24 Oct 07:58
ee38cde

Choose a tag to compare

  • removed unnecessary filepath.Join for goPkgModPath
  • improved microsecond calculation for JSONOutput2FlagTimestampMicro

v1.2.1

23 Oct 17:47
e8ab61e

Choose a tag to compare

  • convert path separator to slash for go paths.
  • trim by slash in trimDirs.

v1.2.0

23 Oct 17:14
f0ac367

Choose a tag to compare

  • implemented JSONOutput2FlagTimestampMicro

v1.1.4

23 Oct 16:09
2cacf5c

Choose a tag to compare

  • separate by slash if separator is not os.PathSeparator in trimDirs