Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.32
🐛 Bug Fixes
e62f54a
- Testing: Fix assert hook generation without method parameters (commit by @pionl)
v0.0.31
🐛 Bug Fixes
624eea0
- Testing: Fix generating hook parameters for no parameter method (commit by @pionl)
v0.0.30
💥 BREAKING CHANGES
✨ New Features
84a913a
- Testing: Pass method parameters to expectation hook. (commit by @pionl)
v0.0.29
✨ New Features
d5b06d9
- Testing: Add ability to run hook on assert expectation (commit by @pionl)
56e2e7e
- Testing: Commit SimpleActionContract assert for tests (commit by @pionl)
v0.0.28
✨ New Features
5ea6f2c
- Testing: Add assert / expectation for CacheMeService (commit by @pionl)
v0.0.27
✨ New Features
3b1984f
- Testing: Add Bus dispatcher assert / expectation (commit by @pionl)
v0.0.26
✨ New Features
0ddebb8
- User: Add ability to auto login a user via Auto-Login header in local environment (commit by @pionl)
v0.0.25
✨ New Features
e062fe4
- Database: Move getScopedQuery to AbstractQuery (commit by @pionl)
v0.0.24
💥 BREAKING CHANGES
-
due to b5852d7
- Add ability to change queue for queued commands (commit by @pionl):
minor impact, scheduleServiceContract contains new parameter string $queue = 'default'
✨ New Features
b5852d7
- Console: Add ability to change queue for queued commands (commit by @pionl)
v0.0.23
✨ New Features
8b2e816
- Testing: Add assert Illuminate\Contracts\Events\Dispatcher (commit by @pionl)