Commit graph

3549 commits

Author SHA1 Message Date
Leo Horie
86ba3474a6 add tentative fix for #29
https://github.com/lhorie/mithril.js/issues/29

TODO: test cost of relying on native equality checks
2014-03-30 22:33:49 -04:00
Leo Horie
18dd5a1410 add manifest files for npm and component 2014-03-30 22:30:08 -04:00
Leo Horie
62eae50b20 invalidate dom cache on new module 2014-03-30 14:36:16 -04:00
Leo Horie
78c422448a make commonjs api work with non-global module, expose amd api 2014-03-30 14:17:40 -04:00
Leo Horie
48025dd16a add experimental svg support
- supports nested svg elements
- supports svg attributes
- supports xlink
2014-03-26 23:05:14 -04:00
Leo Horie
d258b9687b expose to commonjs 2014-03-25 22:23:14 -04:00
Leo Horie
7e2136ba51 version bump 2014-03-25 22:06:55 -04:00
Leo Horie
b6dd52bd6a add travis build icon 2014-03-25 21:54:15 -04:00
Leo Horie
1ff4b3ccf6 push for travis 2014-03-25 21:48:23 -04:00
Leo Horie
e94b6597af s/spaces/tab 2014-03-25 21:30:53 -04:00
Leo Horie
54b024ecbf Merge pull request #24 from eiriksm/travis
Travis integration
2014-03-25 21:29:23 -04:00
Eirik S. Morland
3c34d8d6ed Fix a typo. 2014-03-23 08:44:10 +01:00
Eirik S. Morland
a8d6f529d5 Make tests throw exception, add travis-ci integration.
Relates to #23.
2014-03-23 08:42:15 +01:00
Leo Horie
33cb8c1179 update build 2014-03-22 17:39:33 -04:00
Leo Horie
08798bd6af fix typo in components docs 2014-03-22 17:38:53 -04:00
Leo Horie
72b6604cbc fix typo in install docs 2014-03-22 16:12:36 -04:00
Leo Horie
0ef8c8beb6 add documentation for cdn and bower 2014-03-22 15:53:44 -04:00
Leo Horie
ab494829c6 Merge remote-tracking branch 'origin/next'
Conflicts:
	docs/change-log.md
2014-03-22 12:17:43 -04:00
Leo Horie
8732df1e1c fix link in archive page 2014-03-21 23:36:36 -04:00
Leo Horie
77d5484169 fix handling of errors in promises 2014-03-21 23:20:47 -04:00
Leo Horie
45b13165f6 update build 2014-03-20 15:42:28 -04:00
Leo Horie
ca6f3207b5 don't handle non-virtual-element objects 2014-03-20 15:41:50 -04:00
Leo Horie
a7a9447cd6 fixing null reference when passing undefined to virtual dom tree 2014-03-20 15:36:52 -04:00
Leo Horie
f8b6dfa1b0 fix typos in docs 2014-03-20 12:54:06 -04:00
Leo Horie
aeb59e5cf6 Merge pull request #2 from drittich/master
Fixed some typos in comparison docs.
2014-03-20 12:53:27 -04:00
Leo Horie
4265664cbf fix typo in docs 2014-03-20 12:51:23 -04:00
Leo Horie
8603c89f04 Merge pull request #3 from eiriksm/patch-1
Fix typo in mithril.route.md
2014-03-20 12:50:35 -04:00
Leo Horie
11988b1593 fix refactoring example in guide 2014-03-20 12:44:57 -04:00
Leo Horie
729ac906e0 Merge pull request #6 from randymorris/master
Fix custom `TodoList` implementation API
2014-03-20 12:43:51 -04:00
Leo Horie
e038739ea4 fix null ref in m.module example in docs 2014-03-20 12:41:06 -04:00
Leo Horie
e1faacb65e Merge remote-tracking branch 'origin/master' 2014-03-20 12:39:51 -04:00
Leo Horie
83d25bd5a6 Merge pull request #9 from cabello/patch-1
Update module docs to receive controller as param in view
2014-03-20 12:39:31 -04:00
Leo Horie
cbd50f493d fixing path in change log 2014-03-20 12:29:56 -04:00
Leo Horie
189fa8e7ce update build 2014-03-20 12:10:03 -04:00
Leo Horie
960e9f2536 update build 2014-03-20 11:25:45 -04:00
Leo Horie
bebe5ce325 Merge remote-tracking branch 'origin/master' into next 2014-03-20 11:24:41 -04:00
Leo Horie
295833ffcb Merge pull request #11 from sparecycles/doc/typo-fix
change isNew->isInitialized in doc
2014-03-20 11:23:55 -04:00
Leo Horie
83f497e129 reset m.route.param correctly on route change 2014-03-20 11:18:40 -04:00
Leo Horie
4cc123e01d change xhr.withCredentials to be false by default 2014-03-20 11:07:10 -04:00
Leo Horie
ba0d381cc7 version bump 2014-03-20 11:06:41 -04:00
Adam Freidin
71046f5be5 change isNew->isInitialized in doc 2014-03-19 07:46:15 -07:00
Danilo Cabello
c5095707f6 Update module docs to receive controller as param in view 2014-03-19 08:27:55 -04:00
Randy Morris
f1b953a263 Fix custom TodoList implementation API 2014-03-19 01:54:03 +00:00
eiriksm
9027d4ac3a Fix typo in mithril.route.md 2014-03-18 19:59:59 +01:00
D'Arcy Rittich
5061792b6b Fixed some typos in comparison docs. 2014-03-18 12:15:55 -04:00
Leo Horie
537e78ac91 fixing archiving 2014-03-17 21:45:29 -04:00
Leo Horie
c5f3bc23aa fixing archiving 2014-03-17 21:34:48 -04:00
Leo Horie
70b2489539 initial release 2014-03-16 22:07:53 -04:00
Leo Horie
554e8358cf Initial commit 2014-03-16 18:59:39 -07:00