Commit graph

1786 commits

Author SHA1 Message Date
Gandalf-the-Bot
29ee36e967 Bundled output for commit 3761226c2c [skip ci] 2016-08-18 03:55:23 +00:00
Leo Horie
3761226c2c Merge pull request #1244 from pygy/robust-onbeforeremove
Robust onbeforeremove
2016-08-17 23:54:36 -04:00
Gandalf-the-Bot
e609e6ec7e Bundled output for commit 610604e00d [skip ci] 2016-08-17 17:39:59 +00:00
Leo Horie
610604e00d Merge pull request #1248 from pygy/cleanup-unmount-again
Move otherwise redundant unsubscription
2016-08-17 13:39:09 -04:00
Pat Cavit
6ae4e22446 Improve hyperscript test coverage (#1250) 2016-08-17 10:09:35 -07:00
Pierre-Yves Gerardy
747f2b2847 Move otherwise redundant unsubscription 2016-08-17 16:22:44 +02:00
Gandalf-the-Bot
a3c273f802 Bundled output for commit f67f1efd71 [skip ci] 2016-08-17 13:27:01 +00:00
Leo Horie
f67f1efd71 Merge pull request #1247 from pygy/cleanup-on-unmount
Better cleanup when unmounting
2016-08-17 09:24:30 -04:00
Pierre-Yves Gerardy
aca514eba7 Better cleanup when unmounting 2016-08-17 15:20:19 +02:00
Gandalf-the-Bot
6074d99ffb Bundled output for commit ab19eec314 [skip ci] 2016-08-17 13:17:45 +00:00
Leo Horie
ab19eec314 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-08-17 09:15:04 -04:00
Leo Horie
0de67f3ac9 re-add line removed by mistake 2016-08-17 09:14:46 -04:00
Gandalf-the-Bot
cc8050accd Bundled output for commit 8c9cc0e1f4 [skip ci] 2016-08-17 13:11:27 +00:00
Leo Horie
8c9cc0e1f4 lint docs 2016-08-17 09:09:45 -04:00
Leo Horie
7718ef4c81 Merge pull request #1246 from sebastiansandqvist/patch-1
Update route.md docs
2016-08-17 08:38:42 -04:00
Sebastian Sandqvist
17719098f2 Update route.md docs
Table formatting was broken, and the code example had `use` instead of `resolve`.
Wasn't sure about the `required` column, so it's blank for now.
2016-08-17 00:07:50 -07:00
Gandalf-the-Bot
0c14550066 Bundled output for commit 80c25e3809 [skip ci] 2016-08-17 04:11:58 +00:00
Leo Horie
80c25e3809 rename routeresolver methods to {onmatch,view}
expose some piecemeal modules
rename internal xhr to request
mirror internal stream api to match public api
2016-08-17 00:10:47 -04:00
Pierre-Yves Gerardy
0b5800d09a Make onbeforeremove done() handlers more robust. 2016-08-17 01:51:53 +02:00
Pierre-Yves Gerardy
0ddad54e88 Tests for remove phase Zalgo flakiness. 2016-08-17 01:51:53 +02:00
Leo Horie
8bb813155c Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-08-16 17:12:22 -04:00
Leo Horie
905a351fcb show some <3 for @pygy :) 2016-08-16 17:11:46 -04:00
Gandalf-the-Bot
5cf616515d Bundled output for commit 67744f4856 [skip ci] 2016-08-16 21:11:34 +00:00
Leo Horie
67744f4856 Merge pull request #1243 from pygy/vnode-skip
Add a static `vnode.skip` field
2016-08-16 17:09:23 -04:00
Pierre-Yves Gerardy
58cea7a283 Add a static vnode.skip field 2016-08-16 22:56:42 +02:00
Gandalf-the-Bot
5f2c9a3a29 Bundled output for commit ca4c91a3d3 [skip ci] 2016-08-16 12:30:45 +00:00
Leo Horie
ca4c91a3d3 Merge pull request #1240 from sebastiansandqvist/rewrite
Piecemeal stream usage
2016-08-16 08:28:44 -04:00
Sebastian Sandqvist
93b80f7bc6 rebundle 2016-08-15 12:34:24 -07:00
Sebastian Sandqvist
c59ea457c9 fix bundle again 2016-08-15 12:33:57 -07:00
Sebastian Sandqvist
f8d2a50fb7 fix bundle 2016-08-15 12:32:10 -07:00
Sebastian Sandqvist
b8978bec7a remove semicolon 2016-08-15 12:28:45 -07:00
Sebastian Sandqvist
4e1ab37a0e bundle 2016-08-15 12:20:02 -07:00
Sebastian Sandqvist
4854b4f959 remove semicolons 2016-08-15 12:10:51 -07:00
Sebastian Sandqvist
7bdb29bbfc Piecemeal stream usage 2016-08-15 12:09:22 -07:00
Gandalf-the-Bot
828a8bda98 Bundled output for commit a8409aabbd [skip ci] 2016-08-15 14:06:02 +00:00
Leo Horie
a8409aabbd Merge pull request #1225 from pygy/tweaks
Tweaks
2016-08-15 10:02:47 -04:00
Gandalf-the-Bot
613f9c76d4 Bundled output for commit ce37ed52b4 [skip ci] 2016-08-15 13:59:33 +00:00
Leo Horie
ce37ed52b4 Merge pull request #1237 from porsager/patch-2
Temporary fix for broken bundles
2016-08-15 09:58:36 -04:00
Rasmus Porsager
a0db85b18c Temporary fix for broken bundles
The current bundles were throwing "Stream is not a function".
The proper place to fix this would probably be in the bundler, but for now this circumvents the issue.
It appears the instantiated "Stream" will be cached and used inside the requestService that also requires './util/stream',  instead of just what's inside './util/stream'.
2016-08-14 04:06:14 +02:00
Pierre-Yves Gerardy
71c20b84b8 Merge two if blocks, chomp an indentation level 2016-08-13 10:47:54 +02:00
Pierre-Yves Gerardy
905309cb17 Simplify vnode.state creation.
For components, `vnode.tag` is always an object.
2016-08-13 10:47:54 +02:00
Gandalf-the-Bot
8c5b5c7f30 Bundled output for commit 201bdc702a [skip ci] 2016-08-13 03:57:40 +00:00
Leo Horie
201bdc702a Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-08-12 23:56:47 -04:00
Leo Horie
7bb8ded6cb some docs for router 2016-08-12 23:56:29 -04:00
Leo Horie
68331065b7 more router tests 2016-08-12 23:56:17 -04:00
Leo Horie
9c16ece556 don't cast to boolean 2016-08-12 23:55:45 -04:00
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
fc9d4f2ee4 fix "use strict" detection in bundler 2016-08-12 01:00:20 -04:00
Leo Horie
15b6ff8c8b don't stop watching if watch api returns no file name 2016-08-12 00:43:48 -04:00