Skip to content

Releases: rluvaton/expect-http-client-matchers

v2.2.0

26 Aug 18:25
Compare
Choose a tag to compare

2.2.0 (2024-08-26)

Features

v2.1.0

26 Aug 18:10
babe747
Compare
Choose a tag to compare

2.1.0 (2024-08-26)

Features

  • allow to set custom http client adapter (#39) (babe747)

v2.0.0

26 Aug 14:27
abef4b9
Compare
Choose a tag to compare

2.0.0 (2024-08-26)

Bug Fixes

  • export: change how specific matchers are consumed (#38) (abef4b9)

BREAKING CHANGES

  • export: You will need to change from:

    import * as matchers from 'expect-http-client-matchers';

    To:

    import { matchers } from 'expect-http-client-matchers';

v1.6.3

25 Aug 18:00
2099e24
Compare
Choose a tag to compare

1.6.3 (2024-08-25)

Bug Fixes

  • use jest-expect-utils instead of this.utils which is missing in vitest (#36) (2099e24)

v1.6.2

25 Aug 17:01
Compare
Choose a tag to compare

1.6.2 (2024-08-25)

Bug Fixes

  • support application/problem+json for JSON body (dc30195)

v1.6.1

25 Aug 16:18
c07d375
Compare
Choose a tag to compare

1.6.1 (2024-08-25)

Bug Fixes

  • vitest: .toHaveBodyMatchObject() matcher not worked in vitest (#35) (c07d375)

v1.6.0

25 Aug 15:37
52569b4
Compare
Choose a tag to compare

1.6.0 (2024-08-25)

Features

  • .toHaveBodyEquals(): add generic type to allow for type assertion of the expected body (#34) (52569b4)

v1.5.0

25 Aug 14:36
36763ab
Compare
Choose a tag to compare

1.5.0 (2024-08-25)

Features

  • matcher: Add .toHaveBodyMatchObject matcher (#33) (36763ab)

v1.4.1

25 Aug 08:22
a63b32d
Compare
Choose a tag to compare

1.4.1 (2024-08-25)

Bug Fixes

  • rename toHaveBodyEqualsTo to toHaveBodyEquals (#32) (a63b32d)

v1.4.0

25 Aug 07:44
189789d
Compare
Choose a tag to compare

1.4.0 (2024-08-25)

Features

  • matcher: add toHaveBodyEqualsTo matcher (#31) (189789d)