version bump

multi-island support
typos
react comparison in home
make id change force element recreation
This commit is contained in:
Leo Horie 2014-04-19 17:56:08 -04:00
parent e65db40116
commit d57a145daa
69 changed files with 7147 additions and 24 deletions

View file

@ -1,7 +1,17 @@
## Change Log
[v0.1.9](/mithril/archive/v0.1.9) - maintenance
### News:
- added support for multi-island apps [#34](https://github.com/lhorie/mithril.js/issues/34)
---
[v0.1.8](/mithril/archive/v0.1.8) - maintenance
### News:
- Mock now contains a basic `insertAdjacentHTML` implementation to enable better testing of `m.trust` / `m.render` interactions
### Bug Fixes: