Pjax.js Versions Save

Turn any website into a PJAX website.

0.6.6

7 months ago

Optimizations

  • Optimized performance
  • Improved error details
  • Improved .min.js file
  • Improved variable names
  • Improved update
  • Improved pjaxLink
  • If the new URL is the same as the current one, history.replaceState() will be used
  • Serialize forms with URLSearchParams(FormData).toString()

Fixed bugs

  • Fixed url in states (pushState/replaceState)
  • Fixed empty (or no such containers) error
  • Fixed data attributes
  • Fixed form requests
  • Fixed configs on request
  • Fixed configs from data attributes

Full Changelog: https://github.com/brcontainer/pjax.js/compare/0.6.5...0.6.6

0.6.4

3 years ago
  • Improved pjaxRequest
  • Fixed ready()
  • Fixed proxy
  • Improved support test
  • Add HTTP request headers

0.6.2

3 years ago
  • Fixed Element.matches() polyfill
  • Improved lib for module

0.6.0

3 years ago
  • CommonJS and RequireJS
  • Redirect X-PJAX-URL

0.5.6

3 years ago

0.5.5

4 years ago

0.4.5

6 years ago
  • Improved loader
  • Improved DOMParser
  • Added NPM