Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.92
✨ New Features
17aa39a
- AbstractEloquentQuery: add method firstOrFail (commit by @h4kuna)
v0.0.91
✨ New Features
cc2147a
- AbstractInScope: support scalar value add test (commit by @h4kuna)
v0.0.90
✨ New Features
37e88ad
- AbstractEloquentQuery: support throwable parameter for findOrFail (commit by @h4kuna)
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)