Releases: enzymejs/enzyme-matchers
Releases · enzymejs/enzyme-matchers
3.5.3
- Point to lib TS file (@pascalduez)
3.5.2
3.5.1
3.5.0
- Include TS definitions in exported library (@Dean177)
- Fix a bug that can occur when you are mocking console.error in your tests. (@juanca)
- [internal] Use babel-preset-env (@pascalduez)
- [internal] Improve flowtype usage (@pascalduez)
3.4.0
- Add toMatchElement TS Declaration (@pascalduez)
- Prevented
toHaveProps
from mutating arguments (@moredip) - Ensure flowtypes are published as part of the packages (@pascalduez)
3.3.0
- Fix typescript return types (@Dean177)
- Fix Flowtype integration by not publishing
src/
files (@SBoudrias) - NEW! Added
toMatchElement(reactInstance)
matcher (@finnigantime)
3.2.0
- Publish types for Flow integration support
- Fix an issue where
console
may not be available in certain environments - Expose matchers directly for
jasmine-enzyme
- This is particularily benefecial for jasmine v1 users
- Access if found at
jasmineEnzyme.enzymeMatchers
- Fix an issue with using shallow wrappers when running tests in IE
🎉 Thanks to @finnigantime for all the hard work! 🎉
3.1.1
- Fix a bug when running tests in IE
3.1.0
- Add Typescript definitions
3.0.1
- Fix a failed version publish