Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

87 lines (59 loc) · 1.77 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • None

[2.1.0] - 2016-08-27

Added

  • Check for node version

[2.0.1] - 2016-08-26

Added

  • Added Integration tests

Changed

  • Updated to have more consistent error messages

[2.0.0] - 2016-08-20

Added

  • BATS Tests & Travis CI
  • Example Config
  • Check Newman is installed

Changed

  • Updated to Newman 3 CLI Args
  • Enforced webhook arg

Fixed

Deprecated

  • Removed --no_color arg
  • Removed --url arg
  • Removed --summary arg
  • Changed --slack_webhook to --webhook
  • Changed --newman_command to --webhook
  • Changed Config var env to environment

[1.1.1] - 2016-08-20

Added

  • Added long args for each arg
  • Added increasing verbosity

Changed

  • Cleaned up code

[1.1.0] - 2016-03-18

Added

  • Added config file input for environment separation.
  • Added better error message handling.

Fixed

  • Fixed argument validation bug.

[1.0.2] - 2015-12-10

Fixed

  • Fixed bug causing script to fail for verbose and summary args.

[1.0.1] - 2015-11-17

Added

  • Added check for errors in bash.

Removed

  • Removed file dependency by using variables instead of temporary files.
  • Removed unnecessary file parsing.

Changed

  • Cleaned up internal variable handling.

Fixed

[1.0.0] - 2015-11-16

  • First Add