Releases
v1.12.2 2/8/2023
v1.12.1 2/8/2023
What's Changed
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/111
Full Changelog: https://github.com/defstudio/pest-plugin-laravel-expectations/compare/v1.12.0...v1.12.1
v1.12.0 2/6/2023
What's Changed
- Laravel 10 support by @fabio-ivona in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/110
Full Changelog: https://github.com/defstudio/pest-plugin-laravel-expectations/compare/v1.11.0...v1.12.0
v1.11.0 1/27/2023
What's Changed
- Bump json5 from 1.0.1 to 1.0.2 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/107
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/108
- Bump ua-parser-js from 0.7.32 to 0.7.33 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/109
Full Changelog: https://github.com/defstudio/pest-plugin-laravel-expectations/compare/v1.10.5...v1.11.0
v1.10.5 12/14/2022
v1.10.4 12/1/2022
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/102
- Bump loader-utils from 1.4.0 to 1.4.2 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/103
- Bump terser from 4.8.0 to 4.8.1 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/104
- Bump got from 11.8.3 to 11.8.5 in /docs by @dependabot in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/105
New Contributors
- @dependabot made their first contribution in https://github.com/defstudio/pest-plugin-laravel-expectations/pull/102
Full Changelog: https://github.com/defstudio/pest-plugin-laravel-expectations/compare/v1.10.3...v1.10.4
v1.10.3 3/27/2022
- docs fix
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.10.2...v1.10.3
v1.10.2 3/27/2022
- Refactor
- Docs improvements
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.10.0...v1.10.2
v1.10.1 3/27/2022
What's Changed
- Add toBeView() by @nicola-posa in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/101
New Contributors
- @nicola-posa made their first contribution in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/101
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.9.1...v1.10.1
v1.10.0 3/27/2022
v1.9.1 3/12/2022
- fix: docs
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.9.0...v1.9.1
v1.9.0 3/12/2022
What's Changed
- feat: toMatchQuery expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/100
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.8.1...v1.9.0
v1.8.1 1/15/2022
v1.8.0 1/15/2022
What's Changed
- Laravel 9 support by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/97
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.7.0...v1.8.0
v1.7.0 12/5/2021
What's Changed
- adds toBeSameSecondAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/92
- adds toBeCurrentSecond() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/93
- adds toBeCurrentMinute() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/94
- adds toBeSameMinuteAs() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/95
- adds toBeYesterday() expectation by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/96
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.6.5...v1.7.0
v1.6.5 11/30/2021
v1.6.4 11/23/2021
v1.6.3 11/23/2021
What's Changed
- Fix JsonResponse and RedirectResponse wrapping into TestResponse by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/91
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.6.2...v1.6.3
v1.6.2 11/21/2021
What's Changed
- Take given guard into account when fetching currently authenticated user by @JapSeyz in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/90
New Contributors
- @JapSeyz made their first contribution in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/90
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.6.1...v1.6.2
v1.6.1 11/20/2021
What's Changed
- wrap responses to TestResponse by @fabio-ivona in https://github.com/def-studio/pest-plugin-laravel-expectations/pull/89
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.0.6...v1.6.1
v1.6.0 11/17/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.5.0...v1.6.0
v1.0.6 11/15/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.5.0...v1.0.6
v1.5.0 10/25/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.4.0...v1.5.0
v1.4.0 10/21/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.3.0...v1.4.0
v1.3.0 10/15/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.2.0...v1.3.0
v1.2.0 10/12/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.1.0...v1.2.0
v1.1.0 10/8/2021
Added
toBeAbleTo
expectation
Full Changelog: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.0.4...v1.1.0
v1.0.4 10/6/2021
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: https://github.com/def-studio/pest-plugin-laravel-expectations/compare/v1.0.3...v1.0.4
v1.0.3 10/5/2021
v1.0.2 10/5/2021
Fixed
toBeInDatabase()
the expectation has been fixed and restored