Commit graph

716 commits

Author SHA1 Message Date
Leo Horie
ef6ca20a61 version bump 2014-12-31 20:50:17 -05:00
Leo Horie
b981a5b3bb update change log 2014-12-31 20:49:54 -05:00
Leo Horie
2a34765547 add comment for obscure snippet 2014-12-31 20:49:38 -05:00
Leo Horie
857ce0df99 Merge branch 'perf' into next 2014-12-31 17:22:58 -05:00
Leo Horie
24e00a0b2f Merge branch 'feature/jsfmt' of https://github.com/ysimonson/mithril.js into ysimonson-feature/jsfmt
Conflicts:
	archive/v0.1.27/mithril-tests.js
	mithril.js
2014-12-31 16:48:28 -05:00
Leo Horie
f98fa02f66 add section about todomvc benchmark 2014-12-31 16:39:17 -05:00
Leo Horie
fa04377a51 fix #380 correctly (see also #385) 2014-12-31 16:12:47 -05:00
Leo Horie
32b7becd6f fix doc example 2014-12-31 15:53:39 -05:00
Leo Horie
69b6ef17fe Merge branch 'next' into perf 2014-12-31 15:30:54 -05:00
Leo Horie
2aeda23b32 update change log 2014-12-31 15:30:38 -05:00
Leo Horie
b4069e2391 Merge remote-tracking branch 'origin/next' into perf 2014-12-31 15:30:16 -05:00
Leo Horie
d4bfee425a #388 throw error if no root element 2014-12-31 15:28:39 -05:00
Yusuf Simonson
bc821622a8 Added grunt task for jsfmt 2014-12-18 17:26:35 -05:00
Yusuf Simonson
4def679b2b jsfmt'd code 2014-12-18 17:11:33 -05:00
Leo Horie
cbedf999cd loop refactor 2014-12-12 09:30:48 -05:00
Leo Horie
6435a7c646 Merge branch 'next' into perf
Conflicts:
	mithril.js
2014-12-12 09:20:49 -05:00
Leo Horie
e9c892cb05 v0.1.27 publish 2014-12-11 10:36:47 -05:00
Barney
c81805f659 Merge remote-tracking branch 'upstream/next' into next
Conflicts:
	mithril.js
2014-12-11 15:26:28 +00:00
Leo Horie
3073b27abd improve loop 2014-12-10 23:06:15 -05:00
Leo Horie
09b25cb803 #378 fix strategy none semantics 2014-12-10 22:34:20 -05:00
Barney
0f2b7dad4d Merge branch 'next' of github.com:lhorie/mithril.js into next
Conflicts:
	docs/mithril.request.md
	mithril.js
2014-12-10 10:34:55 +00:00
Leo Horie
cbdbdd7c60 don't throw error when using console.log in firefox 2014-12-09 11:20:40 -05:00
Leo Horie
f3076367ee #372 cache length in loops 2014-12-08 11:57:31 -05:00
Leo Horie
e453ec7ce3 #380 empty value attr in option should show up 2014-12-08 11:47:27 -05:00
Leo Horie
d05b903024 Merge pull request #381 from kayellpeee/update_to_IIFEs
Update to IIFEs
2014-12-08 10:09:45 -05:00
Leo Horie
631e01c425 Merge pull request #373 from blacha/next
Updating typescript redraw definition to allow m.redraw.strategy
2014-12-08 10:08:27 -05:00
Leo Horie
8f1501d50d added test for #377 2014-12-08 10:07:15 -05:00
Leo Horie
dc42632e5a #299 fix key bug when nulls are mixed in 2014-12-08 09:55:32 -05:00
Keenan Lidral-Porter
1dbe50ede2 remove unecessary function.bind call (artifact from old codebase) 2014-12-07 15:33:37 -08:00
Keenan Lidral-Porter
e690134478 replace new function pattern with IIFE and fixes errors in example code 2014-12-07 15:14:38 -08:00
Leo Horie
8c30b1a554 Merge remote-tracking branch 'origin/next' into next 2014-12-06 14:30:27 -05:00
Leo Horie
eb3951ce12 #379 fix equality checks 2014-12-06 14:29:59 -05:00
Blayne Chard
03fe9c4edc Updating typescript redraw definition to allow m.redraw.strategy 2014-12-04 10:59:05 +13:00
Leo Horie
4d3430bf2b Merge pull request #368 from blacha/next
Updating typescript route definition to allow m.route.mode and m.route.param(key).
2014-12-02 19:06:37 -05:00
Blayne Chard
5b71027896 Updating typescript route definition to allow m.route.mode and m.route.param(key). 2014-12-03 11:28:50 +13:00
Leo Horie
40172848b5 v0.1.26 2014-12-02 13:14:20 -05:00
Leo Horie
3d831a3294 update change log 2014-12-02 13:13:11 -05:00
Leo Horie
5f12b23f37 #364 set input type as an attribute, not a property, because CSS 2014-12-01 11:03:37 -05:00
Leo Horie
c5939e6fac show error message if m.route.param is called before m.route(el, defRoute, routes) 2014-12-01 11:03:07 -05:00
Leo Horie
e3b6243d7b v0.1.25 2014-11-28 13:45:25 -05:00
Leo Horie
f99308c39c #362 add error for selector arg in m() 2014-11-28 12:45:41 -05:00
Leo Horie
c9c0250f12 short-circuit keys algorithm if no keys changed 2014-11-28 12:44:43 -05:00
Barney
f6a5436269 Throw errors when user attempts to query route before it is initialized 2014-11-26 15:12:15 +00:00
Leo Horie
b6693c7f06 decrease memory reallocations 2014-11-25 21:27:55 -05:00
Leo Horie
985611baf4 fix key regression from perf optimization 2014-11-25 20:50:11 -05:00
Leo Horie
2110335f87 Merge branch 'next' into perf 2014-11-25 19:59:06 -05:00
Leo Horie
49e325d9e7 remove section about global namespace 2014-11-25 19:47:06 -05:00
Leo Horie
76aaa782d0 #358 ignore potential meaningless error 2014-11-25 19:46:50 -05:00
Leo Horie
6528099918 Merge remote-tracking branch 'origin/next' into next 2014-11-25 19:36:44 -05:00
Leo Horie
6ef1f8ae2e don't duplicate route args when redirecting #352 2014-11-25 19:36:25 -05:00