Skip to content

Tags: hotmeteor/spectator

Tags

v2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#191)

v1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run tests on Laravel 10 and PHP 8.2/8.3 (#158)

v1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix undefined variable $response in Middleware (#137)

* Fix undefined variable $response in Middleware when usin withoutExceptionHandling

* fix cs

v1.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (#150)

v1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add assertPathExists assertion (#146)

This assertion is a convient way to only check whether an endpoint is in
the spec or not.

Co-authored-by: Alexander Lentner <alexander.lentner@karriere.at>

v1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgraded dependencies to allow compatibility with laravel 10.x (#…

…141)

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check data before merging (#91)

* try to map parameters to their types

* Update RequestValidator.php

* check data before casting

* Refactoring

* style ci

Co-authored-by: Adam Campbell <adam@hotmeteor.com>
Co-authored-by: Bastien Philippe <bastien.philippe@soyhuce.fr>

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (#128)

v1.6.0.1

Update ResponseValidatorTest.php

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip request validation (#110)

Cache exceptions for selective reporting