Skip to content

Releases: fullstack-build/tslog

v2.12.0

24 Nov 15:49

Choose a tag to compare

  • Merge pull request #62 from kwonoj/feat-esm a97d463
  • docs(readme): update documentation a7c6a2f
  • build(package): mark package as side effect free 22b1af4
  • test(error): update test cases 3d19ecc
  • feat(loggerwithoutcallsite): expose logger without callsite 1fdab3c
  • build(tsconfig): emit esm output 59c748b

v2.12.0-0...v2.12.0

v2.12.0-0

11 Nov 21:51

Choose a tag to compare

v2.12.0-0 Pre-release
Pre-release
  • Merge pull request #62 from kwonoj/feat-esm a97d463
  • docs(readme): update documentation a7c6a2f
  • build(package): mark package as side effect free 22b1af4
  • test(error): update test cases 3d19ecc
  • feat(loggerwithoutcallsite): expose logger without callsite 1fdab3c
  • build(tsconfig): emit esm output 59c748b

v2.11.1...v2.12.0-0

v2.11.1

11 Nov 20:40

Choose a tag to compare

  • Fix #59
  • skip traverse object payload when there's no maskkey

v2.11.0...v2.11.1

v2.11.0

08 Nov 00:39

Choose a tag to compare

v2.10.0...v2.11.0

v2.10.0

23 Oct 21:12

Choose a tag to compare

  • printPrettyLog: make the function public f4993a9
  • handleLog: refactor std evaluation in printPrettyLog and printJsonLog c352d3d

v2.9.1...v2.10.0

v2.9.1

15 Oct 10:02

Choose a tag to compare

  • Merge pull request #52 from fullstack-build/development 674bf3d
  • Add FormatStackTrace fallback and tests f15c97d

v2.9.0...v2.9.1

v2.9.0

25 Sep 15:29

Choose a tag to compare

  • Inherit attached transports to child loggers through settings b9d518e
  • fix(timestamp): make milliseconds fixed length of 3 9c66e70
    v2.8.0...v2.9.0

Rename maskAny to maskAnyRegEx

03 Sep 09:44

Choose a tag to compare

Rename maskAny to maskAnyRegEx to reflect that it actually masks based on a regular expression rather that a string

v2.7.1

17 Aug 08:53

Choose a tag to compare

  • Fix: #42: Transport should have own min log level / added test 4f98811

v2.7.0...v2.7.1

Rename maskStrings into maskAny

11 Aug 12:00

Choose a tag to compare

Fix #40, Rename maskStrings into maskAny