Skip to content

expect-more@1.1.0

Compare
Choose a tag to compare
@JamieMason JamieMason released this 08 Aug 20:39
· 20 commits to master since this release

1.1.0 (2021-08-08)

Bug Fixes

  • npm: update dependencies (b34b440)

Features

  • typings: improve type information (4cff05e)

    All functions are now type guards with an optional generic which can be provided if you want to override or otherwise be more specific about what type your asserted value is.

    BREAKING CHANGE

    The return types have changed from eg. boolean to value is number[], which may result in type errors in your projects.