Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

Releases: minddust/jquery-pjaxr

v1.2.0

02 Jan 17:26

Choose a tag to compare

Finally released version 1.2 but there is still a lot of work to do and currently no time for me to maintain this lib.

  • Add saucelabs integration
  • Add pjaxrReady and pjaxrAlways register methods #29
  • Update jQuery dependency to >= 1.9 #31
  • Fix #12 ignore unprocessable metatags
  • Fix #16 chrome/webkit caching bug
  • Fix #17 misuse of location.replace
  • Fix #19 missing pjaxr:send event
  • Fix #24 strip namespace processing
  • Fix #38 missing testing instructions

v1.1.0

21 Nov 14:56

Choose a tag to compare

Fix #10 cross origin checks for low IE versions

v1.0.6

31 Aug 11:29

Choose a tag to compare

  • Fix #8 by adding try-catch block in body processing

v1.0.5

27 Aug 14:04

Choose a tag to compare

  • Add pure request calls
  • Remove options from pjaxr:click event
  • Fix namespace replacement on popstate

v1.0.4

22 Aug 16:42

Choose a tag to compare

  • Add contributors list
  • Fix missing related target #6

v1.0.3

22 Aug 08:04

Choose a tag to compare

  • Add success signal
  • Add pjaxr-namespace handling
  • Fix total brick in 1.0.2 (wrong jQuery selector caused script to stop)

v1.0.2

21 Aug 15:32

Choose a tag to compare

  • Add support to pass pjaxr namespace

v1.0.1

19 Aug 12:05

Choose a tag to compare

  • Add support to call click handling directly
  • Fix head tag handling typo

v1.0.0

08 Aug 14:06

Choose a tag to compare

This is the very first initial release which might be ready to use.

v1.0.0-beta.1

02 Aug 13:57

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
Update usage example