main
fix: marks legacy jsonPath property as deprecated.
feat: Adds CORS support. (#366)
refactor: renames 'withData' script function to 'withContent'.
feat: adds failure simulation.
refactor: renames 'staticData' to 'content' in response config.
feat: adds inline scripted resource matcher.
feat: adds support for interceptors.
test(vertxweb): improves coverage for kebab-case path param matching.
docs: prefers bracketed path parameter format.
feat: allows matching against one or more body matchers.
feat: allows raw request body content to be matched.
feat: allows XPath XML namespaces to be configured at the system level.
fix: improves resource matching with multiple rules for the same path.
fix: adds option to escape non-param colons in path.
feat: supports Matches and NotMatches operators in security conditions.
fix: improves handling of nonexistent response files.
fix: improves reliability of static content route detection.
feat: shortens script step file property name.
test: improves coverage for inline script steps.
Adds support for preloading stores from file or inline data. Adds store item count. Allows retrieval of object items from store REST API.
test: splits tests for stores REST API and scripted usage.
feat: supports trailing wildcards in resource paths.
feat: adds environment variable expression evaluator.