Add notes about current wip

This commit is contained in:
Maxime Thirouin
2014-10-14 08:36:02 +02:00
parent db02366324
commit 332cd4e876
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
# unreleased
- code exploded in commonjs style
- lots of tests added
# 0.1.4 - 2014-10-14 # 0.1.4 - 2014-10-14
- allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6)) - allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))

View File

@@ -15,6 +15,10 @@ Especially for user that have low bandwidth connection._
**No more full page reload. No more lots of HTTP request.** **No more full page reload. No more lots of HTTP request.**
# Note: current master is WIP.
Checkout [v0.1.4](https://github.com/MoOx/pjax/tree/a17a6b90bebefd8f5209e6a6f7d8c5d59296232a) for latest "stable" (no tests so kind of funny to call that stable).
## Demo ## Demo
[You can see this running on my website](http://moox.io), with sexy CSS animations when switching pages. [You can see this running on my website](http://moox.io), with sexy CSS animations when switching pages.