Releases: enzymejs/enzyme-matchers
Releases · enzymejs/enzyme-matchers
3.0.0
- 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
- 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.
- Change to use the
1.2.0
1.2.0
- Fixed negated matchers output message to sound negated.
1.1.0
1.1.0
- Add
toHaveText
matcher