Skip to content

v6.0.0

Choose a tag to compare

@unional unional released this 23 Dec 07:22

6.0.0 (2018-12-23)

BREAKING CHANGES

  • removed equal() and deelEqual(). They are removed because they are depending on NodeJS assert. Please use nodeJS assert or other libraries such as ChaiJS for those.
    Removed optional message? in throws().
    The throws() overload has been reworked. It is working fine but there might have some cases missed.
    Renamed satisfy() to satisfies() to match with other functions.