This commit is contained in:
Maxime Thirouin
2015-02-04 08:10:13 +01:00
parent c16996d2b2
commit a601e301cd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# unreleased # unreleased
-
# 0.2.0 - 2015-02-04
- Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33)) - Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))
- Changed: code exploded in commonjs style - Changed: code exploded in commonjs style
- Added: lots of tests - Added: lots of tests

View File

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