Commit graph

2041 commits

Author SHA1 Message Date
Barney Carroll
6cb9a5cc80 Handle [class] selector properly 2016-11-19 17:44:36 +00:00
Barney Carroll
63f491db88 Initial test case: can't declare class as an attribute in hyperscript selector 2016-11-19 17:32:36 +00:00
Leo
11b11caf83 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-11-18 23:26:17 -05:00
Leo
6e1402dd1b docs for promise 2016-11-18 23:26:02 -05:00
Leo Horie
ca18c11eda Merge pull request #1401 from spacejack/rewrite
Add note about JSON parsing behaviour with extract callback
2016-11-17 14:15:11 -05:00
spacejack
eb2f24e3b3 Add note about JSON parsing behaviour with extract callback 2016-11-17 14:07:20 -05:00
Gandalf-the-Bot
e458411c11 Bundled output for commit 0bd6d4b2f6 [skip ci] 2016-11-17 02:30:32 +00:00
Leo Horie
0bd6d4b2f6 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-11-16 21:27:12 -05:00
Leo Horie
5f58ee4596 bump version 2016-11-16 21:26:58 -05:00
Gandalf-the-Bot
b51baf8dcf Bundled output for commit 3bd2026a9d [skip ci] 2016-11-17 02:16:58 +00:00
Leo Horie
3bd2026a9d bump to rc4 2016-11-16 21:16:06 -05:00
Leo Horie
1c16488ea8 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-11-16 21:15:35 -05:00
Leo Horie
439cf95673 expose promise polyfill in a way that won't need code migration later 2016-11-16 21:15:23 -05:00
Leo Horie
21e8b6161f Merge pull request #1399 from tivac/update-readme-size
[rewrite] Update README size w/ minified builds
2016-11-16 08:20:21 -05:00
Pat Cavit
93a130b8b4 Update README size w/ minified builds 2016-11-16 00:27:51 -08:00
Leo Horie
62724a1143 simplify scripts in examples 2016-11-16 00:09:52 -05:00
Leo Horie
c3d856e139 allow a["b"] = require(...) in bundler 2016-11-16 00:09:41 -05:00
Leo Horie
5552ef31b1 lint 2016-11-15 23:20:22 -05:00
Leo Horie
6ce2a384ec simplify streams, lint docs 2016-11-15 23:13:38 -05:00
Leo Horie
a7f8018df9 fix typo 2016-11-15 10:40:42 -05:00
Leo Horie
9d4bb1291e expose aggressive mode in minifier 2016-11-15 10:16:30 -05:00
Leo Horie
60df92cfba simplify steps 2016-11-15 10:16:14 -05:00
Leo Horie
9a3551c575 add note about synchronicity 2016-11-15 10:16:01 -05:00
Leo Horie
f780e0f7b9 bump ospec version 2016-11-15 10:02:25 -05:00
Leo Horie
c7a3bdfe49 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-11-15 10:01:28 -05:00
Leo Horie
249050e4c2 bump ospec version 2016-11-15 10:01:12 -05:00
Leo Horie
3406442899 Merge pull request #1396 from pdfernhout/todomvc-list-fix
Fix todomvc to reflect All/Active/Completed choice
2016-11-14 22:04:25 -05:00
Paul D. Fernhout
7c5e06d2ec Fix todomvc to reflect All/Active/Completed choice 2016-11-14 21:12:34 -05:00
Pat Cavit
8388cedad8 .items -> .list 2016-11-14 10:09:23 -08:00
Pat Cavit
647877958c .items -> .list 2016-11-14 10:08:23 -08:00
Leo Horie
4b061dacfe Merge remote-tracking branch 'origin/rewrite' into rewrite
# Conflicts:
#	mithril.js
#	mithril.min.js
2016-11-13 22:45:28 -05:00
Leo Horie
bc8cf4ed76 change m.request return value from stream to promise
remove m.prop
add m.Promise
update tests and examples
2016-11-13 22:44:22 -05:00
Gandalf-the-Bot
6ed9bb87ca Bundled output for commit 0308140156 [skip ci] 2016-11-13 13:18:11 +00:00
Leo Horie
0308140156 Merge pull request #1395 from ornicar/update-node-ns
Add failing test and proposed fix for SVG update with tag change.
2016-11-13 08:17:18 -05:00
Thibault Duplessis
7163d5f744 Fix SVG element update with tag change
Fixes the new failing test.

Before: the updated element is unknown HTML
After: the updated element is an SVG element
2016-11-13 11:31:55 +01:00
Thibault Duplessis
d539c515ea Test SVG update element with tag change
Currently failing. Updating an SVG element which tag changes
actually results in an unknown HTML element.
2016-11-13 11:30:22 +01:00
Barney Carroll
0fad68fa69 Method defaults to GET as of #1393 (#1394) 2016-11-12 14:12:03 -08:00
Leo Horie
8f1a69cfcb Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-11-11 18:20:55 -05:00
Leo Horie
2ed7184012 document optional url arg in request 2016-11-11 18:20:42 -05:00
Gandalf-the-Bot
4f63575f4b Bundled output for commit 717186a3b6 [skip ci] 2016-11-11 22:59:05 +00:00
Leo Horie
717186a3b6 clean up 2016-11-11 17:57:16 -05:00
Gandalf-the-Bot
2bcd48e510 Bundled output for commit 95bf958c87 [skip ci] 2016-11-11 22:56:10 +00:00
Leo Horie
95bf958c87 Merge pull request #1393 from barneycarroll/fetch-signature-overload
Fetch-style signature overload
2016-11-11 17:55:25 -05:00
Barney Carroll
beccd16dd7 Fetch-style signature overload 2016-11-11 18:37:56 +00:00
Pat Cavit
bcb81c4b03 Use tag for npm install
And update example to correct dependency format
2016-11-10 11:05:22 -08:00
Pat Cavit
b83e290d4e Simplify npm command 2016-11-10 11:02:13 -08:00
Pat Cavit
71457a356d Fix repository field
https://docs.npmjs.com/files/package.json#repository
2016-11-10 11:01:02 -08:00
Leo Horie
95194e8c15 Merge remote-tracking branch 'origin/rewrite' into rewrite
# Conflicts:
#	mithril.min.js
2016-11-10 10:13:21 -05:00
Leo Horie
8ce0a68e2a rc3 2016-11-10 10:12:40 -05:00
Leo Horie
4dd66a7e65 don't send undefined body 2016-11-10 10:12:05 -05:00