This repository has been archived by the owner on May 6, 2024. It is now read-only.
Releases: userlike/joke
Releases · userlike/joke
v2.1.3
v2.1.3-alpha.0
2.1.3-alpha.0 (2022-11-21)
Note: Version bump only for package joke
v2.1.2
v2.1.1
v2.1.0
v2.0.0
v2.0.0-alpha.0
v1.0.2
v1.0.1
First stable release
- feat(babel): removes restrictions on mock usage 9e8b130
- feat: support custom mock implementations (#1) 3eb5d53
- fix(babel): fix requireActual wrong param 27b6140
- fix(babel): fix several bugs with 2nd arg of mock 46ccd54
- feat: add mockSome for partial mocking of modules 0e92c8a
- docs: add license e14eac2
- docs: improve README de02a0c
- chore: integrate commitizen and husky 11d303e
- fix: make @types/jest a peer dependency
BREAKING CHANGE:
@types/jest has become a peer dependency so if you don't have it in your dependencies, you must add
it now.