Skip to content

Generate invertible test operations

Compare
Choose a tag to compare
@warpech warpech released this 25 Jul 10:53
· 113 commits to master since this release

New feature:

  • Ability to generate test operations for original values in the first object, also known as "invertible" operations. Search fro the word invertible in README.md for details about usage (PR #228, PR #226).

Code quality:

  • Replace deep-equal with fast-deep-equal (PR #227)
  • Remove traces for support for legacy browsers which were broken since v2.0.7 (PR #229)
  • Fix testing framework