Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1.97 KB

Change Log

Full Changelog

0.3.0 (2020-12-23)

Full Changelog

  • has_contact function now trims empty space around contact names, both when present in comma-separated label values, and when present in contact name provided as a function argument.
  • moved CI pipeline from travis to github, added tests using otto vm -- jasmine tests now deprecated
  • updated readme to specify that check contacts will override entity contacts

0.2.0 (2019-06-26)

Full Changelog

  • has_contact function now disregards entity contacts when any check contacts are defined.
  • Added no_contacts function. Use this when defining a "default" handler which is used when no contacts are defined.
  • The readme is now more descriptive and prescriptive. 🤩
  • Added MIT license and this changelog! ✍️

0.1.2 (2019-06-18)

Full Changelog

  • No functional changes.
  • Fixed release naming in build.sh. 🙃

0.1.1 (2019-06-18)

Full Changelog

  • No functional changes.
  • Updated travis-ci configuration to use build.sh in deploy phase.

0.1.0 (2019-06-18)

  • First release! 🎉

* This Change Log was automatically generated by github_changelog_generator