Skip to content

v7.0.0

Choose a tag to compare

@unional unional released this 14 Mar 21:59
38609e0

7.0.0 (2019-03-14)

Bug Fixes

BREAKING CHANGES

  • satisfies() expectation changed

Check out satisfier for more detail.

In a nutshell:

  • single expectation will not test against each entry in array anymore
  • undefined is now used for checking for undefined instead of matching anything. Use anything symbol for that purpose.
  • array now matches each entry. You need to have the same length. Use startsWith() for the previous behavior.