Jquery.turbolinks Versions Save

? Deprecated ⚠️ jQuery plugin for drop-in fix binded events problem caused by Turbolinks

v2.0.2

10 years ago
  • Hotfix: v2.0.1 was erroneously released with the 2.0.0 version bundled. This version is published with the latest build of jquery.turbolinks.

2.0.1

10 years ago
  • Fixed: the first parameter being passed to callbacks is now jQuery (or $). (See #26)

v2.0.0

10 years ago
  • Rewritten, smaller, with a completely new API; this deprecates the old $.setFetchEvent and $.setReadyEvent API.

v1.0.0

10 years ago
  • Add uglified version.

v1.0.0.rc2

10 years ago
  • Fix problem with 3rd-party libraries #12, #15 (kudos to @rstacruz),
  • Reopen #8.

v1.0.0-rc1

10 years ago
  • Set $.isReady to false after page:fetch #6,
  • add $.setFetchEvent function,
  • remove all delegated events after trigger fetch event #8.

v1.0.0-rc

10 years ago
  • Add turbolinks as dependency (kudos to @gbchaosmaster),
  • run callback after adding to waiting list if $.isReady #6.

v0.2.1

10 years ago
  • Pass jQuery object to each callback #4

v0.2.0

10 years ago
  • Change event: page:change -> page:load (kudos to @davydotcom),
  • added ability to change ready event via $.setReadyEvent

v0.1.0

10 years ago

First, initial release.