Releases: jest-community/jest-extended
v0.11.3
- Fix broken @types/jest types [#235]
Thanks @Shadowstep33 for the PR
v0.11.2
Security Fix
- Update Expect to Fix Vulnerability (#198)
Docs
- Update docs to use setupFilesAfterEnv (#215)
- fix anchoring on same page API links (#194)
- Update README.md (#206)
Bug
- Update error message (#187)
Thanks @Matthew1534 @unional @CoreyKovalik @lloydwatkin @abdelrahman-elkady
v0.11.1
v0.11.0
Features
Thanks @natealcedo @benjaminkay93
v0.10.0
Features
Thanks @NikitaKurpas @moredip!
v0.9.0
Features
- Add Feature toBeHexadecimal Matcher (#152)
Fixes
Thanks to for contributing: @tony19 @MajorBreakfast @mvpowers
Special thanks to @benjaminkay93 for reviewing PRs and replying to issues :)
v0.8.0
Features
#133 Add toBeValidDate matcher
#140 Remove chalk to support browsers
#143 Add toHaveBeenCalledAfter matcher for mocking functions.
#137 Add toBeBefore and toBeAfter matchers (#117)
#122 Add toIncludeSameMembers matcher
Fixes
#132 Change implementation of toHaveBeenCalledBefore to use invocationCallOrder
#135 Export toBeDate matcher
#142 Use import-all macro instead of explicit imports
230d071 Add better type of check to toBeObject matcher, closed: #148
Massive shout out to: @tejasbubane @blikblum @frederickfogerty @cs4inctec @benjaminkay93 @gillesdemey
v0.7.2
Patch
- Bug fix #129
toBeNumber() behaviour for Infinity and NaN
Docs
- Improve setup instructions (#125)
Thanks @karl-chan & @franciscolourenco π