fix diff on nested arrays

This commit is contained in:
Leo Horie 2014-06-03 22:42:14 -04:00
parent ec69af4660
commit 4d04ce034d
3 changed files with 71 additions and 7 deletions

View file

@ -5,6 +5,8 @@
### Bug Fixes:
- prevent route change when only hash changes in non-hash mode [#107](https://github.com/lhorie/mithril.js/issues/107)
- fix null reference exception with Browserify [#110](https://github.com/lhorie/mithril.js/issues/110)
- fix nested array removal edge cases [#120](https://github.com/lhorie/mithril.js/issues/120)
---