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

Latest commit

 

History

History
27 lines (20 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 794 Bytes

7.0.0 (May 31, 2018)

  • first input line error is propagated as result

6.0.0 (May 4, 2018)

  • change continuations to collapse down to newline instead of space

5.0.0 (May 2, 2018)

  • changed line continuation to use .. instead of ... to make it possible for format code

4.0.0 (May 1, 2018)

  • added line continuation

3.0.0 (April 28, 2018)

  • fixed issue where variable declartion would affect previous block when using promises

2.0.0 (April 27, 2018)

  • added support for promises
  • added support for error codes
  • clarified errors in the start of consecutive input lines are swallowed

1.0.0 (April 27, 2018)

  • prints line of errors in the spec
  • non-zero exit when there are errors when not using --report

0.1.0 (March 27, 2018)

  • added import of files
  • added spec-check report