Releases: fidum/laravel-blueprint-pestphp-addon
Releases · fidum/laravel-blueprint-pestphp-addon
1.0.0
1.0.0 - 2021-01-07
Stable release to coincide with Pest version.
Added
0.6.2
0.6.2 - 2020-10-23
Changed
- Use assertSoftDeletes when needed and parse timestamps (2b732ad)
0.6.1
0.6.1 - 2020-09-13
Changed
- Generate tests using class factories when on Laravel 8 (#24)
0.6.0
0.6.0 - 2020-09-09
Added
- Cleaned up dependencies to support Laravel 8 (#23)
Changed
- Changed
assertCount
to use the new expect()->toHaveCount()
pest expectation API.
- Changed
assertSame
to use the new expect()->toBe()
pest expectation API.
0.5.1
0.5.1 - 2020-08-28
Changed
- Update to support Blueprint v1.17.0 (6830547)
- Delete tests now
assertNoContent
(cc5a2e7)
This release only supports Blueprint >= v1.17.0.
0.5.0
0.5.0 - 2020-07-23
Changed
- Update to support Blueprint v1.15.3 (#22)
This release only supports Blueprint >= v1.15.3.
0.4.6
0.4.6 - 2020-07-23
Changed
- Requires specifically 1.15.2 of Blueprint as the next release has breaking changes. I will create a new release soon with support for 1.15.3.
0.4.5
0.4.5 - 2020-07-16
Changed
- Use assertCreated for new Resource responses
0.4.4
0.4.4 - 2020-07-10
Added
- Generate assertions for resource and update statements (#20)
0.4.3
0.4.3 - 2020-07-05
Fixed
- Use factory for referenced relationships in validation statements (#18)