Releases: stschulte/aws-sdk-client-mock-vitest
Releases · stschulte/aws-sdk-client-mock-vitest
Release v7.0.1
Release v7.0.0
Changed
- Support
@vitest/expectversion4. You should upgrade to this version when
usingvitest4. Otherwise you should keep ataws-sdk-client-mock-vitest
version6.2.1. This version also drops support for Node 18, since vitest4
does not support it anymore
Release v6.2.1
Changed
- Better documentation of TypeScript module augmentation (no code change)
Release v6.2.0
Added
- New import
aws-sdk-client-mock-vitest/extendallows to easily extend
vitest expect
Changed
- Dropped unnecessary
tslibdependency - Updated
@vitest/expectfrom^3.0.5to^3.1.2
Release v6.1.1
Changed
- change
@vitest/expectdependency to>=3.0.5in order to prevent users against
CVE-2025-24964
Release v6.1.0
Added
- New exports
allCustomMatcherandallCustomMatcherWithAliasesallows to extend
with all matchers through a single import andexpect.extendcall.
Release v6.0.0
Added
- matcher
toHaveReceivedCommandExactlyOnceWithcan be used to verify there are
no additional calls
Changed
- Update dependencies. This bumps
@vitest/expectdependency to^3.0.1
Release v5.1.0
Changed
@smithy/typesis now a peer dependency. This should allow usage
with a broader range ofaws-sdk-client-mockversions without feer to install
conflicting versions.
Release v5.0.0
Added
- Add new matcher
toHaveReceivedAnyCommand
Changed
aws-sdk-client-mockis now a peer dependency. This should allow usage with a broader range ofaws-sdk-client-mockversions without feer to install conflicting versions
Release v4.0.1
Changed
- Build package under Node 22 environment
- Bump
@vitest/expectdependency from^2.0.1to^2.1.3