Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.62
🐛 Bug Fixes
c30fc9c
- Testing: Upgrade Laravel assert (construct, nullable, remove array_values) (commit by @pionl)
v0.0.61
💥 BREAKING CHANGES
- due to
acc90a9
- AssertExpectations automatically checks if expectations were called (commit by @pionl):
Due the changes the expectation logic has been changed and you need to update your code. How to migrate in PR #40
✨ New Features
acc90a9
- Testing: AssertExpectations automatically checks if expectations were called (commit by @pionl)
v0.0.60
✨ New Features
b35f53d
- Testing: AssertEventListeners: Prevent other listeners to be fired (commit by @pionl)
v0.0.59
✨ New Features
c7b8e75
- Database: Store database like value and add null support to FloatCast (commit by @pionl)
v0.0.58
🐛 Bug Fixes
21c5a53
- Testing: Fix missing UrlGenerator and add tests (commit by @pionl)
v0.0.55
✨ New Features
8ae2d7a
- Testing: Add ability to assert AppConfig (use AppConfigContract for implementation) (commit by @pionl)
🐛 Bug Fixes
b0874e8
- Testing: Fix MakeExpectationCommand with union returns in assert class (commit by @pionl)
v0.0.54
🐛 Bug Fixes
4d75907
- Database: Allow all Laravel 9 versions (Fix PHPStan warnings) (commit by @pionl)
8f48750
- Cache: Add @template
return type to CacheMeServiceContract::get (commit by @h4kuna )
v0.0.53
✨ New Features
6d89f9a
- Database: Add float cast that supports comma (commit by @h4kuna)