Skip to content

Releases: SmartsquareGmbH/squit

2.2.0

28 Aug 20:30
Compare
Choose a tag to compare
  • New: Pre- and Post-runners (both as simple scripts groovy scripts or implemented in your favorite JVM language) which can run arbitrary code before and/or after each request (See the updated README for details).

2.1.0

27 Aug 11:08
Compare
Choose a tag to compare
  • 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

12 Jun 12:37
Compare
Choose a tag to compare
  • More defensive behaviour by failing early when an invalid project structure is detected.
  • Modernized html report.
  • Completely empty folders are now ignored and do not fail the build.

2.0.0-beta2

11 Jun 12:10
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release
  • 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.

1.1.2

08 Mar 13:27
Compare
Choose a tag to compare
  • Improved error handling

1.1.1

14 Dec 13:50
Compare
Choose a tag to compare
  • New configuration options:
    • headers
    • method
  • More info in the generated xml report.
  • Fixes:
    • Property resolution in hierachies.
    • unexclude and unignore now behave correctly.

1.1.0

07 Dec 09:13
Compare
Choose a tag to compare
  • New configuration system with hocon. See the updated README for details.
  • Usability improvements for the generated html report.

1.0.2

28 Nov 13:41
Compare
Choose a tag to compare

More testing for publishing.

This is the first working release.

See the README for information on how to include it in your project.

1.0.1

28 Nov 13:33
Compare
Choose a tag to compare

Testing for publishing.

1.0.0

28 Nov 11:41
Compare
Choose a tag to compare

First release! 🎉