Releases: Maks3w/SwaggerAssertions
Releases · Maks3w/SwaggerAssertions
v1.0.0
- Tested against latest supported versions of PHP, PHPUnit and Symfony
- Removed dependency with
laminas/http
v0.12.0
[ADD] PHPUnit v9 support
[DEL] Support for PHP <7.2
v0.11.0
- PHPUnit v8 support
- Assertion methods are now static
- Drop support for PHPUnit <7.5
v0.10.0
Upgrade JSON Schema dependency up to v5
v0.9.0
- [BC Break] Raise minimum PHP version to 7.1
- [ADD] Compatibility with PHPUnit 7
v0.8.3
- Add support for schema object type file. [#45]
- Don't check content-type header if response body is empty.
v0.8.2
- Fix side effect [#34]
- Remove HHVM support
v0.8.1
- Add support to parameter inheritance. Kudos @MasonM
v0.8.0
- PHPUnit 6 compatibility
- Drop Guzzle V5 assertions
v0.7.0
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