Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@joetannenbaum joetannenbaum released this 10 Apr 15:22
· 28 commits to 2.x since this release
248e815

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, and history.encrypt by @bram-pkg in #714
  • Replace array_merge with spread operator in middleware.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() on Arrayable props resolved from the Container by @pascalbaljet in #696
  • [2.x] Replace md5 with xxhash by @RobertBoes in #653

New Contributors

Full Changelog: v2.0.1...v2.0.2