Skip to content

Releases: wrk-flow/larastrict

v0.0.82

08 Mar 22:58
64d2322
Compare
Choose a tag to compare

✨ New Features

  • 64d2322 - Database: Improve phpstan support for scopes (commit by @pionl)

v0.0.81

28 Feb 16:46
3429635
Compare
Choose a tag to compare

✨ New Features

  • 3429635 - Queue: Add _preHook closure to RunJobActionContractExpectation (commit by @pionl)

v0.0.80

28 Feb 16:40
e1d93a3
Compare
Choose a tag to compare

🐛 Bug Fixes

  • e1d93a3 - Queue: Improve RunJobActionContract $method signature (nullable) (commit by @pionl)

v0.0.79

28 Feb 16:09
28cfde8
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 28cfde8 - Queue: Add missing $method parameter to RunJobActionContract (commit by @pionl)

v0.0.78

28 Feb 15:31
046a9e3
Compare
Choose a tag to compare

✨ New Features

  • 046a9e3 - Queue: Add ability to dispatch job in testable way (commit by @pionl)

v0.0.77

06 Feb 10:53
Compare
Choose a tag to compare

✨ New Features

  • e2eb679 - CacheMeService: ttl defined like seconds instead of minutes (commit by @pionl)

v0.0.76

11 Dec 15:43
9a1ddb6
Compare
Choose a tag to compare

✨ New Features

  • 9a1ddb6 - ServiceProvider: Add ability to get tagged classes of given implementation (commit by @pionl)

v0.0.75

10 Dec 16:05
7804785
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 7804785 - Improve PHPStan support for ContextEventsService (commit by @pionl):

    Dropped Closure event due the bad type usage

✨ New Features

  • 7804785 - Context: Improve PHPStan support for ContextEventsService (commit by @pionl)

v0.0.74

22 Nov 17:28
dcb79f3
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to dcb79f3 - OrderByValuesScope is now from ASC to DESC order of given values (commit by @pionl):

    Values must be ordered from prefered order to last wanted order (now it was incorrectly used)

🐛 Bug Fixes

  • dcb79f3 - Database: OrderByValuesScope is now from ASC to DESC order of given values (commit by @pionl)

v0.0.73

16 Nov 09:37
Compare
Choose a tag to compare

🐛 Bug Fixes

  • c644785 - Testing: Internal variables for generated assert has prefix underscore (commit by @h4kuna)