Skip to content

Releases: barchart/log4js-node-appenders

v1.1.5

Choose a tag to compare

@bryaningl3 bryaningl3 released this 24 Jan 15:03

Technical Enhancements

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

v1.1.4

Choose a tag to compare

@Igor-Losev Igor-Losev released this 02 Jul 13:24

Non-functional Changes

  • Fixed minor bug.

v1.1.3

Choose a tag to compare

@bryaningl3 bryaningl3 released this 01 Jul 22:02

Non-functional Changes

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

v1.1.1

Choose a tag to compare

@bryaningl3 bryaningl3 released this 01 Jul 22:01

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).