All notable changes to this project are documented in this file. The format is based on Keep a Changelog and adheres to Semantic Versioning.
- Updates to latest version of pmd@v7
- Upgrades to use unirest 4.x
- requires at least Java 11
- Updates to latest version of dependencies
- Fixes an issue with body when empty or null fields provided.
- Adds a space between header key and value. i.e. "--header Key: Value"
- Splits query params into separate
--data
items
- Initial release of the unirest to curl interceptor.
- Adds support for extracting
methodtype
,headers
,simple body
,params body
.