New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

ziggy-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ziggy-js - npm Package Versions

bakerkretzmar
published 1.3.4 •

Changelog

Source

[v1.3.4] - 2021-07-06

Fixed

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

Changelog

Source

[v1.3.3] - 2021-07-02

Fixed

bakerkretzmar
published 1.3.2 •

Changelog

Source

[v1.3.2] - 2021-07-01

Fixed

  • Remove Babel preset to correctly transpile to ES5 by default (d781b16)
bakerkretzmar
published 1.3.1 •

Changelog

Source

[v1.3.1] - 2021-06-19

Changed

  • Use Object.assign() to merge routes (#429)
bakerkretzmar
published 1.3.0 •

Changelog

Source

[v1.3.0] - 2021-06-17

Added

  • Make location configurable (adds better support for SSR) (#432)
bakerkretzmar
published 1.2.0 •

Changelog

Source

[v1.2.0] - 2021-05-24

Added

bakerkretzmar
published 1.1.0 •

Changelog

Source

[v1.1.0] - 2021-04-02

Added

  • Prepare for Laravel Octane (#415)
bakerkretzmar
published 1.0.5 •

Changelog

Source

[v1.0.5] - 2021-02-05

Added

  • Add support for appending 'extra' parameters to the query string (#390)

Changed

  • Remove source maps (#395)

Fixed

  • Use Laravel's Reflector class to get model parameter class name (#396)
bakerkretzmar
published 1.0.4 •

Changelog

Source

[v1.0.4] - 2020-12-06

Fixed

  • 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)
bakerkretzmar
published 1.0.2 •

Changelog

Source

[v1.0.2] - 2020-11-13

Fixed

  • Make ziggy:generate URL behaviour consistent with Ziggy class and Blade directive (#361)
  • Fix route().current() error on unknown/unnamed routes (#362)