Releases: opentable/wiremock-body-transformer
wiremock-body-transformer-1.1.6
Thanks to @okondrashin for PR to check for empty response body and refactor.
wiremock-body-transformer-1.1.5
Thanks @waynemz for adding support for url regex matching of url path parameters.
wiremock-body-transformer-1.1.4
Thanks @xlbruce for the addition of query string support.
Now you can transform wiremock body response based on the query string in the requests.
wiremock-body-transformer-1.1.3
Upgrades to wiremock 2.3.1
wiremock-body-transformer-1.1.2
Thanks @KRoLer we now support transforming response bodies based on x-www-form-urlencoded request bodies.
wiremock-body-transformer-1.1.1
Body transformer is now compatible with Wiremock's latest version 2.x.x.
Thanks @Aure77 for the pull request.
wiremock-body-transformer-1.0.8
Thanks @KRoLer
Xml nodes can now have their values referenced via .value
.
For example:
<request>
<user>
<name type="String">Dmytro</name>
<age type="Number">29</age>
</user>
</request>
You can reach "Dmytro" using $(user.name.value)
.
wiremock-body-transformer-1.0.7
- Add ability to transform response body when using withBodyFile() - Thanks @gaetanlebrun
- Support XML Requests - Thanks @yaronyam
wiremock-body-transformer-1.0.4
Adds support for random integer generator.
wiremock-body-transformer-1.0.2
Allows the body transformer to be used as a jar with the standalone wiremock server.