3.0.0-beta-8
·
1160 commits
to master
since this release
Enhancements
- Added
matchesJsonSchema
matcher. - Added support for customising the filenames produced when stubs are saved or recorded via a Handlebars template at startup - thanks @craftsman228
Fixes
- Prevent slf4j being shaded into the webhooks JAR.
- Added missing
equals()
andhashCodeI()
methods to matcher classes - thanks @jnt0r