Isiah Meadows
6a160dc10f
Degenerify MithrilRoutes
...
The routes type doesn't need to be parametrized. It's far too restricting and technically incorrect.
2015-12-30 20:42:57 -05:00
Isiah Meadows
0c8ac06e89
Merge pull request #916 from syaiful6/test-unload
...
Fix onunload test case
2015-12-29 00:31:58 -05:00
Syaiful Bahri
795f098404
Fix onunload test case
...
- the previous test only remove last item on array, but expect all
subcomponent's onunload to be called. This PR change it by clear that
array.
- uncomment previous test case that marked fail.
2015-12-29 09:58:26 +07:00
Leo Horie
5003c0ac23
Merge branch 'tobscure-route-shift-key' into next
2015-12-21 09:33:04 -05:00
Leo Horie
871e32fca3
Merge branch 'route-shift-key' of https://github.com/tobscure/mithril.js into tobscure-route-shift-key
...
Conflicts:
mithril.js
2015-12-21 09:32:47 -05:00
Leo Horie
8eb6d9e182
Merge branch 'dhinesh03-Subtree-retain-fix' into next
2015-12-20 19:09:56 -05:00
Leo Horie
309f2d561d
Merge branch 'Subtree-retain-fix' of https://github.com/dhinesh03/mithril.js into dhinesh03-Subtree-retain-fix
2015-12-20 19:09:24 -05:00
Leo Horie
5234cd2e9c
Merge branch 'next' into dhinesh03-Subtree-retain-fix
2015-12-20 19:06:19 -05:00
Leo Horie
b2972e9934
Merge pull request #907 from isiahmeadows/update
...
Update dependencies, clean up couple things
2015-12-20 16:40:08 -05:00
Leo Horie
c2a04297e2
rebuild
2015-12-20 09:29:56 -05:00
Leo Horie
ae60c96a69
clean up finally
2015-12-20 09:29:12 -05:00
Leo Horie
ac5810ccbd
build
2015-12-20 09:27:31 -05:00
Leo Horie
63bf9cca56
disable tests that break due to lack of innerHTML api in node
2015-12-20 09:24:04 -05:00
Leo Horie
270b20a2b0
v0.2.2-rc.1
2015-12-20 09:14:28 -05:00
impinball
bfa3899ec8
Update dependencies, clean up couple things
2015-12-20 03:07:50 -05:00
Leo Horie
484a9d6c70
Merge remote-tracking branch 'origin/next' into next
...
Conflicts:
mithril.min.js
mithril.min.js.map
2015-12-18 22:09:11 -05:00
Leo Horie
fbe05a92ad
build
2015-12-18 22:07:11 -05:00
Leo Horie
884b2c5f81
update change log
2015-12-18 22:06:48 -05:00
Isiah Meadows
ab54bd4cba
Merge pull request #902 from isiahmeadows/preversion
...
Add preversion hook (fixes #827 )
2015-12-18 20:51:51 -05:00
Isiah Meadows
7f359c1f75
Merge pull request #899 from seanhussey/next
...
Fixing a few typos. No functional changes.
2015-12-18 17:29:47 -05:00
Sean Hussey
c1912d2726
Fixing a few typos. Changing all instances of "thennable" to
...
"thenable". No functional changes.
2015-12-18 14:40:41 -05:00
impinball
e99ab35e10
Add preversion hook ( fixes #827 )
2015-12-18 03:01:31 -05:00
Isiah Meadows
49b97a5e56
Merge pull request #897 from isiahmeadows/deferred-fix
...
Clean up unused parameter and m.request tests
2015-12-16 13:43:34 -05:00
impinball
eff4231b73
Regenerate minified variants [ci skip]
2015-12-16 13:41:24 -05:00
impinball
11f05e3180
Call onreadystatechange in handler
2015-12-16 13:38:09 -05:00
impinball
c21566366e
Fix inflexible/slightly broken m.request tests
2015-12-16 13:33:34 -05:00
impinball
7f7a0a3815
Remove unused parameter
2015-12-16 12:24:12 -05:00
Isiah Meadows
b920466c51
Merge pull request #896 from isiahmeadows/next
...
Update minified build
2015-12-16 12:05:36 -05:00
impinball
92ac26a31a
Update minified build
2015-12-16 12:04:59 -05:00
Isiah Meadows
2b688a3334
Merge pull request #895 from isiahmeadows/next
...
Fix issue with a placeholder
2015-12-16 11:58:28 -05:00
impinball
565ca32d9a
Fix issue with a placeholder
2015-12-16 11:54:34 -05:00
Isiah Meadows
784f0f4f28
Merge pull request #893 from isiahmeadows/speed
...
More performance improvements + etc. (fix mistakes in #887 )
2015-12-16 11:26:43 -05:00
impinball
1b4737b0c6
Rewrite most of the last commit of #887 (without the m.request bug)
2015-12-16 11:22:11 -05:00
impinball
c6fc86f728
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed
2015-12-16 11:05:24 -05:00
Isiah Meadows
ec3ca05027
Merge pull request #894 from lhorie/revert-892-revert-887-speed
...
Revert "Revert "More performance improvements + etc.""
2015-12-16 11:04:42 -05:00
Isiah Meadows
b2faa43f91
Revert "Revert "More performance improvements + etc.""
2015-12-16 11:04:07 -05:00
Isiah Meadows
897060d6ed
Merge pull request #892 from lhorie/revert-887-speed
...
Revert "More performance improvements + etc."
2015-12-16 10:53:52 -05:00
Isiah Meadows
998704a722
Revert "More performance improvements + etc."
2015-12-16 10:53:27 -05:00
impinball
69836f3811
Small performance improvements (part 1)
2015-12-16 10:51:43 -05:00
Leo Horie
e364121ffb
Merge pull request #887 from isiahmeadows/speed
...
More performance improvements + etc.
2015-12-16 10:45:35 -05:00
impinball
75a3f0785c
Revert "Few more small performance tweaks"
...
This reverts commit 0e00621840 .
2015-12-16 10:37:12 -05:00
impinball
c30bee5fa2
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed
2015-12-15 16:59:15 -05:00
Isiah Meadows
c0ee413d3d
Merge pull request #889 from isiahmeadows/next
...
Remove stray semicolon
2015-12-15 16:58:24 -05:00
impinball
295209b975
Remove stray semicolon
2015-12-15 16:57:28 -05:00
impinball
0e00621840
Few more small performance tweaks
2015-12-15 16:56:04 -05:00
impinball
bfc9dd45d4
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed
2015-12-15 13:53:16 -05:00
Isiah Meadows
072be75f48
Merge pull request #888 from isiahmeadows/next
...
Move unloading test to where it's supposed to be [ci skip]
2015-12-15 13:52:52 -05:00
impinball
27a3dca013
Move unloading test to where it's supposed to be [ci skip]
2015-12-15 13:52:14 -05:00
impinball
573f7a9e95
Make ESLint happy
2015-12-15 13:16:44 -05:00
impinball
689362047e
Unignore TodoMVC stuff
2015-12-15 12:44:51 -05:00