@@ -1,3 +1,5 @@
|
|||||||
|
# 0.2.2 - 2016-03-12
|
||||||
|
|
||||||
- Fixed: added back standalone version in `./pjax.js`
|
- Fixed: added back standalone version in `./pjax.js`
|
||||||
([#57](https://github.com/MoOx/pjax/issues/57)
|
([#57](https://github.com/MoOx/pjax/issues/57)
|
||||||
- Fixed: error when using pjax with google analytics (``options`` was undefined)
|
- Fixed: error when using pjax with google analytics (``options`` was undefined)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pjax",
|
"name": "pjax",
|
||||||
"version": "0.1.4",
|
"version": "0.2.2",
|
||||||
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pjax",
|
"pjax",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pjax",
|
"name": "pjax",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pjax",
|
"pjax",
|
||||||
@@ -31,10 +31,11 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
|
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
|
||||||
"test": "npm run lint && npm run standalone && testling",
|
"standalone": "browserify index.js --standalone Pjax > pjax.js",
|
||||||
|
"tests": "testling",
|
||||||
|
"test": "npm run lint && npm run standalone && npm run tests",
|
||||||
"test--html": "testling --html > tests/scripts/index.html",
|
"test--html": "testling --html > tests/scripts/index.html",
|
||||||
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify",
|
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify",
|
||||||
"standalone": "browserify index.js --standalone Pjax > pjax.js",
|
|
||||||
"example": "echo '\n==> Open http://localhost:3000/example in your browser.'; serve .",
|
"example": "echo '\n==> Open http://localhost:3000/example in your browser.'; serve .",
|
||||||
"prepublish": "npm run standalone"
|
"prepublish": "npm run standalone"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user