Releases: defstudio/pest-plugin-laravel-expectations
v1.6.1
What's Changed
- wrap responses to TestResponse by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/89
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.0.6...v1.6.1
v1.6.0
What's Changed
- adds toBeSameModelAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/82
- adds toBeBirthday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/83
- adds toBeMidday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/84
- adds toBeEndOfDay() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/85
- adds toBeMidnight() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/86
- adds toBeStartOfDay() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/87
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.5.0...v1.6.0
v1.0.6
What's Changed
- adds toBeSameModelAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/82
- adds toBeBirthday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/83
- adds toBeMidday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/84
- adds toBeEndOfDay() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/85
- adds toBeMidnight() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/86
- adds toBeStartOfDay() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/87
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.5.0...v1.0.6
v1.5.0
What's Changed
- adds toBeSameDayAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/39
- adds toBeSameYearAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/40
- adds toBeSameHourAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/41
- adds toBeSameWeekAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/42
- adds toBeAfter() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/43
- adds toBeBefore() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/44
- adds toBeBetween() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/45
- adds toBeFuture() by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/46
- adds toBePast() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/47
- adds toBeCurrentYear() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/48
- adds toHaveSession() expectation by @grantjanecek in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/34
- adds toHaveHeader() expectation by @grantjanecek in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/33
- adds toBeNextYear() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/50
- adds toBeLastYear() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/51
- adds toBeCurrentMonth() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/52
- adds toBeNextMonth() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/53
- adds toBeLastMonth() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/54
- adds toBeCurrentWeek() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/55
- adds toBeNextWeek() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/56
- adds toBeLastWeek() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/57
- adds toBeWeekday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/58
- adds toBeWeekend() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/59
- adds weekdays expectations by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/60
- adds toBeToday() and toBeCurrentDay() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/62
- adds toHaveAllSession() expectation by @grantjanecek in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/61
- adds toHaveMissingHeader() Expectation by @grantjanecek in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/63
- adds toBeMissingInStorage() expectation by @grantjanecek in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/64
New Contributors
- @grantjanecek made their first contribution in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/34
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.4.0...v1.5.0
v1.4.0
What's Changed
- adds toHaveJson() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/26
- adds toHaveExactJson() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/27
- adds toHaveValid expectation by @lakuapik in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/25
- adds toHaveInvalid expectation by @lakuapik in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/25
- adds toBeRedirectToSignedRoute() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/29
- adds toConfirmCreation() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/30
- adds toHaveJsonFragment() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/31
- adds toHaveJsonPath() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/35
- adds toHaveJsonStructure() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/36
- adds toHaveJsonValidationErrors() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/37
- adds toHaveLocation() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/38
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.3.0...v1.4.0
v1.3.0
What's Changed
- adds toRender() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/16
- adds toRenderInOrder() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/18
- adds toRenderText() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/19
- adds toRenderTextInOrder() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/19
- adds toBeOk() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/20
- adds toBeNotFound() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/21
- adds toHaveNoContent() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/22
- adds toBeUnauthorized() expectation by @lakuapik in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/24
- adds toBeForbidden() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/23
- Documentation Update by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/17
New Contributors
- @lakuapik made their first contribution in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/24
Full Changelog: def-studio/pest-plugin-laravel-expectations@v1.2.0...v1.3.0
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
toBeAbleTo
expectation
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