Commit graph

673 commits

Author SHA1 Message Date
Leo Horie
992aa30ccc fix m.route.link and m.route.set history replacement 2016-12-06 23:29:15 -05:00
Gandalf-the-Bot
0e9790e342 Bundled output for commit c2acdf6f4a [skip ci] 2016-12-07 01:00:36 +00:00
Gandalf-the-Bot
e73f4ba126 Bundled output for commit 678a8b13ae [skip ci] 2016-12-06 21:28:09 +00:00
Gandalf-the-Bot
6a63cb702d Bundled output for commit 846d6ce24b [skip ci] 2016-12-06 15:45:34 +00:00
Leo Horie
3134202d24 fix tests 2016-12-06 00:09:09 -05:00
Gandalf-the-Bot
624c0d5fa1 Bundled output for commit 9f340daa3a [skip ci] 2016-12-05 17:33:12 +00:00
Leo Horie
9f340daa3a reduce router code size 2016-12-05 12:32:11 -05:00
Leo Horie
b11f54b919 avoid null ref if mount redraw runs midway route init 2016-12-05 11:35:50 -05:00
Leo Horie
809d8921c9 bypass route resolution algorithm on non-routed redraws 2016-12-05 11:23:25 -05:00
Gandalf-the-Bot
c84525b503 Bundled output for commit c544390d43 [skip ci] 2016-12-05 04:32:57 +00:00
Gandalf-the-Bot
a12c594d9b Bundled output for commit 9a6a4dddc4 [skip ci] 2016-12-05 04:31:50 +00:00
Leo Horie
2ffd2fb7e4 throttle m.route redraws 2016-12-04 01:53:39 -05:00
Gandalf-the-Bot
f381ba3412 Bundled output for commit 1fe4a08e71 [skip ci] 2016-12-03 03:04:23 +00:00
Gandalf-the-Bot
8f08fddb64 Bundled output for commit 0dce0e7911 [skip ci] 2016-12-03 02:20:48 +00:00
Leo Horie
fbdf798e79 build 2016-12-02 20:44:43 -05:00
Gandalf-the-Bot
54599d9675 Bundled output for commit f54f15d4ce [skip ci] 2016-12-02 18:23:46 +00:00
Gandalf-the-Bot
78929fb1d1 Bundled output for commit 9f6a1086e4 [skip ci] 2016-12-01 06:51:39 +00:00
Leo Horie
9f6a1086e4 Merge remote-tracking branch 'origin/rewrite' into rewrite
# Conflicts:
#	mithril.min.js
2016-12-01 01:50:12 -05:00
Leo Horie
713c25c9c0 fix #1404 2016-12-01 01:45:07 -05:00
Gandalf-the-Bot
b87cf7b288 Bundled output for commit b4ada9284c [skip ci] 2016-11-24 13:19:40 +00:00
Leo Horie
2b856ed6ac remove unnecessary append 2016-11-23 23:33:57 -05:00
Leo Horie
8eb61a12ab fix diff bug when array is sparse, item type and position and array length change 2016-11-23 22:28:08 -05:00
Gandalf-the-Bot
8ecb370e95 Bundled output for commit e4ba0318d6 [skip ci] 2016-11-23 06:43:47 +00:00
Gandalf-the-Bot
e04eea3c28 Bundled output for commit 57cbd54fe8 [skip ci] 2016-11-22 14:38:48 +00:00
Gandalf-the-Bot
ac159008dc Bundled output for commit d20e8a880f [skip ci] 2016-11-22 05:32:22 +00:00
Gandalf-the-Bot
4002115bbd Bundled output for commit 5f1f09e9b4 [skip ci] 2016-11-21 14:32:48 +00:00
Gandalf-the-Bot
e458411c11 Bundled output for commit 0bd6d4b2f6 [skip ci] 2016-11-17 02:30:32 +00:00
Gandalf-the-Bot
b51baf8dcf Bundled output for commit 3bd2026a9d [skip ci] 2016-11-17 02:16:58 +00: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
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
Gandalf-the-Bot
4f63575f4b Bundled output for commit 717186a3b6 [skip ci] 2016-11-11 22:59:05 +00:00
Gandalf-the-Bot
2bcd48e510 Bundled output for commit 95bf958c87 [skip ci] 2016-11-11 22:56:10 +00: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
4dd66a7e65 don't send undefined body 2016-11-10 10:12:05 -05:00
Gandalf-the-Bot
634c0949fe Bundled output for commit f6541e4826 [skip ci] 2016-11-05 13:01:25 +00:00
Gandalf-the-Bot
ca53ae8caa Bundled output for commit a442b9961c [skip ci] 2016-11-04 20:10:43 +00:00
Leo Horie
85eed94172 build 2016-11-04 12:34:39 -04:00
Leo Horie
bc0a75a6a2 fix regression when empty text node 2016-11-02 15:38:23 -04:00
Leo Horie
8b168deef4 build 2016-11-02 14:57:09 -04:00
Leo Horie
3c6e257a19 #1311 don't repeatedly throw the same error if oninit async-redraws and view throws 2016-11-02 14:56:17 -04:00
Leo
75b7f0fc81 handle contenteditable correctly 2016-11-02 13:15:43 -04:00
Gandalf-the-Bot
29e697fb25 Bundled output for commit 2d836d7203 [skip ci] 2016-10-31 16:21:25 +00:00
Leo Horie
dd63e724c7 build 2016-10-31 11:52:35 -04:00
Gandalf-the-Bot
db956d7194 Bundled output for commit 65b4116666 [skip ci] 2016-10-28 13:56:57 +00:00
Leo Horie
dd3bb62ee7 build 2016-10-27 20:38:03 -04:00
Gandalf-the-Bot
ea9d62f33c Bundled output for commit dcdc48a534 [skip ci] 2016-10-28 00:19:43 +00:00
Leo Horie
40bc9449cb don't break cursor on textarea update in Edge 2016-10-27 20:18:25 -04:00
Gandalf-the-Bot
a72c117ed3 Bundled output for commit aef4ab16e9 [skip ci] 2016-10-27 00:28:13 +00:00