Skip to content

3.0

Compare
Choose a tag to compare
@novemberborn novemberborn released this 13 Jul 11:00
262782a

This is a bugfix release, with one breaking change:

  • Simplify how repeated object references are handled. This changes how circular references are compared. Now, if the same cycle is present in the actual and expected values they're considered equal, but they're unequal otherwise. ae51d22

Other bugfixes are:

  • Fix maxDepth formatting of properties, noticeable when diffing React trees with AVA f127100
  • When diffing lists, recognize when complex values are unequal so they're diffed correctly 221c11e

And finally: