From 332cd4e876d2c825e373feb0fa57d88e4942f1db Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 14 Oct 2014 08:36:02 +0200 Subject: [PATCH] Add notes about current wip --- CHANGELOG.md | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b778b..a4caad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# unreleased + +- code exploded in commonjs style +- lots of tests added + # 0.1.4 - 2014-10-14 - allow to load pages without any attributes on `` element (fix [#6](https://github.com/MoOx/pjax/issues/6)) diff --git a/README.md b/README.md index efe5461..fdd2587 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Especially for user that have low bandwidth connection._ **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 [You can see this running on my website](http://moox.io), with sexy CSS animations when switching pages.