Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

39 lines (19 loc) · 2.1 KB

Changelog

3.0.2 (2021-10-08)

Bug Fixes

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

3.0.1 (2021-10-07)

Bug Fixes

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

3.0.0 (2021-09-28)

⚠ 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