Leo Horie
c4c916b1d2
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-06-23 01:10:49 -04:00
Leo Horie
89492a4956
modularize bundler and minify scripts
2016-06-23 01:10:30 -04:00
Isiah Meadows
9288a915a4
Merge pull request #1121 from barneycarroll/patch-3
...
Long-term Node fans might take exception (lol)...
2016-06-22 14:22:58 -04:00
Leo Horie
e1be5e8368
Merge pull request #1122 from porsager/patch-1
...
Correct descriptions for map in table
2016-06-21 15:23:23 -04:00
Rasmus Porsager
bbeeb75087
Correct descriptions for map in table
...
Seems like some copy paste slipped through ;)
2016-06-21 20:29:28 +02:00
Barney Carroll
af49a7dcb4
Long-term Node fans might take exception (lol)...
...
...to saying there aren't *any* mechanisms for error-handling in callback-centric async APIs
2016-06-21 10:09:59 +01:00
Leo Horie
639967c767
lint docs
2016-06-20 23:35:43 -04:00
Leo Horie
92d9e93ee1
let bundler resolve npm deps
2016-06-20 23:08:43 -04:00
Leo Horie
93a9e5a2f8
rebuild
2016-06-20 23:08:27 -04:00
Leo Horie
816363eebf
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-06-20 22:25:58 -04:00
Leo Horie
a875f7e162
ensure upstream does not affect ended stream
2016-06-20 22:25:43 -04:00
Leo Horie
0a301df16a
Merge pull request #1120 from pygy/patch-1
...
Remove the injection of `Stream` into `requestService`
2016-06-20 12:51:10 -04:00
Pierre-Yves Gérardy
05c8c411ad
Remove the injection of Stream into requestService
...
I guess the leftovers of a previous version...
2016-06-20 18:37:17 +02:00
Pat Cavit
5422309e96
Update name
2016-06-20 08:32:05 -07:00
Leo Horie
f5bb364b22
some credits
2016-06-20 09:57:31 -04:00
Leo Horie
459b8cf7f5
fix typo in header
2016-06-20 09:39:41 -04:00
Leo Horie
f652c25a54
fix typo
2016-06-20 09:39:05 -04:00
Leo Horie
bce2abbffd
Merge remote-tracking branch 'origin/rewrite' into rewrite
...
Conflicts:
docs/keys.md
docs/signatures.md
docs/v1.x-migration.md
index.js
ospec/bin/ospec.cmd
request/request.js
request/tests/test-xhr.js
util/prop.js
util/tests/index.html
util/tests/test-prop.js
2016-06-20 09:34:14 -04:00
Leo Horie
5e3e984152
request docs wip
2016-06-20 09:22:52 -04:00
Leo Horie
a1fbe16b55
ospec fixes
2016-06-20 09:22:15 -04:00
Leo Horie
ce0c30a235
update docs
2016-06-20 09:22:00 -04:00
Leo Horie
b9ce90765d
streams implementation
2016-06-20 09:21:25 -04:00
Leo Horie
94a8be4fca
versioning script
2016-06-20 09:19:43 -04:00
Leo Horie
8594ed3ef1
lintdocs and minify scripts
2016-06-20 09:19:30 -04:00
Isiah Meadows
02cc4ec1d6
Fix whitespace/etc. in examples ( #1115 )
2016-06-18 03:39:55 -04:00
Isiah Meadows
8d4db4bfa9
Merge pull request #1114 from isiahmeadows/editorconfig
...
Add an editorconfig to the rewrite
2016-06-18 03:28:02 -04:00
impinball
b4fb21475c
Add editorconfig, resolve differences
...
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00
Sebastian Sandqvist
80d0a69dab
Add migration docs for m.route.prefix ( #1104 )
...
Also made a change in the documentation around passing components to `m()`. Before, the syntax that was used made it look like jsx, which could easily have been misinterpreted. Since `component` is defined in the docs just prior, I don't think we need any special syntax to indicate that it might have been a placeholder value.
2016-06-11 11:45:55 -07: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
4ea487a9e3
ospec: exit w/ error if test failed
2016-06-05 22:07:29 -04:00
Leo Horie
7a0369c092
Merge pull request #1096 from RichardIvan/patch-3
...
ospec exit on error
2016-06-05 21:59:24 -04:00
Richard Ivan
991483bfc5
exit on error
...
exit on error to be able to rerun the process
2016-06-05 17:58:28 +02:00
Leo Horie
41c7a61960
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-06-03 23:55:56 -04:00
Leo Horie
ddc430a6d3
fix most gcc warnings
2016-06-03 23:55:31 -04:00
Pat Cavit
d05b155abc
Add more docs around m.route ( #1089 )
2016-06-03 11:33:46 -07:00
Leo Horie
ca784a684e
fix svg across component boundaries
2016-06-03 12:27:24 -04:00
Leo Horie
7b268c6ee8
expose setPath and getPath
2016-06-03 08:59:52 -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
Leo Horie
86673f8d16
add missing fields to avoid monomorphism-related deopts
2016-06-02 21:41:19 -04:00
Leo Horie
15373057df
ensure multiple attributes work at the same time as attrs w/ square brackets
2016-06-01 16:22:37 -04:00
Leo Horie
c79b4545c2
fix empty array case for Promise.all
2016-06-01 16:22:03 -04:00
Leo Horie
9a396c5173
use promise polyfill
2016-06-01 15:44:08 -04:00
Leo Horie
b2b0ab34dd
parse pattern attribute correctly
2016-06-01 15:43:42 -04:00
Leo Horie
d4e8911c9c
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-06-01 01:25:10 -04:00
Leo Horie
0d274ae6ac
ospec: don't show null stack trace on timeout
2016-06-01 01:24:40 -04:00
Leo Horie
2e6e1c73d0
promises: A+ compliance, better async, unhandled rejection reporter
2016-06-01 01:24:14 -04:00
Pat Cavit
da8018b441
Re-generate bundle ( #1085 )
2016-05-31 17:12:31 -07:00
Leo Horie
2f772bcd0c
Merge pull request #1084 from tivac/default-npm-tag
...
Default to always using "beta" tag for rewrite
2016-05-31 14:33:40 -04:00