Commit graph

589 commits

Author SHA1 Message Date
Gandalf-the-Bot
34412bba8f Bundled output for commit 6c3036e5c6 [skip ci] 2016-08-13 02:09:22 +00:00
Leo Horie
6c3036e5c6 fix event removal in diff
fix CI
2016-08-12 22:08:02 -04:00
Leo Horie
2ee15e3639 fix stream uncaught error reporting
fix stream JSON stringification
rename internal render function to `use`
2016-08-12 00:41:44 -04:00
Gandalf-the-Bot
ad659ce0e3 Bundled output for commit 4b9e88d896 [skip ci] 2016-08-11 19:55:33 +00:00
Gandalf-the-Bot
b32d0cdea3 Bundled output for commit f9f7bcd787 [skip ci] 2016-08-11 16:16:07 +00:00
Leo Horie
dca217f379 Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts:
	mithril.min.js
2016-08-11 00:32:01 -04:00
Leo Horie
fc3d6112c4 build 2016-08-11 00:29:56 -04:00
Gandalf-the-Bot
54c58d83d8 Bundled output for commit b2189a524f [skip ci] 2016-08-10 20:58:58 +00:00
Leo Horie
6b0fa399d5 rebuild after stream changes 2016-08-10 13:53:05 -04:00
Gandalf-the-Bot
c263cf2494 Bundled output for commit 50a80e5590 [skip ci] 2016-08-06 13:57:15 +00:00
Gandalf-the-Bot
27b1fdabed Bundled output for commit 06d5a238d4 [skip ci] 2016-08-05 21:28:05 +00:00
Gandalf-the-Bot
5eb9c9010b Bundled output for commit 88d56cd4ae [skip ci] 2016-08-05 13:46:28 +00:00
Gandalf-the-Bot
2048633d5d Update bundles [skip ci] 2016-08-05 02:47:46 +00:00
Gandalf-the-Bot
85ecd3545f Update bundles [skip ci] 2016-08-04 17:24:38 +00:00
Leo Horie
3a19dddb22 more docs 2016-08-04 00:00:31 -04:00
Leo Horie
8c71c39631 unbreak bundler 2016-08-03 00:01:17 -04:00
Leo Horie
f4b267ff39 don't duplicate html on updates 2016-07-30 15:46:14 -04:00
Pat Cavit
58cc89dc6a Fixed bundle 2016-07-29 23:52:32 -07:00
Pat Cavit
49c3376db0 Current bundle 2016-07-29 23:48:45 -07:00
Leo Horie
640b19228a improve bundler 2016-07-28 22:35:22 -04:00
Leo Horie
1155027c91 fix #1163 2016-07-21 00:52:32 -04:00
Leo Horie
264741f2f5 report uncaught errors 2016-07-15 22:56:29 -04:00
Leo Horie
e4a16d3bf4 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-07-15 22:24:07 -04:00
Leo Horie
602d048611 build 2016-07-15 22:24:04 -04:00
Leo Horie
a7a4cc0cc8 Merge pull request #1148 from barneycarroll/prop.toString
prop.toString
2016-07-15 10:05:13 -04:00
Leo Horie
d8b48666f4 rebuild 2016-07-15 01:22:47 -04:00
Leo Horie
276184484d fix diff bugs when there are null components in list 2016-07-15 00:28:01 -04:00
Barney Carroll
f3a4a7e1eb compile prop.toString method 2016-07-14 13:28:19 +01:00
Leo Horie
7227cc546f fix recycling when tag is different in unkeyed node 2016-07-12 11:30:58 -04:00
Leo Horie
a6c56ff6b9 resolve hook in router 2016-07-11 09:50:00 -04:00
Leo Horie
e8e0bae726 make setPath always async 2016-07-01 13:03:07 -04:00
Leo Horie
6e3ce0aeb5 rebuild 2016-06-24 16:02:01 -04:00
Leo Horie
89492a4956 modularize bundler and minify scripts 2016-06-23 01:10:30 -04:00
Leo Horie
93a9e5a2f8 rebuild 2016-06-20 23:08:27 -04:00
Leo Horie
ce0c30a235 update docs 2016-06-20 09:22:00 -04:00
Leo Horie
693c87f5f1 fix svg class updates 2016-06-07 20:20:30 -04:00
Leo Horie
6ff63b224c expose m to window 2016-06-07 10:57:20 -04:00
Leo Horie
4b6c4254ba s/shouldUpdate/onbeforeupdate 2016-06-06 09:59:35 -04:00
Leo Horie
ddc430a6d3 fix most gcc warnings 2016-06-03 23:55:31 -04:00
Leo Horie
ca784a684e fix svg across component boundaries 2016-06-03 12:27:24 -04:00
Leo Horie
f9ef480b34 fix bugs about recycling in components, and styles when reusing style object 2016-06-02 21:42:18 -04:00
Pat Cavit
da8018b441 Re-generate bundle (#1085) 2016-05-31 17:12:31 -07:00
Leo Horie
477e73f300 prop and withAttr work in progress 2016-05-21 01:48:11 -04:00
Leo Horie
e1473dcce8 fiddling w/ bundled var names 2016-05-21 01:20:54 -04:00
Leo Horie
9b602edf4e create only one renderer 2016-05-21 00:59:33 -04:00
Leo Horie
749b952392 clean up index.js 2016-05-21 00:48:58 -04:00
Leo Horie
acd9d5b641 Merge branch 'bundler-fix' into rewrite
Conflicts:
	api/mount.js
	api/router.js
	api/tests/test-router.js
	index.js
2016-05-20 22:45:51 -04:00
Leo Horie
e5391a1957 bundler variable disambiguation 2016-05-20 22:38:10 -04:00
Leo Horie
977239d207 rename limiter to throttle and refactor
- don't inject raf/setTimeout since we can't really mock them w/ a good degree of timing accuracy anyways

fix some unrelated tests
2016-05-19 23:24:04 -04:00
Pat Cavit
df233c02ed spaces -> tabs 2016-05-17 14:53:33 -07:00