This release adds support to validate responses using schemas defined in an OpenAPI document. The document can use both JSON and YAML syntax, and support for JsonRef is also provided.
0.2.0
This release improves the supported functionality validating responses using JsonPath by integrating the `jsonpath` library to perform the validation. This library supports more functionality from the specification than the previous library used.
0.1.12
Adds the necessary support to send PATCH requests to an endpoint.
0.1.11
This version releases the br-init console app that allows creating a new behave restful project.
0.1.10
This releases some PRs that contain examples and a new bolt task to wait for a server startup.
0.1.9
This release ports to the new bolt api to remove deprecation warnings and leverage the task implementations provided.