Releases: sroehrl/neoan.io-lenkrad-core
Releases · sroehrl/neoan.io-lenkrad-core
v0.4.7
Changes
- Github workflows to prepare for dropping support for PHP8.1 in 2024
BUG-fixes
- better JSON-error handling (PHP8.3 shim)
- interpretation-bug of connected models on deletion fixed
v0.4.5
PATCH: Fixes Request::getQuery() not capable of reading query parameters if they are in the form of an array
What's Changed
Full Changelog: v0.4.4...v0.4.5
v0.4.1
CLI template for request guard creation
Command: create:request [QualifiedNamespace]
v0.3.2
BUG fixes:
- race condition in edge-cases (computed properties executing model operations)
What's Changed
- BUG FIX: Since computed methods can call other models, a race conditi… by @sroehrl in #63
Full Changelog: v0.3.1...v0.3.2