Releases: brcontainer/pjax.js
Releases · brcontainer/pjax.js
Version 0.6.7 👽
- Avoid unnecessary replaceStates
- Fix handler event
- Improve linkSelector and formSelector
- Improve data-pjax-ignore attribute
Version 0.6.6 👽
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: 0.6.5...0.6.6
Version 0.6.0 👽
- CommonJS and RequireJS
- Redirect X-PJAX-URL
Version 0.5.6 👾
Update package.json
Version 0.5.5 👾
Update copyright year :+1:
Alpha version
- Improved loader
- Improved DOMParser
- Added NPM