Releases: defstudio/pest-plugin-laravel-expectations
Releases · defstudio/pest-plugin-laravel-expectations
v1.2.0
What's Changed
- Adds toExistInStorage() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/10
- adds toBeRedirect() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/11
- adds toBeSuccessful() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/12
- adds toHaveStatus() exception by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/13
- adds toBeDownload() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/14
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.1.0...v1.2.0
v1.1.0
Added
toBeAbleToexpectation
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.0.4...v1.1.0
v1.0.4
What's Changed
- code refactoring by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/4
- adds toBelongTo expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/5
- adds toOwn expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/7
- Documentation update for v1.0.4 by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/6
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.0.3...v1.0.4
v1.0.3
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.0.2...v1.0.3
v1.0.2
Fixed
toBeInDatabase()the expectation has been fixed and restored
v1.0.1
Removed
toBeInDatabase()expectation (it collides with pest-plugin-laravel)
v1.0.0
Public stable release
Added
toBeAuthenticated()expectationtoBeValidCredentials()expectationtoBeInvalidCredentials()expectation
v0.0.5
Fix
- styles
v0.0.4
Added
toBeDeleted()expectationtoBeSoftDeleted()expectation
v0.0.3
Added
toBeCollection()expectationtoBeEloquentCollection()expectation