Skip to content

Latest commit

 

History

History
145 lines (81 loc) · 3.88 KB

File metadata and controls

145 lines (81 loc) · 3.88 KB

22 February 2020

  • [fix] Handle update with default stdin.

22 February 2020

  • [feature] Support normalising outputs in forks.
  • [fix] Fix \r\n parsing.
  • [ci] Add Appveyor.

4 February 2020

  • [feature] Read input as JS/JSON.
  • [feature] Updates JSON properties.
  • [fix] Updates empty expected.
  • [fix] Fix extra whitespace in win input.
  • [fix] Try fix \r.
  • [fix] Upgrade for EOLs.
  • [tests] Update tests to be robust against node versions.

30 January 2020

  • [feature] Pass multiple paths.
  • [license] Update to Affero.
  • [doc] Add typedefs.json.

5 September 2019

  • [doc] Improve JSDoc annotations and externs.

3 May 2019

  • [feature] Allow to pass jsProps.
  • [fix] Put back types.
  • [package] Remove source maps from depack build and src directory from files to reduce size.

1 May 2019

  • [fix] Update mask properties correctly and account for preamble.
  • [doc] Give titles to link types.
  • [externs] MaskConfig is a structural interface now.

30 April 2019

  • [types] Put vendor types in the index.js file.
  • [types] Vendor assert-diff and @zoroaster/fork types.
  • [package] Publish types in the files field.
  • [build] Compile w/ Depack.
  • [deps] Move all dependencies to being dev-dependencies ^ because of Depack.
  • [feature] Pass the mask result properties via the this and not in arguments.

23 April 2019

  • [feature] Handle errors in interactive mode by updating mask properties.

18 April 2019

  • [feature] Add preamble parsing (text on top of the result file will be available via this.preamble in masks).

11 April 2019

  • [feature] Support propStartRe and propEndRe.
  • [deps] Update and unlock dependencies.

26 March 2019

  • [feature] Support focusing on masks.

20 March 2019

  • [fix] Asynchronous assertResults.
  • [fix] Pass this context with props to assertResults.

16 March 2019

1.2.0

  • [feature] Use ## by default as the test separator in markdown files.
  • [dep] Update @zoroaster/fork for new features (removing ANSI, pre-processing and removing the final \n).

15 March 2019

1.1.0

  • [feature] Resolve the path to the mask result without extension.

1.0.2

  • [fix] Don't print extensions in filenames in results.

1.0.1

  • [deps] Update dependencies.

1.0.0

  • Create @zoroaster/mask with mnp
  • [repository]: src, test