Skip to content

Releases: maasencioh/jest-matcher-deep-close-to

jest-matcher-deep-close-to v3.0.2

08 Oct 05:36
1533339
Compare
Choose a tag to compare

Bug Fixes

  • package: run prepublish script in sequence (#34) (77f1dbf)

jest-matcher-deep-close-to v3.0.1

07 Oct 14:51
0cbbc82
Compare
Choose a tag to compare

Bug Fixes

  • print correct diff in error message (896ccad)
  • typings: include Jest extensions from lib's entrypoint (9b76880)

jest-matcher-deep-close-to v3.0.0

28 Sep 14:13
067139a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • changes the precision from 110^-x to be 510^-(x+1)

Features

  • format response similar to jest-closeTo (bfcef08)
  • support typed arrays (b43349a), closes #20

Bug Fixes

Miscellaneous Chores

  • update default precision from jest-closeTo (880d084), closes #23

2.0.0

27 Apr 20:40
Compare
Choose a tag to compare
Bumped to major version

v1.1.0

28 Jan 19:39
Compare
Choose a tag to compare

Object support thanks to @clawconduce