-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
42 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# Changelog | ||
|
||
## 0.1.3 - 2014-09-16 | ||
# 0.1.3 - 2014-09-16 | ||
|
||
- clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`) | ||
- fix `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16)) | ||
|
||
## 0.1.2 - 2014-04-03 | ||
# 0.1.2 - 2014-04-03 | ||
|
||
- pjax.js relocated in `src/` | ||
- <html> attributes of pjaxified document are now available | ||
|
||
## 0.1.1 - 2014-04-02 | ||
# 0.1.1 - 2014-04-02 | ||
|
||
- Safer UMD wrapper (fix concat issue) | ||
|
||
## 0.1.0 - 2014-03-24 | ||
# 0.1.0 - 2014-03-24 | ||
|
||
Initial release |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,6 @@ | |
"name": "pjax", | ||
"version": "0.1.3", | ||
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", | ||
"main": "src/pjax.js", | ||
"homepage": "https://github.com/MoOx/pjax", | ||
"authors": [ | ||
"Maxime Thirouin <[email protected]>" | ||
], | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
"node" | ||
], | ||
"keywords": [ | ||
"pjax", | ||
"push", | ||
|
@@ -21,11 +11,20 @@ | |
"transition", | ||
"animation" | ||
], | ||
"main": "src/pjax.js", | ||
"homepage": "https://github.com/MoOx/pjax", | ||
"authors": [ | ||
"Maxime Thirouin" | ||
], | ||
"license": "MIT", | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
"node" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.