Skip to content

Releases: tighten/ziggy

v1.3.5

20 Jul 18:41
Compare
Choose a tag to compare
  • Fix route model binding with abstract class (#445)

v1.3.4

06 Jul 22:00
Compare
Choose a tag to compare

Fixed

  • Fix property mangling and implement ES5 compatibility (#442)

v1.3.1

20 Jun 00:13
Compare
Choose a tag to compare
  • Use Object.assign() to merge routes (#429)

v1.3.0

20 Jun 00:12
Compare
Choose a tag to compare
  • Make location configurable (adds better support for SSR) (#432)

v1.2.0

24 May 22:50
Compare
Choose a tag to compare

v1.1.0

02 Apr 17:19
Compare
Choose a tag to compare
  • Prepare for Laravel Octane (#415)

v1.0.5

05 Feb 16:41
Compare
Choose a tag to compare
  • Add support for appending 'extra' parameters to the query string (#390)
  • Remove source maps (#395)
  • Use Laravel's Reflector class to get model parameter class name (#396)

v1.0.4

06 Dec 22:09
Compare
Choose a tag to compare
  • Fix bug where route().current() could incorrectly return true on URLs with no parameters (#377)
  • Fix several other bugs in route().current() with params (#379)
  • Revert #334, default Ziggy's url back to url('/') instead of the APP_URL environment variable (#386)

v1.0.3

21 Nov 01:33
aa8a5bb
Compare
Choose a tag to compare
  • Fix cached routes with random names being included (#370)
  • Fix JavaScript built-in method name collision by casting empty defaults to an object (#371)

v1.0.2

13 Nov 21:44
Compare
Choose a tag to compare
  • Make ziggy:generate URL behaviour consistent with Ziggy class and Blade directive (#361)
  • Fix route().current() error on unknown/unnamed routes (#362)