Skip to content

Releases: Maks3w/SwaggerAssertions

v1.0.0

08 Jan 21:29
Compare
Choose a tag to compare
  • Tested against latest supported versions of PHP, PHPUnit and Symfony
  • Removed dependency with laminas/http

v0.12.0

12 Feb 16:02
Compare
Choose a tag to compare

[ADD] PHPUnit v9 support
[DEL] Support for PHP <7.2

v0.11.0

19 Mar 09:35
a950ed4
Compare
Choose a tag to compare
  • PHPUnit v8 support
  • Assertion methods are now static
  • Drop support for PHPUnit <7.5

v0.10.0

25 May 22:52
Compare
Choose a tag to compare

Upgrade JSON Schema dependency up to v5

v0.9.0

24 May 09:39
Compare
Choose a tag to compare
  • [BC Break] Raise minimum PHP version to 7.1
  • [ADD] Compatibility with PHPUnit 7

v0.8.3

03 Sep 07:29
Compare
Choose a tag to compare
  • Add support for schema object type file. [#45]
  • Don't check content-type header if response body is empty.

v0.8.2

13 Jun 07:15
Compare
Choose a tag to compare
  • Fix side effect [#34]
  • Remove HHVM support

v0.8.1

08 May 06:35
Compare
Choose a tag to compare
  • Add support to parameter inheritance. Kudos @MasonM

v0.8.0

05 Feb 10:58
Compare
Choose a tag to compare
  • PHPUnit 6 compatibility
  • Drop Guzzle V5 assertions

v0.7.0

09 Sep 19:34
Compare
Choose a tag to compare

Backward compatibility breaks

  • Drop support for PHP 5.5 (EOL)
  • Code has been refactored for expose JsonSchema\Validator object, watch the constraint constructor signatures if you are extending our classes.

Features

  • [#14] Add validation for query string parameters (Note due HTTP specification string type is mandatory for every parameter) Thanks @Nicofuma
  • [#15] Allow custom JsonSchema's constraints. Thanks @Nicofuma