Releases: SmartsquareGmbH/squit
Releases · SmartsquareGmbH/squit
2.2.0
2.1.0
- Add optional similar diffing for xml. This ignores irrelevant differences like namespace prefixes. For backwards compability, this is by default disabled and can be enabled with:
squit {
xml.strict = false
}
- Make
application/xml
a valid content type for xml. - Update various dependencies.
2.0.0
2.0.0-beta2
- Removal of the library. The interfaces for pre- and post-processors are now part of the plugin.
Instead of the library, you now have to also add a dependency on the plugin to your library dependencies. - Support for json plain text content types. This is based on the
mediaType
property. - Improved compability with
Windows
. - Always run the requests, even when they do not have changed. Also fix a bug in up to date checking.