Changelog
All notable changes to this project will be documented in this file. For a full understanding of what changed, see the releases page
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.3.0 - 2021-15-10
Added
toBeOk()expectationtoBeNotFound()expectationtoBeForbidden()expectationtoBeUnauthorized()expectationtoHaveNoContent()expectationtoRender()expectationtoRenderInOrder()expectationtoRenderText()expectationtoRenderTextInOrder()expectationtoContainText()expectationtoContainTextInOrder()expectation
Updated
- new fresh documentation site
v1.2.0 - 2021-10-11
Added
toBeRedirect()expectationtoBeSuccessful()expectationtoBeDownload()expectationtoHaveStatus()expectationtoExistInStorage()expectation
Fixed
- Pest IntelliJ support for autocompletion
v1.1.0 - 2021-10-08
Added
toBeAbleTo()expectation
v1.0.4 - 2021-10-06
Added
toBelongTo()expectationtoOwn()expectation
v1.0.3 - 2021-10-05
Fixed
toBeInDatabase()the expectation has been fixed and restored
v1.0.1 - 2021-10-04
Removed
toBeInDatabase()expectation (it collides with pest-plugin-laravel)
v1.0.0 - 2021-10-04
Added
toBeAuthenticated()expectationtoBeValidCredentials()expectationtoBeInvalidCredentials()expectation
v0.0.5 - 2021-10-03
Fixed
- styles
v0.0.4 - 2021-10-03
Added
toBeDeleted()expectationtoBeSoftDeleted()expectation
v0.0.3 - 2021-10-03
Added
toBeCollection()expectationtoBeEloquentCollection()expectation
v0.0.2 - 2021-10-03
Updated
- Documentation
v0.0.1 - 2021-10-03
- First version