Changelog
All notable changes to this project will be documented in this file. For a full understanding of what changed and the PR that where merged, see also the releases page
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.9.0 - 2021-01-15
Added
toMatchQueryexpectation
v1.8.1 - 2021-01-15
Added
- Laravel 9 support
v1.7.0 - 2021-12-05
Added
toBeSameSecondAsexpectationtoBeCurrentSecondexpectationtoBeCurrentMinuteexpectationtoBeSameMinuteAsexpectationtoBeCurrentHourexpectationtoBeTomorrowexpectationtoBeYesterdayexpectation
v1.6.5 - 2021-11-24
Added
- PHP8.1 support
v1.6.4 - 2021-11-23
Fix
- responses are authomatically wrapped in TestResponse objects when are instances of JsonReponse and RedirectResponse
v1.6.2 - 2021-11-21
Fix
- Take given guard into account in
->toBeAuthenticated()expectation
v1.6.1 - 2021-11-20
Changed
- responses are authomatically wrapped in TestResponse objects when used in responses expectations
v1.6.0 - 2021-11-15
Added
toBeBirthday()expectationtoBeEndOfDay()expectationtoBeSameModelAs()expectationtoBeMidday()expectationtoBeMidnight()expectationtoBeStartOfDay()expectation
v1.5.0 - 2021-10-25
Added
toBeAfter()expectationtoBeBefore()expectationtoBeBetween()expectationtoBeCurrentDay()expectationtoBeCurrentMonth()expectationtoBeCurrentWeek()expectationtoBeCurrentYear()expectationtoBeFriday()expectationtoBeFuture()expectationtoBeFuture()expectationtoBeLastMonth()expectationtoBeLastWeek()expectationtoBeLastYear()expectationtoBeMonday()expectationtoBeNextMonth()expectationtoBeNextWeek()expectationtoBeNextYear()expectationtoBePast()expectationtoBeSameDayAs()expectationtoBeSameHourAs()expectationtoBeSameMonthAs()expectationtoBeSameYearAs()expectationtoBeSameWeekAs()expectationtoBeSaturday()expectationtoBeSunday()expectationtoBeToday()expectationtoBeThursday()expectationtoBeTuesday()expectationtoBeWednesday()expectationtoBeWeekday()expectationtoBeWeekend()expectationtoHaveAllSession()expectationtoHaveHeader()expectationtoHaveSession()expectationtoBeMissingInStorage()expectation
Updated
- Documentation refactor
v1.4.0 - 2021-10-21
Added
toHaveLocation()expectationtoConfirmCreation()expectationtoBeRedirectToSignedRoute()expectationtoHaveJson()expectationtoHaveExactJson()expectationtoHaveJsonFragment()expectationtoHaveJsonPath()expectationtoHaveJsonStructure()expectationtoHaveJsonValidationErrors()expectationtoHaveValid()expectationtoHaveInvalid()expectation
v1.3.0 - 2021-10-15
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