Commit graph

576 commits

Author SHA1 Message Date
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
spacejack
eb2f24e3b3 Add note about JSON parsing behaviour with extract callback 2016-11-17 14:07:20 -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
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
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
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
Barney Carroll
0fad68fa69 Method defaults to GET as of #1393 (#1394) 2016-11-12 14:12:03 -08:00
Leo Horie
2ed7184012 document optional url arg in request 2016-11-11 18:20:42 -05:00
Pat Cavit
bcb81c4b03 Use tag for npm install
And update example to correct dependency format
2016-11-10 11:05:22 -08:00
Leo
387a69615d remove ambiguity in oncreate hook docs 2016-11-01 23:30:29 -04:00
Leo Horie
adf91a4f7a update npm identifier 2016-10-31 12:24:46 -04:00
Leo Horie
70e0f8e66d links to examples 2016-10-28 01:06:44 -04:00
Leo Horie
03b088689f simplify example 2016-10-26 23:58:48 -04:00
Leo Horie
56129f7102 move lint script 2016-10-26 23:57:58 -04:00
Leo Horie
fe861926ce fix ap 2016-10-26 18:37:48 -04:00
Leo Horie
611ff6cebc Merge pull request #1371 from pine3ree/patch-1
update m.withAttr signature
2016-10-26 15:07:13 -04:00
Leo Horie
1823415beb fantasy land explanation link 2016-10-26 12:59:58 -04:00
Leo Horie
fe9cee8a61 more separators 2016-10-26 12:58:33 -04:00
Leo Horie
6dfb78ee52 separators 2016-10-26 12:58:08 -04:00
Leo Horie
1c676d0a2c fix anchors 2016-10-26 12:56:04 -04:00
Leo Horie
5eb008720a fantasy land updates 2016-10-26 12:55:17 -04:00
Leo Horie
4b40d2d3b5 links 2016-10-26 11:17:16 -04:00
Leo Horie
04ffdae2a3 some more docs 2016-10-26 10:56:36 -04:00
maks feltrin
b5385940bb update m.withAttr signature 2016-10-24 22:10:10 +02:00
Leo Horie
72b011867d Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-10-24 10:58:33 -04:00
Leo Horie
14ef350d6f Merge pull request #1362 from pine3ree/patch-1
upgrade doc: rename ctrl to state
2016-10-24 10:29:06 -04:00
Leo Horie
a6d8e4f12e Merge pull request #1368 from pine3ree/patch-4
prop.md docs typo
2016-10-24 10:26:26 -04:00
Leo Horie
05fbf0f39c Merge pull request #1367 from pine3ree/patch-3
docs/prop.md typo
2016-10-24 10:25:44 -04:00
maks feltrin
44cc77e021 #rewrite docs prop.md typo 2016-10-23 17:43:46 +02:00
maks feltrin
93062d6c6a docs/prop.md typo 2016-10-22 23:48:55 +02:00
maks feltrin
df517bf636 docs typo? 2016-10-22 16:45:19 +02:00
maks feltrin
ce93bdbb79 rename ctrl to state
I am not sure you agree, but i find the name `state` a bit less confusing that the name `ctrl` used in v 0.2.x.
thank you and kind regards
2016-10-22 04:04:47 +02:00
Leo Horie
6514a38162 document querystring apis 2016-10-18 10:16:20 -04:00
Leo Horie
59e4e8ff26 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-10-04 12:20:56 -04:00
Leo Horie
f49fd1c6a2 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-10-03 10:56:47 -04:00
Leo Horie
d0a4993681 clean up 2016-10-03 10:56:44 -04:00
Daniel Loomer
bedf2ec4ac prop.md: fixed small typo 2016-10-02 23:54:15 -04:00
Hugo Freitas
45ebf2f2db Fix RouteResolver link 2016-09-29 12:45:12 -03:00
Carl Mungazi
00adb7ae0e Update components.md (#1337)
Fixed typos.
2016-09-23 16:11:28 -07:00
Pierre-Yves Gérardy
67433a7816 Correct the RouteResolver.onmatch() signature (#1327) 2016-09-20 19:44:19 -07:00
Jan-T. Brinkmann
9fe85b3461 fixed broken anchor link in fragment.md
"monomorphic objects" linked to `vnodes.md#monomorphic-objects`, however the proper hash currently is `#monomorphic-class`
2016-09-20 21:32:47 +02:00
Scott Simpson
17ee04c00a fix missing return in BetterLabeledComponent view (#1332) 2016-09-20 11:09:41 -07:00
Pat Cavit
5132c50ec0 view() params and xlink namespace 2016-09-20 10:58:16 -07:00
Scott Simpson
6252a00bed small fixes in hyperscript.md (#1330)
Moved SVG/MathML section down to reflect the order of the TOC
Renamed "Avoid Anti-patterns" to enable TOC link
2016-09-20 10:24:08 -07:00