Skip to content

Releases: wrk-flow/larastrict

v0.0.52

01 Jun 09:44
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 4292a8a - Rules: Improve NumberRule range of supported int/float values (commit by @h4kuna)

v0.0.51

25 May 12:52
a54eeb4
Compare
Choose a tag to compare

🐛 Bug Fixes

  • a54eeb4 - Queue: Correctly ensure that queue is not overridden when using property (commit by @pionl)

v0.0.50

25 May 11:19
4844918
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 4844918 - Queue: Ensure that queue is not overridden when using property (commit by @pionl)

v0.0.49

19 May 12:10
1742fcf
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 1742fcf - Allow array arguments in queued command (commit by @pionl):

    low - ScheduleServiceService renamed to ScheduleService

🐛 Bug Fixes

  • 1742fcf - Schedule: Allow array arguments in queued command (commit by @pionl)

v0.0.48

12 May 10:02
ec40840
Compare
Choose a tag to compare

🐛 Bug Fixes

  • ec40840 - Database: Fix PHPStan with scopes parameter in missing methods (commit by @pionl)

v0.0.47

11 May 17:18
2e9e6fe
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 2e9e6fe - Database: Fix PHPStan with scopes parameter (commit by @pionl)

v0.0.46

04 May 11:36
1eed371
Compare
Choose a tag to compare

✨ 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

02 May 14:44
757942a
Compare
Choose a tag to compare

🔧 Chores

  • 757942a - Console: Add extra space after writing context in twoDetailColumns (commit by @pionl)

v0.0.44

02 May 13:59
2ba3507
Compare
Choose a tag to compare

💥 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

26 Apr 15:24
575966f
Compare
Choose a tag to compare

🔧 Chores

  • 575966f - Fix incorrect package repository/homepage/name + update checkout to v3 (commit by @pionl)