This commit is contained in:
Leo Horie 2016-03-02 16:10:51 -05:00
parent f17658e2d3
commit 501e380825
67 changed files with 11869 additions and 2 deletions

View file

@ -1,5 +1,13 @@
## Change Log
[v0.2.3](http://mithril.js.org/archive/v0.2.3)
### Bug Fixes:
- fix regression that prevented string keys
- fix handling of read-only attributes [#925](https://github.com/lhorie/mithril.js/issues/925)
- fix double unloading issue [#931](https://github.com/lhorie/mithril.js/issues/931)
[v0.2.2-rc.1](http://mithril.js.org/archive/v0.2.2-rc.1)
### Bug Fixes:
@ -9,6 +17,8 @@
[v0.2.1](http://mithril.js.org/archive/v0.2.1)
**IMPORTANT NOTE: Due to some unfortunate factors, 0.2.1 is not a stable release. Please use either 0.2.0 or latest instead**
### News:
- large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @isiahmeadows)