Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.52
🐛 Bug Fixes
4292a8a
- Rules: Improve NumberRule range of supported int/float values (commit by @h4kuna)
v0.0.51
🐛 Bug Fixes
a54eeb4
- Queue: Correctly ensure that queue is not overridden when using property (commit by @pionl)
v0.0.50
🐛 Bug Fixes
4844918
- Queue: Ensure that queue is not overridden when using property (commit by @pionl)
v0.0.49
💥 BREAKING CHANGES
🐛 Bug Fixes
1742fcf
- Schedule: Allow array arguments in queued command (commit by @pionl)
v0.0.48
🐛 Bug Fixes
ec40840
- Database: Fix PHPStan with scopes parameter in missing methods (commit by @pionl)
v0.0.47
🐛 Bug Fixes
2e9e6fe
- Database: Fix PHPStan with scopes parameter (commit by @pionl)
v0.0.46
✨ New Features
07ea6d0
- Log: Add extra line for line/debug (commit by @pionl)
1eed371
- Log: Do not show debug lines if verbosity is normal, hide output on quiet (commit by @pionl)
v0.0.45
🔧 Chores
757942a
- Console: Add extra space after writing context in twoDetailColumns (commit by @pionl)
v0.0.44
💥 BREAKING CHANGES
-
due to 30e3a0c
- Add ability to turn of log for get/set method (commit by @pionl):
If you are extending CacheMeServiceContract then add new last parameter bool $log = true
to set/get method.
-
due to 0b1d41d
- Add ability to output LogInterface usage to console. (commit by @pionl):
LogToOutputService and LoggerToOutputCommand removed (was not working).
✨ New Features
30e3a0c
- Cache: Add ability to turn of log for get/set method (commit by @pionl)
449ba5c
- Config: Add ability to set value (commit by @pionl)
1c5c1c7
- Config: Add ability to provider app service provider config (commit by @pionl)
1c5970b
- Docker: Add proper docker support for schedule (needs to be enabled) (commit by @pionl)
0b1d41d
- Console: Add ability to output LogInterface usage to console. (commit by @pionl)
🔧 Chores
v0.0.43
🔧 Chores
575966f
- Fix incorrect package repository/homepage/name + update checkout to v3 (commit by @pionl)