Releases: rluvaton/expect-http-client-matchers
Releases · rluvaton/expect-http-client-matchers
v2.2.0
2.2.0 (2024-08-26)
Features
v2.1.0
2.1.0 (2024-08-26)
Features
- allow to set custom http client adapter (#39) (babe747)
v2.0.0
2.0.0 (2024-08-26)
Bug Fixes
- export: change how specific matchers are consumed (#38) (abef4b9)
BREAKING CHANGES
v1.6.3
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
1.6.2 (2024-08-25)
Bug Fixes
- support application/problem+json for JSON body (dc30195)
v1.6.1
1.6.1 (2024-08-25)
Bug Fixes
- vitest:
.toHaveBodyMatchObject()
matcher not worked in vitest (#35) (c07d375)
v1.6.0
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
1.5.0 (2024-08-25)
Features
- matcher: Add
.toHaveBodyMatchObject
matcher (#33) (36763ab)
v1.4.1
1.4.1 (2024-08-25)
Bug Fixes
- rename
toHaveBodyEqualsTo
to toHaveBodyEquals
(#32) (a63b32d)
v1.4.0
1.4.0 (2024-08-25)
Features
- matcher: add
toHaveBodyEqualsTo
matcher (#31) (189789d)