All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2024-10-15)
4.1.0-beta.0 (2024-10-11)
- jest: import path in types test (750605b)
4.0.2 (2024-09-23)
4.0.2-beta.0 (2024-06-20)
- jest: allow "toHaveReceivedCommandWith" partial match without required Command fields (79929ae)
4.0.1 (2024-06-01)
4.0.1-beta.0 (2024-06-01)
- jest: match input type accepting @jest/globals asymmetric matchers (644a603)
4.0.0 (2024-03-17)
4.0.0-beta.0 (2024-03-17)
- Correct expect.assertions() count on CommandWith commands (#209)
3.1.0 (2024-03-17)
3.1.0-beta.1 (2024-01-15)
3.1.0-beta.0 (2024-01-01)
- core: ability to use custom Sinon Sandbox (#200) (31ff180)
- jest: fail if more than expected matcher arguments are passed (#199) (6f7bb59), closes #191
- migrate Jest matchers to @jest/globals types (#198) (8f14cbb), closes #180
3.0.1 (2024-01-01)
- bump sinon version (7ccfdca)
3.0.0 (2023-07-01)
3.0.0-beta.0 (2023-07-01)
- support AWS SDK v3.363.0
- support AWS SDK v3.363.0 (0865065)
2.2.0 (2023-06-26)
2.2.0-beta.0 (2023-05-30)
2.1.1 (2023-03-11)
2.1.0 (2023-03-06)
2.0.1 (2022-11-27)
2.0.0 (2022-08-29)
2.0.0-beta.2 (2022-08-21)
- move Jest matchers to a separate package (#112)
2.0.0-beta.1 (2022-06-27)
- add @types/jest as a regular dependency (c51c9d9)
2.0.0-beta.0 (2022-06-26)
- remove libStorage helper to remove incompatibilities (#105)
1.0.0 (2022-06-14)
- remove @aws-sdk types and client-s3 from peer dependencies (#57)
0.6.2 (2022-03-06)
0.6.1 (2022-03-05)
0.6.0 (2022-02-12)
- recreate mock on reset() (#76)
0.5.6 (2021-11-06)
0.5.5 (2021-09-19)
0.5.4 (2021-09-16)
0.5.3 (2021-06-24)
0.5.2 (2021-06-14)
0.5.1 (2021-06-13)
0.5.0 (2021-05-31)
- bump Sinon to v11 (#27)
0.4.0 (2021-05-06)
- partial payload matching by default (#16)
0.3.1 (2021-05-01)
0.3.0 (2021-04-11)
- type-checking of resolved responses (#2)
Initial release