Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@martysweet martysweet released this 05 Apr 16:35
· 52 commits to master since this release
78c82a5

1.6.0 - 2018-04-05

Fixed

  • Merge PR #120, fixing dependency issue with "@types/colors"
  • Merge PR #130, implementing "safe-buffer" polyfill to be compatible with older NodeJS versions
  • Merge PR #126, improving null value validation when null is passed into a template

Changed

  • Merge PR #124, adding the --verbose flag and returning exit code 1 on a fatal exception or parsing error
  • Merge PR #131, making Winston exitOnError true

Added

  • Merge PR #128, implement NodeJS compatibility test in CI/CD