3.0.0-beta-8
Enhancements
- Added
matchesJsonSchemamatcher. - 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