Skip to content

Latest commit

 

History

History
78 lines (40 loc) · 1.53 KB

CHANGES.md

File metadata and controls

78 lines (40 loc) · 1.53 KB

2019-05-06, Version 1.2.0

  • Support node up to and including 12.x (Sam Roberts)

  • CI: remove sudo:false from .travis.yml (Matt Simerson)

2016-09-30, Version 1.1.4

  • package: test against node 6.x in travis (Sam Roberts)

  • Check that cb is a function, not non-empty (Sam Roberts)

2016-03-23, Version 1.1.3

  • update repo information in package.json (Ryan Graham)

  • update copyrights (Ryan Graham)

  • ci: remove iojs, add node-v5 (Ryan Graham)

  • Refer to licenses with a link (Sam Roberts)

2015-10-16, Version 1.1.2

  • define LOG_PERROR if not defined by platform (Ryan Graham)

  • Use strongloop conventions for licensing (Sam Roberts)

2015-09-18, Version 1.1.1

  • fix toFacility() so it preserves numbers (Ryan Graham)

  • test: toLevel() and toFacility() (Ryan Graham)

  • travis: replace iojs-head with node-v4 (Ryan Graham)

  • add travis config (Ryan Graham)

2015-09-02, Version 1.1.0

  • compatiblity: expose LOG_ properties globally (Sam Roberts)

2015-08-21, Version 1.0.3

  • upgrade to nan@2 (Ryan Graham)

  • test: make test output more TAP friendly (Ryan Graham)

2015-08-20, Version 1.0.2

  • Package metadata for npmjs.org (Sam Roberts)

2015-08-20, Version 1.0.1

  • Fix package name, its modern-syslog (Sam Roberts)

2015-08-20, Version 1.0.0

  • First release!