Skip to content

Releases: barchart/log4js-node-appenders

v1.1.5

24 Jan 15:03
Compare
Choose a tag to compare

Technical Enhancements

  • Add .npmignore file to exclude content from published package (e.g. example and test folders).

v1.1.4

02 Jul 13:24
Compare
Choose a tag to compare

Non-functional Changes

  • Fixed minor bug.

v1.1.3

01 Jul 22:02
Compare
Choose a tag to compare

Non-functional Changes

  • Added Jasmine Unit Tests.
  • Upgraded EcmaScript version used by JSHint.
  • Integrated with AWS CodeBuild.

v1.1.1

01 Jul 22:01
Compare
Choose a tag to compare

Initial public release

  • Added an appender designed for use with AWS Lambda Functions which writes to the console by selecting the function which corresponds to the log level (e.g. console.debug or console.info or console.warn).