Skip to content

Releases: unional/satisfier

v5.1.1

06 Dec 00:28
31f1c51
Compare
Choose a tag to compare

5.1.1 (2021-12-06)

Bug Fixes

v5.1.0

17 Nov 06:15
2b742bb
Compare
Choose a tag to compare

5.1.0 (2019-11-17)

Features

v5.0.2

13 May 03:42
Compare
Choose a tag to compare

5.0.2 (2019-05-13)

Bug Fixes

v5.0.1

11 Apr 08:14
5290fe0
Compare
Choose a tag to compare

5.0.1 (2019-04-11)

Bug Fixes

v5.0.0

13 Mar 21:48
32ffe11
Compare
Choose a tag to compare

5.0.0 (2019-03-13)

Features

BREAKING CHANGES

  • array will now fail when the length does not match.

Removed AtLeaseOnce. It is the same as has()

feat: support anything

  • undefined will check against undefined.

Use anything for the previous undefined support

feat: Add formatDiffs

chore: only run tests on node@11

because of bigint tests.

v4.5.1

31 Dec 10:18
27e906d
Compare
Choose a tag to compare

4.5.1 (2018-12-31)

Bug Fixes

v4.5.0

05 Aug 02:23
Compare
Choose a tag to compare

4.5.0 (2018-08-05)

Features

v4.4.3

08 Jun 00:22
Compare
Choose a tag to compare

4.4.3 (2018-06-08)

Bug Fixes

v4.4.2

08 Jun 00:02
Compare
Choose a tag to compare

4.4.2 (2018-06-08)

Bug Fixes

v4.4.1

11 Apr 02:04
Compare
Choose a tag to compare

4.4.1 (2018-04-11)

Bug Fixes

  • make AtLeastOnce shape conform with ArrayEntryExpectation (8263b0e)