Skip to content

3.0.0-beta-8

Choose a tag to compare

@tomakehurst tomakehurst released this 24 Apr 16:44
e162098

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() and hashCodeI() methods to matcher classes - thanks @jnt0r