This commit is contained in:
Maxime Thirouin
2016-03-24 12:39:07 +01:00
parent afe0ddb6b9
commit 4877bac2ae
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# 0.2.3 - 2016-03-24
- Fixed: ``currentUrlFullReload`` option now works - Fixed: ``currentUrlFullReload`` option now works
- Fixed: ``this.reload`` is now a Function - Fixed: ``this.reload`` is now a Function
([#65](https://github.com/MoOx/pjax/issues/65)) ([#65](https://github.com/MoOx/pjax/issues/65))

View File

@@ -1,6 +1,6 @@
{ {
"name": "pjax", "name": "pjax",
"version": "0.2.2", "version": "0.2.3",
"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",