This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Releases: kossnocorp/jquery.turbolinks
Releases · kossnocorp/jquery.turbolinks
v2.0.2
v2.0.1 (27 August, 2013)
- Fixed: the first parameter being passed to callbacks is now
jQuery
(or$
). (See #26)
v2.0.0 (21 August, 2013)
- Rewritten, smaller, with a completely new API; this deprecates the old
$.setFetchEvent
and$.setReadyEvent
API.
v1.0.0 (April 5, 2013)
- Add uglified version.
1.0.0-rc2 (January 31, 2013)
v1.0.0-rc1 (November 28, 2012)
v1.0.0-rc (November 8, 2012)
- Add turbolinks as dependency (kudos to @gbchaosmaster),
- run callback after adding to waiting list if
$.isReady
#6.
v0.2.1 (October 15, 2012)
- Pass jQuery object to each callback #4
v0.2.0 (October 10, 2012)
- Change event:
page:change
->page:load
(kudos to @davydotcom), - added ability to change ready event via
$.setReadyEvent
v0.1.0 (October 3, 2012)
First, initial release.