Commit graph

408 commits

Author SHA1 Message Date
C. James Winslow
1222eb913a return reference to the instantiated controller from m.module 2014-09-10 16:21:33 -07:00
C. James Winslow
445087c606 changed the tests to expect that m.module returns the instance of module.controller that was passed to it 2014-09-10 16:20:42 -07:00
C. James Winslow
343687d5f2 update typescript definition 2014-09-10 16:19:43 -07:00
C. James Winslow
36f02f5410 updated docs 2014-09-10 16:19:20 -07:00
C. James Winslow
13a7754f2b whitespace fixes 2014-09-10 16:19:02 -07:00
Leo Horie
0ee2d7f200 mimic html fallback-to-doing-nothing-on-invalid-attributes behavior in IE8, instead of throwing non-helpful "Invalid argument." error 2014-09-04 22:10:14 -04:00
Leo Horie
8285b903d6 clarify shim requirement 2014-09-04 21:27:38 -04:00
Leo Horie
5ff1767646 Merge pull request #233 from Bobris/next
Useless line removed.
2014-09-03 21:16:20 -04:00
Leo Horie
e94db04de1 Merge branch 'next' of github.com:claydotio/zorium.js into claydotio-next
Conflicts:
	mithril.js
	tests/mithril-tests.js
2014-09-03 21:14:14 -04:00
Leo Horie
d11087e9f6 fix wording 2014-09-03 21:10:50 -04:00
Boris Letocha
b9830271d3 Useless line removed. 2014-09-03 00:08:49 +02:00
Leo Horie
76a7d7f6d9 handle html5 form attribute as a special case like list 2014-09-01 18:32:28 -04:00
Leo Horie
b70284d493 code style 2014-09-01 11:29:53 -04:00
Leo Horie
18dcfce5e2 don't need partial ability when deferring config calling 2014-09-01 10:47:26 -04:00
Leo Horie
a87e2a1414 small refactoring 2014-09-01 10:42:15 -04:00
Zolmeister
3dc6f1e16c m: Added splat support for m() constructor 2014-08-31 01:22:05 -07:00
Leo Horie
4d79d91c57 Merge pull request #227 from claydotio/next
removed Function.bind() call
2014-08-26 19:36:11 -04:00
Leo Horie
6e48b9e730 version bump 2014-08-26 19:35:09 -04:00
Leo Horie
d951d23213 Merge pull request #226 from aembke/alec/upstream
JSONP transport
2014-08-26 19:34:06 -04:00
Zolmeister
f612ce4b2c removed Function.bind() call 2014-08-26 16:30:02 -07:00
Alec Embke
07ff5c9cf8 merged upstream with jsonp additions 2014-08-25 11:09:55 -07:00
Alec Embke
daf8160bf2 added jsonp transport 2014-08-25 10:36:26 -07:00
Zoli Kahan
df39e1127f Merge pull request #221 from jmventura/next
check store nullity in m.prop #220
2014-08-21 17:20:15 -07:00
Juan Manuel Ventura
fd7b3e0803 check store nullity in m.prop 2014-08-22 01:18:36 +02:00
Leo Horie
f803da2008 fix custom getter setter example 2014-08-21 12:53:37 -04:00
Leo Horie
eed9c23b3e fixing docs 2014-08-21 12:52:41 -04:00
Leo Horie
7565347069 v0.1.21 publish 2014-08-20 18:53:54 -04:00
Leo Horie
dbac7f8468 add comments and tests for 219 2014-08-20 18:53:13 -04:00
Leo Horie
91b294e648 add section for stackoverflow 2014-08-20 18:43:05 -04:00
Leo Horie
f64d861552 fix undefined diff case without breaking void element case 2014-08-16 22:33:16 -04:00
Leo Horie
39a0c1e63b update change log 2014-08-16 22:21:20 -04:00
Leo Horie
808f926d20 add test for #200 2014-08-16 18:04:45 -04:00
Leo Horie
61da8552c4 add docs explaining forceSync 2014-08-16 18:01:01 -04:00
Leo Horie
d496ebfcc2 Merge remote-tracking branch 'origin/next' into next 2014-08-16 17:56:31 -04:00
Leo Horie
a42dc113a4 fix child caching from undefined to array 2014-08-16 17:56:24 -04:00
Zoli Kahan
9aaea72c6b Merge pull request #207 from claydotio/next
doc: updated docs for m.deferred() m.prop() and m.redraw()
2014-08-16 14:20:08 -07:00
Zolmeister
a74fd19cc1 doc: updated docs for m.deferred() m.prop() and m.redraw() 2014-08-16 14:18:48 -07:00
Leo Horie
936e2034a7 fix handling of + in parseQuerystring 2014-08-16 17:06:27 -04:00
Leo Horie
08c8caff89 simplify null/undef checks 2014-08-16 16:55:14 -04:00
Leo Horie
3b491ec38e simplify check as per suggestion in #206 2014-08-16 16:52:34 -04:00
Leo Horie
bf288b09c5 move Deferred constructor out of m.deferred 2014-08-16 16:50:44 -04:00
Zoli Kahan
f832b67585 Merge pull request #205 from claydotio/forcedraw
redraw: added strict true check
2014-08-16 12:51:53 -07:00
Zolmeister
5b13612e26 redraw: added strict true check 2014-08-16 12:50:46 -07:00
Zoli Kahan
fd81f0632f Merge pull request #198 from claydotio/forcedraw
Forcedraw
2014-08-16 12:46:21 -07:00
Zolmeister
8efa162d47 Merge remote-tracking branch 'upstream/next' into forcedraw
Conflicts:
	archive/v0.1.20/mithril-tests.js
2014-08-16 12:45:25 -07:00
Leo Horie
6fc460bd6a version bump 2014-08-15 18:35:04 -04:00
Leo Horie
9b01f09af4 fix typo 2014-08-14 21:30:00 -04:00
Leo Horie
a0e39777cd v0.1.20 2014-08-14 21:24:54 -04:00
Zolmeister
774be35cc2 added optional param to m.redraw() to allow forced update 2014-08-13 13:01:21 -07:00
Zolmeister
d567de08a8 promise props resolve to promises instead of blank prop functions 2014-08-13 01:16:03 -07:00