Releases: enzymejs/enzyme-matchers
Releases · enzymejs/enzyme-matchers
4.0.2
4.0.1
4.0.0
- Support React 16 and Enzyme 3 (@blainekasten)
- Remove beforeEnter call for jest-enzyme and just add the matchers once. (@mockdeep)
3.8.3
3.8.2
- Fix flow issues that cropped up from 3.8.1. (@blainekasten)
3.8.1
3.8.0
- Intentionally passing
undefined
totoHaveState
andtoHaveProps
now compares on the undefined value. (@DianaSuvorova)
Example:
expect(wrapper).toHaveState('key', undefined);
3.7.0
- Fix pretty printing Proxy objects in components (@chris-divvito)
- Fix negative messages in jasmine-enzyme (@blainekasten)
- Address some internal issues that broke tests in CI (@blainekasten)
3.6.1
- Fix a bad publish with 3.6.0 not including all documented changes
3.6.0
- Implement jest asymettric matchers and jasmine partial matchers!! (@sfargier)
- This means you can use API's like
expect.any(String)
in jest orjasmine.stringMatching('%')
- This means you can use API's like
- Fix a bug with the transpiled code not runnable in browsers (@ek5000)
- Make the typescript definition for jest-enzyme more accurate (@sfargier)
- internal: enzyme-matchers is built in Prettier now! (@blainekasten)
- internal: Fix a local issue with our yarn.lock (@blainekasten)