publish 0.1.23

This commit is contained in:
Leo Horie 2014-11-12 20:44:12 -05:00
parent 753b1abb21
commit 31a1625f59
63 changed files with 11641 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- fixed template compiler edge case [#286](https://github.com/lhorie/mithril.js/issues/286)
- fixed pathname bug in m.route [#290](https://github.com/lhorie/mithril.js/issues/290)
- fixed pathname querystring bug in routed links [#304](https://github.com/lhorie/mithril.js/issues/304)
- fixed handling of value in inputs when model value is not in sync with input value [#336](https://github.com/lhorie/mithril.js/issues/336)
---