Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 08:01
· 22 commits to master since this release

Major Changes

  • 573ccd8: The query object returned by children and example functions is now typed as Describe which has a slightly different signature from Construct which was returned previously. (note that the actual query has not changed)
  • 573ccd8: The getHierarchy exported by the main module now generates a CONSTRUCT query which should yield a great improvement in performance in some cases (closes #17)

Patch Changes

  • 573ccd8: Removed dependency on chai-snapshot-matcher which should have been dev-only