Skip to content

Releases: enzymejs/enzyme-matchers

3.0.0

11 Apr 16:09
Compare
Choose a tag to compare
  • This version updates the requirement for jest-enzyme to jest versions 19 or greater
  • Automatically inject a serializer for enzyme components to be snapshotted
  • Bugfix: Prevent shallow wrappers from being deeply rendered by our internal html utils

v2.0.0

13 Oct 18:21
Compare
Choose a tag to compare

  • Changed project structure!
  • We are now using lerna to maintain 3 npm packages:
    • enzyme-matchers (simple functions to handle assertions)
    • jasmine-enzyme (implementation of enzyme-matchers in jasmine)
    • jest-enzyme (implementation of enzyme-matchers in jest)
  • This is only breaking if you use Jest.
    • Change to use the jest-enzyme package and everything should work.

1.2.0

10 Aug 17:00
Compare
Choose a tag to compare

1.2.0

  • Fixed negated matchers output message to sound negated.

1.1.0

07 Jun 13:21
Compare
Choose a tag to compare

1.1.0

  • Add toHaveText matcher