Skip to content

v12.0.0

Compare
Choose a tag to compare
@seborama seborama released this 25 Aug 21:21
· 11 commits to master since this release
93dbefd

Simplify usage of RequestMatcher with NewVCR.

BREAKING CHANGE: renamed NewBlankRequestMatcher to NewRequestMatcherCollection with a simpler signature
BREAKING CHANGE: removed RequestMatcherCollectionOptions
BREAKING CHANGE: removed WithRequestMatcherFunc (singular form)
BREAKING CHANGE: renamed DefaultRequestMatcher to RequestMatcherCollection
feat: added WithRequestMatcherFuncs as syntactic sugar for WithRequestMatcher(NewRequestMatcherCollection(...))