Skip to content

Releases: wrk-flow/larastrict

v0.0.87

09 Sep 09:27
Compare
Choose a tag to compare

✨ New Features

v0.0.86

07 Aug 14:50
a1a54e3
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to a1a54e3 - Provide @template for JsonResource $resource for better type safe (commit by @pionl):

    PHPStan will now throw an error if you pass incorrect value to __construct or Resource::collection

    • made setContainer/getContainer/resourceArray/instance final

✨ New Features

  • a1a54e3 - PHPStan: Provide @template for JsonResource $resource for better type safe (commit by @pionl)

v0.0.85

06 Aug 16:09
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.0.84

30 Jul 14:32
Compare
Choose a tag to compare

✨ New Features

  • 7468a7c - SqlTestEnable: add fake connector for sql lite (commit by @h4kuna)
  • 52fc7fa - Testing: use native hooks instead of method overwrite (commit by @h4kuna)
  • c6384f8 - Database: add ChunkWriteService (commit by @h4kuna)
  • 7709c76 - serialize: add dependency on h4kuna/serialize (commit by @h4kuna)

v0.0.83

29 Jul 17:21
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to d9e2469 - Fix deleting cache in context and drop tags usage by default (commit by @pionl):

    Drop default tag for context cache - Laravel offical recommendation is not to use tags with redis

🐛 Bug Fixes

  • d9e2469 - Context: Fix deleting cache in context and drop tags usage by default (commit by @pionl)

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)