Commit graph

1110 commits

Author SHA1 Message Date
Leo Horie
08ebb97ea7 bump version 2015-07-23 23:43:38 -04:00
Leo Horie
ed3f3f0686 document component shorthand syntax 2015-07-23 23:43:19 -04:00
Leo Horie
2b24c7a64d changing links to point to absolute path 2015-07-23 23:25:28 -04:00
Leo Horie
bc94836931 Merge branch 'Naddiseo-patch-1' into next 2015-07-23 23:15:27 -04:00
Leo Horie
0d7cc43bfe Merge branch 'patch-1' of https://github.com/Naddiseo/mithril.js into Naddiseo-patch-1
Conflicts:
	tests/mithril-tests.js
2015-07-23 23:15:05 -04:00
Leo Horie
a57b1986ac update change log 2015-07-23 23:13:03 -04:00
Leo Horie
c8ae577c63 #660 return empty object if parsing empty string 2015-07-23 23:11:41 -04:00
Leo Horie
34a96d9428 added links to relevant sections 2015-07-23 23:05:09 -04:00
Leo Horie
2fe869e4f0 fix memory release check 2015-07-23 22:33:15 -04:00
Leo Horie
abb6208650 clean up dead code 2015-07-23 22:13:08 -04:00
Leo Horie
54ea70d2d6 dereference unused dom elements, controllers and components 2015-07-23 22:10:59 -04:00
Leo Horie
5baab5f034 update change log 2015-07-23 22:04:43 -04:00
Leo Horie
3f4ef8f41a Merge branch 'open-node-next' into next 2015-07-23 21:57:40 -04:00
Leo Horie
2f135885a6 Merge branch 'next' of https://github.com/open-node/mithril.js into open-node-next
Conflicts:
	mithril.js
2015-07-23 21:57:21 -04:00
Leo Horie
372cf30e8e docs for catch 2015-07-23 21:52:32 -04:00
Leo Horie
d6cbba0b2e Merge branch 'venning-next' into next 2015-07-23 21:52:14 -04:00
Leo Horie
3a367eb279 Merge branch 'next' of https://github.com/venning/mithril.js into venning-next
Conflicts:
	mithril.js
2015-07-23 21:52:05 -04:00
Leo Horie
b0c876f57b Merge pull request #729 from impinball/speed
Profile and optimize
2015-07-23 21:28:42 -04:00
impinball
986dde6d5f Merge remote-tracking branch 'upstream/next' into speed, unfix "fixed" version
By "fixed", I mean "screwed up, not at all following the correct version
number, and refusing to ask on Gitter what the correct version really is, and
just assuming the wrong version despite hints all over the source screaming
'THIS IS THE CORRECT VERSION, YOU STUPID IDIOT!!!'".

I feel that should be a relatively accurate explanation of the mistake I made
while working on this patch (the specific commit that introduced it was
squashed in rebasing, and another commit was easier than a revert, since the
one that introduced it also entailed a few other things).
2015-07-23 05:26:31 -04:00
impinball
3de01a1554 Clean up tests, resolve style differences, reduce upstream diff
This is in preparation for a PR, to reduce potential for merge conflicts
with either my PR or others', since mine will modify a large amount of
the main file.
2015-07-23 05:25:18 -04:00
impinball
565f9cf334 Merge branch 'next' of https://github.com/impinball/mithril.js into speed
(Update topic branch)
2015-07-23 05:20:36 -04:00
impinball
9ae592ee4d Do some local style modifications and profile.
1. Do some temporary style modifications to help make the code more readable
   for profiling (with help from ESLint).
2. Profile the code, and optimize accordingly.
2015-07-23 05:17:02 -04:00
Leo Horie
952885d74f Merge pull request #725 from milesmatthias/next
added version function to mithril and test for version function
2015-07-17 09:42:07 -04:00
Miles Matthias
d2812bd88d added version function to mithril and test for version function 2015-07-16 22:11:07 -06:00
Leo Horie
aeedc6fbb0 Merge pull request #720 from impinball/next
Forgot to assign the default argument
2015-07-14 19:15:38 -04:00
Leo Horie
7732f28cad style 2015-07-14 19:11:45 -04:00
Leo Horie
dcbb82f7d2 Merge remote-tracking branch 'origin/next' into next 2015-07-14 19:11:31 -04:00
Leo Horie
6040a4dc67 prevent null ref 2015-07-14 19:11:11 -04:00
Leo Horie
3894ec683c make controller inherit from prototype if in m.component 2015-07-14 19:10:12 -04:00
Leo Horie
ec1da49fa7 Merge pull request #711 from impinball/ts
Strengthen TS types, add documentation comments, remove diff noise.
2015-07-13 21:20:23 -04:00
Leo Horie
637376066e Merge pull request #717 from steenzout/next
rephrase sentence on web services doc
2015-07-13 21:19:12 -04:00
impinball
fcb5842938 Fix default assign 2015-07-13 15:12:25 -04:00
impinball
a22710284e Fix default assign 2015-07-13 15:00:10 -04:00
impinball
a4e6567b82 Forgot to assign the default argument 2015-07-13 14:53:26 -04:00
Pedro Salgado
3c478fa225 rephrase sentence. 2015-07-13 10:47:22 -06:00
Leo Horie
db56f9b635 Merge pull request #713 from impinball/names
Shorten some code, allow the JIT to optimize critical methods.
2015-07-10 14:33:21 -04:00
impinball
c0830ee3d6 Refactor a couple pointless variables out 2015-07-10 13:15:03 -04:00
impinball
83a30a4d3c Add type-checking methods, make a few things stop de-opting under Chrome 2015-07-09 15:31:13 -04:00
impinball
b28045aa60 Add parameter names to m.route 2015-07-09 14:19:47 -04:00
impinball
293df33858 Dry up code in build 2015-07-09 14:10:59 -04:00
impinball
c764f8d826 Use named arguments in m 2015-07-09 13:17:33 -04:00
impinball
51f59419b2 Strengthen types, describe API in TypeScript file 2015-07-09 09:41:15 -04:00
impinball
d4848c0379 Remove trailing whitespace 2015-07-09 03:38:42 -04:00
Leo Horie
34020b1f23 Merge pull request #708 from impinball/patch-1
lhorie.github.io/mithril -> mithril.js.org
2015-07-07 21:05:50 -04:00
impinball
fab8321d5f lhorie.github.io/mithril -> mithril.js.org 2015-07-07 20:30:46 -04:00
Leo Horie
1aa3057fed Merge pull request #707 from pelonpelon/patch-17
components.md - eliminate global variable introduced in previous commit
2015-07-07 15:56:34 -04:00
Leo Horie
9da3adaf3d Merge remote-tracking branch 'origin/next' into next 2015-07-07 13:19:00 -04:00
Leo Horie
55aedaabbc fix gzip size in docs 2015-07-07 11:41:47 -04:00
pelonpelon
dc36588160 components.md - eliminate global variable introduced in previous commit
Oops!
2015-07-07 09:04:08 -05:00
Leo Horie
4b2ec49ca9 Merge pull request #636 from pelonpelon/patch-9
Update components.md -- "Classic MVC" example broken
2015-07-06 21:28:44 -04:00