Commit graph

  • 72c039c4dc allow m.withAttr callback to determine it's own this [non-breaking change] pelonpelon 2015-08-01 14:51:18 -05:00
  • c46567ab81 #745 Remove references to DOM nodes when unmounting Greg King 2015-07-29 09:40:32 -04:00
  • 5111c75746 Bump npm version impinball 2015-07-27 18:48:08 -04:00
  • 937b20984d Update promise.finally test for non-propagation of promise value to finally callback. Derrick Gilland 2015-07-27 11:29:08 -04:00
  • 1dc8c31632 Don't pass value/reason to promise.finally callback. Derrick Gilland 2015-07-27 11:21:17 -04:00
  • a52c00fb5f Reformat function syntax style to be in-line with overall style. Derrick Gilland 2015-07-27 10:38:21 -04:00
  • a23a32a3d9 Merge pull request #734 from dgilland/feature-propify-finally Leo Horie 2015-07-27 09:39:37 -04:00
  • 23930871a1 Add finally to promise-like object. Derrick Gilland 2015-07-24 16:50:23 -04:00
  • 08ebb97ea7 bump version Leo Horie 2015-07-23 23:43:38 -04:00
  • ed3f3f0686 document component shorthand syntax Leo Horie 2015-07-23 23:43:19 -04:00
  • 2b24c7a64d changing links to point to absolute path Leo Horie 2015-07-23 23:25:28 -04:00
  • bc94836931 Merge branch 'Naddiseo-patch-1' into next Leo Horie 2015-07-23 23:15:27 -04:00
  • 0d7cc43bfe Merge branch 'patch-1' of https://github.com/Naddiseo/mithril.js into Naddiseo-patch-1 Leo Horie 2015-07-23 23:15:05 -04:00
  • a57b1986ac update change log Leo Horie 2015-07-23 23:13:03 -04:00
  • c8ae577c63 #660 return empty object if parsing empty string Leo Horie 2015-07-23 23:11:41 -04:00
  • 34a96d9428 added links to relevant sections Leo Horie 2015-07-23 23:05:09 -04:00
  • 2fe869e4f0 fix memory release check Leo Horie 2015-07-23 22:33:15 -04:00
  • abb6208650 clean up dead code Leo Horie 2015-07-23 22:13:08 -04:00
  • 54ea70d2d6 dereference unused dom elements, controllers and components Leo Horie 2015-07-23 22:10:59 -04:00
  • 5baab5f034 update change log Leo Horie 2015-07-23 22:04:43 -04:00
  • 3f4ef8f41a Merge branch 'open-node-next' into next Leo Horie 2015-07-23 21:57:40 -04:00
  • 2f135885a6 Merge branch 'next' of https://github.com/open-node/mithril.js into open-node-next Leo Horie 2015-07-23 21:57:21 -04:00
  • 372cf30e8e docs for catch Leo Horie 2015-07-23 21:52:32 -04:00
  • d6cbba0b2e Merge branch 'venning-next' into next Leo Horie 2015-07-23 21:52:14 -04:00
  • 3a367eb279 Merge branch 'next' of https://github.com/venning/mithril.js into venning-next Leo Horie 2015-07-23 21:52:05 -04:00
  • b0c876f57b Merge pull request #729 from impinball/speed Leo Horie 2015-07-23 21:28:42 -04:00
  • 986dde6d5f Merge remote-tracking branch 'upstream/next' into speed, unfix "fixed" version impinball 2015-07-23 05:26:24 -04:00
  • 3de01a1554 Clean up tests, resolve style differences, reduce upstream diff impinball 2015-07-23 05:24:48 -04:00
  • 565f9cf334 Merge branch 'next' of https://github.com/impinball/mithril.js into speed impinball 2015-07-23 05:20:36 -04:00
  • 9ae592ee4d Do some local style modifications and profile. impinball 2015-07-09 16:14:08 -04:00
  • 952885d74f Merge pull request #725 from milesmatthias/next Leo Horie 2015-07-17 09:42:07 -04:00
  • d2812bd88d added version function to mithril and test for version function Miles Matthias 2015-07-16 22:11:07 -06:00
  • aeedc6fbb0 Merge pull request #720 from impinball/next Leo Horie 2015-07-14 19:15:38 -04:00
  • 7732f28cad style Leo Horie 2015-07-14 19:11:45 -04:00
  • dcbb82f7d2 Merge remote-tracking branch 'origin/next' into next Leo Horie 2015-07-14 19:11:31 -04:00
  • 6040a4dc67 prevent null ref Leo Horie 2015-07-14 19:11:11 -04:00
  • 3894ec683c make controller inherit from prototype if in m.component Leo Horie 2015-07-14 19:10:12 -04:00
  • ec1da49fa7 Merge pull request #711 from impinball/ts Leo Horie 2015-07-13 21:20:23 -04:00
  • 637376066e Merge pull request #717 from steenzout/next Leo Horie 2015-07-13 21:19:12 -04:00
  • fcb5842938 Fix default assign impinball 2015-07-13 15:12:25 -04:00
  • a22710284e Fix default assign impinball 2015-07-13 15:00:10 -04:00
  • a4e6567b82 Forgot to assign the default argument impinball 2015-07-13 14:53:26 -04:00
  • 3c478fa225 rephrase sentence. Pedro Salgado 2015-07-13 10:41:34 -06:00
  • db56f9b635 Merge pull request #713 from impinball/names Leo Horie 2015-07-10 14:33:21 -04:00
  • c0830ee3d6 Refactor a couple pointless variables out impinball 2015-07-10 13:15:03 -04:00
  • 83a30a4d3c Add type-checking methods, make a few things stop de-opting under Chrome impinball 2015-07-09 15:22:51 -04:00
  • b28045aa60 Add parameter names to m.route impinball 2015-07-09 14:19:47 -04:00
  • 293df33858 Dry up code in build impinball 2015-07-09 14:10:59 -04:00
  • c764f8d826 Use named arguments in m impinball 2015-07-09 13:17:33 -04:00
  • 51f59419b2 Strengthen types, describe API in TypeScript file impinball 2015-07-09 09:41:15 -04:00
  • d4848c0379 Remove trailing whitespace impinball 2015-07-09 03:34:41 -04:00
  • 34020b1f23 Merge pull request #708 from impinball/patch-1 Leo Horie 2015-07-07 21:05:50 -04:00
  • fab8321d5f lhorie.github.io/mithril -> mithril.js.org impinball 2015-07-07 20:30:46 -04:00
  • 1aa3057fed Merge pull request #707 from pelonpelon/patch-17 Leo Horie 2015-07-07 15:56:34 -04:00
  • 9da3adaf3d Merge remote-tracking branch 'origin/next' into next Leo Horie 2015-07-07 13:19:00 -04:00
  • 55aedaabbc fix gzip size in docs Leo Horie 2015-07-07 11:41:47 -04:00
  • dc36588160 components.md - eliminate global variable introduced in previous commit pelonpelon 2015-07-07 09:04:08 -05:00
  • 4b2ec49ca9 Merge pull request #636 from pelonpelon/patch-9 Leo Horie 2015-07-06 21:28:44 -04:00
  • 074a59791f Merge pull request #704 from pelonpelon/patch-16 Leo Horie 2015-07-06 21:26:14 -04:00
  • 648343c01c Help users find documentation on unmounting components pelonpelon 2015-07-02 18:54:59 -05:00
  • fe7d0b6c9f fix select2 example Leo Horie 2015-06-29 18:59:41 -04:00
  • 919f443099 simplify condition Leo Horie 2015-06-29 09:35:04 -04:00
  • dbc3bc81e4 Merge pull request #692 from pelonpelon/patch-15 Leo Horie 2015-06-29 09:34:52 -04:00
  • 8da643c13f use bracket syntax for reserved keyword Leo Horie 2015-06-29 09:22:20 -04:00
  • 9836da4af1 Add unloadingTest.html Paul D. Fernhout 2015-06-27 11:43:28 -04:00
  • 72b705b918 mithril.js: fix if clause that expects truthy value. issue: #689 pelonpelon 2015-06-25 18:25:49 -05:00
  • 505d7b930d #686 prevent redraw lock on error Leo Horie 2015-06-23 13:43:54 -04:00
  • 04911d38a5 Merge remote-tracking branch 'origin/next' into next Leo Horie 2015-06-23 13:38:31 -04:00
  • 86a3605000 Merge pull request #685 from adamvlasak/semicolons Leo Horie 2015-06-23 13:01:36 -04:00
  • 1e0ad6c3d7 ensure we can still redraw after a promise error that gets thrown by the exception monitor Leo Horie 2015-06-22 18:41:53 -04:00
  • fe7683fce8 fixed missing semicolons Adam Vlasak 2015-06-20 19:19:54 +02:00
  • 955f3d9571 Merge pull request #678 from venning/function Leo Horie 2015-06-19 13:21:46 -05:00
  • 05e6088f13 Consistency: use variable instead of literal Christopher Venning 2015-06-18 17:19:15 -04:00
  • 98e945598d Merge branch 'next' of https://github.com/lhorie/mithril.js into next Christopher Venning 2015-06-18 17:12:48 -04:00
  • 5cfcbfe431 Merge pull request #671 from venning/docs Leo Horie 2015-06-17 08:08:41 -05:00
  • 00db0b1ec0 Fixed typos in doc links Christopher Venning 2015-06-16 16:15:42 -04:00
  • 2dbf7b9f0c Stop subsequent redraws appending arguments to parameterized components Christopher Venning 2015-06-15 17:19:35 -04:00
  • 9a315fb116 Merge pull request #666 from schisma/patch-1 Leo Horie 2015-06-15 11:47:45 -05:00
  • 58d5b306fd fixed bower description Jona H. 2015-06-13 09:47:20 +02:00
  • fe75b4c6f0 Update mithril-tests.js Richard Eames 2015-06-11 16:15:44 -06:00
  • 143b7ae3a6 Merge pull request #658 from venning/next Leo Horie 2015-06-11 15:30:55 -05:00
  • 34fe969b61 Change JSFiddle example to use Mithril 0.2.0 Christopher Venning 2015-06-11 16:12:10 -04:00
  • b766b255a8 Merge pull request #657 from shibukawa/patch-5 Leo Horie 2015-06-11 12:17:48 -05:00
  • c32b723490 Merge pull request #656 from shibukawa/patch-2 Leo Horie 2015-06-11 12:17:36 -05:00
  • 47e35e32f3 Update web-services.md Yoshiki Shibukawa 2015-06-12 00:57:41 +09:00
  • b911d17150 Update mithril.deferred.md Yoshiki Shibukawa 2015-06-12 00:56:03 +09:00
  • 4f7df003d1 Merge pull request #653 from venning/next Leo Horie 2015-06-11 09:59:58 -05:00
  • 846128a2f9 Merge pull request #654 from oampo/patch-1 Leo Horie 2015-06-11 09:59:46 -05:00
  • 79b127d094 Clarify order of m.route.mode and m.route Joe Turner 2015-06-11 15:28:57 +01:00
  • 6ec6ede38a DOCS: missing comma in example Christopher Venning 2015-06-09 19:10:51 -04:00
  • c57b0b4047 prevent nonsensical IE error Leo Horie 2015-06-09 16:27:57 -05:00
  • e6d6db6123 Merge remote-tracking branch 'origin/next' into next Leo Horie 2015-06-09 16:22:20 -05:00
  • f6d436da68 prevent nonsensical IE error Leo Horie 2015-06-09 16:21:55 -05:00
  • 4a946b2216 Merge pull request #649 from nasitra/remove-unused-variables Leo Horie 2015-06-08 12:15:53 -05:00
  • 756cbb1924 Remove unused variables nasitra 2015-06-07 20:38:08 +09:00
  • ff5b04c823 Merge pull request #643 from statianzo/component-first-arg Leo Horie 2015-06-03 20:18:36 -05:00
  • a5acb12d0c Merge pull request #644 from pelonpelon/patch-10 Leo Horie 2015-06-03 20:18:09 -05:00
  • d3343f8c30 Merge pull request #645 from pelonpelon/patch-13 Leo Horie 2015-06-03 20:17:53 -05:00
  • 25cbdbbad5 community.md -- link to github wiki pelonpelon 2015-06-03 13:11:47 -05:00
  • a406de408a Triple equals Jason Staten 2015-06-02 06:44:42 -06:00