Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.89
✨ New Features
a646777
- Http: support API versions with float + load also non-versioned routes file (commit by @pionl)
v0.0.88
✨ New Features
9e21547
- ChunkWriteService: support iterable directly (commit by @h4kuna)
v0.0.86
💥 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.84
✨ 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
💥 BREAKING CHANGES
🐛 Bug Fixes
d9e2469
- Context: Fix deleting cache in context and drop tags usage by default (commit by @pionl)
v0.0.82
✨ New Features
64d2322
- Database: Improve phpstan support for scopes (commit by @pionl)
v0.0.81
✨ New Features
3429635
- Queue: Add _preHook closure to RunJobActionContractExpectation (commit by @pionl)
v0.0.80
🐛 Bug Fixes
e1d93a3
- Queue: Improve RunJobActionContract $method signature (nullable) (commit by @pionl)