Skip to content

Releases: cislrpi/zepto-logger

v1.3.1

04 Nov 01:20
Compare
Choose a tag to compare
  • Add fatal log method. It uses level -2.

v1.2.1

19 Aug 08:11
Compare
Choose a tag to compare
  • Move from chalk to ansi-colors for colored output

v1.2.0

19 Aug 02:56
Compare
Choose a tag to compare
  • Add new setLoggerEnabled function to enable / disable logger. Logger is enabled by default
  • Add new debug, info, warn, and error log methods. They use levels 2, 1, 0, and -1 respectively
  • Add new getLogLevel method to get currently set log level
  • Fix type file not exporting function declarations
  • Fix typo in setLogLevel function declaration in type file

v1.1.1

24 Apr 20:48
Compare
Choose a tag to compare
  • Add automated Github actions pipeline

v1.1.0

06 Mar 02:55
c271d89
Compare
Choose a tag to compare

Changes

  • level parameter is now optional for logExpression. If omitted, will always log regardless of level.

Bugfixes

  • Fix month being off by one in timestamp.
  • Fix typo in function name in type definition for setLogLevel.

v1.0.0

05 Mar 23:40
Compare
Choose a tag to compare
  • Initial Release