Releases: inertiajs/inertia-laravel
Releases · inertiajs/inertia-laravel
v1.3.2
- [1.x] Fix PHP 8.4 deprecations by @JeppeKnockaert (#691)
- [1.x] Ensure Inertia Response generate also compatible with Inertia.js 2 by @crynobone (#692)
v1.3.1
- [1.x] Supports PHP 8.4 by @crynobone in #683
v1.3.0
v1.2.0
- [1.x] Make commands lazy by @timacdonald in #601
- [1.x] Persistent properties by @lepikhinb in #621
- [1.x] Exclude properties from partial responses by @lepikhinb in #622
v1.1.0
- Support dot notation in partial requests by @lepikhinb in #620
- [1.x] Add
$request->inertia()
IDE helper by @ycs77 in #625