Skip to content

Releases: stschulte/aws-sdk-client-mock-vitest

Release v6.1.1

04 Feb 22:13
Compare
Choose a tag to compare

Changed

  • change @vitest/expect dependency to >=3.0.5 in order to prevent users against
    CVE-2025-24964

Release v6.1.0

28 Jan 20:00
Compare
Choose a tag to compare

Added

  • New exports allCustomMatcher and allCustomMatcherWithAliases allows to extend
    with all matchers through a single import and expect.extend call.

Release v6.0.0

17 Jan 15:50
Compare
Choose a tag to compare

Added

  • matcher toHaveReceivedCommandExactlyOnceWith can be used to verify there are
    no additional calls

Changed

  • Update dependencies. This bumps @vitest/expect dependency to ^3.0.1

Release v5.1.0

11 Jan 00:16
Compare
Choose a tag to compare

Changed

  • @smithy/types is now a peer dependency. This should allow usage
    with a broader range of aws-sdk-client-mock versions without feer to install
    conflicting versions.

Release v5.0.0

15 Dec 11:50
Compare
Choose a tag to compare

Added

  • Add new matcher toHaveReceivedAnyCommand

Changed

  • aws-sdk-client-mock is now a peer dependency. This should allow usage with a broader range of aws-sdk-client-mock versions without feer to install conflicting versions

Release v4.0.1

16 Oct 14:18
Compare
Choose a tag to compare

Changed

  • Build package under Node 22 environment
  • Bump @vitest/expect dependency from ^2.0.1 to ^2.1.3

Release v4.0.0

09 Jul 15:43
Compare
Choose a tag to compare

Changed

  • Update @vitest/expect dependency to 2.0.1 (new major version)

Release v3.0.0

13 Jun 10:17
Compare
Choose a tag to compare

Changed

  • Switch to ESM module only (you cannot require anymore)

Release v2.1.3

09 May 19:13
Compare
Choose a tag to compare

Fixes

  • Fix creation of type declarations

Release v2.1.2

09 May 19:13
Compare
Choose a tag to compare

Fixes

  • Fix type parameter in package.json