What's Changed
- [2.x] Supports Laravel 12 by @crynobone in #709
- Add Inertia::deepMerge Method for Handling Complex Data Merges in Responses by @HichemTab-tech in #679
- Improve PHPDoc annotations for ResponseFactory class by @mohammadrasoulasghari in #723
- fix props that extends Responsable after closures / lazy props by @d8vjork in #722
- [2.x] Allow environment config for
ssr.enabled
,ssr.url
, andhistory.encrypt
by @bram-pkg in #714 - Replace
array_merge
with spread operator inmiddleware.stub
by @osbre in #710 - [2.x] Resolve Closure before checking if a prop implements the Arrayable contract by @rodrigopedra in #706
- Handle SSR URLs with trailing slashes by @simon-tma in #705
- [2.x] Call
toArray()
onArrayable
props resolved from the Container by @pascalbaljet in #696 - [2.x] Replace md5 with xxhash by @RobertBoes in #653
New Contributors
- @HichemTab-tech made their first contribution in #679
- @mohammadrasoulasghari made their first contribution in #723
- @d8vjork made their first contribution in #722
- @bram-pkg made their first contribution in #714
- @osbre made their first contribution in #710
- @simon-tma made their first contribution in #705
- @pascalbaljet made their first contribution in #696
Full Changelog: v2.0.1...v2.0.2