All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgraded from
jest@24
tojest@27
. This shouldn't impact you, see Added section
- CI matrix execution to test
jest-when-xt
against different versions of Jest and Node. Initial supported: Jest versions 24 through 27, Node 12 through 16
- Security patches
- Security patches
- Security patches
- Security patches
- [internal] This CHANGELOG
- [internal] Go back from
yarn
tonpm
- Security upgrades
- [internal] Use
standard
instead ofeslint
- [internal] Update Stryker to 1.x
- [internal] Upgrade dependencies
- Support for chained mock returns:
when(fn).calledWith(2).mockReturnValueOnce('x').mockReturnValue('y')
- [internal] Improved README
- Support for
mockRejectedValue
andmockRejectedValueOnce
- [internal] Improved README (a lot)
- [internal] Stryker for mutation testing
- [internal] Prepare codebase for open-sourcing