Update changelog with unreleased stuff

This commit is contained in:
Maxime Thirouin
2015-01-29 07:33:26 +01:00
parent af8783587c
commit c16996d2b2

View File

@@ -1,27 +1,29 @@
# unreleased # unreleased
- code exploded in commonjs style - Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))
- lots of tests added - Changed: code exploded in commonjs style
- Added: lots of tests
- Added: `refresh` method to force update a DOM element ([#36](https://github.com/MoOx/pjax/pull/36))
# 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)) - Fixed: allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))
- make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13)) - Fixed: make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13))
# 0.1.3 - 2014-09-16 # 0.1.3 - 2014-09-16
- clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`) - Fixed: clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- fix `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16)) - Fixed: `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16))
# 0.1.2 - 2014-04-03 # 0.1.2 - 2014-04-03
- pjax.js relocated in `src/` - Changed: `pjax.js` relocated in `src/`
- <html> attributes of pjaxified document are now available - Fixed: `<html>` attributes of pjaxified document are now available
# 0.1.1 - 2014-04-02 # 0.1.1 - 2014-04-02
- Safer UMD wrapper (fix concat issue) - Fixed: safer UMD wrapper (fix concat issue)
# 0.1.0 - 2014-03-24 # 0.1.0 - 2014-03-24
Initial release Initial release