Commit graph

  • 07424db3ce Merge pull request #1023 from tivac/mount-body Leo Horie 2016-04-21 09:58:12 -04:00
  • 9ec3383c29 Mount to document.body Pat Cavit 2016-04-20 23:45:50 -07:00
  • 559369016d initial commit (work in progress) Leo Horie 2016-04-20 20:02:37 -04:00
  • 13fdb60f66 clean slate Leo Horie 2016-04-20 20:01:04 -04:00
  • d451def561 Update: Big Perf improvement for IE (fixes #199) Gyandeep Singh 2016-04-17 18:54:36 -05:00
  • 5d2b6ea2b7 v0.2.4 Leo Horie 2016-04-20 00:45:42 -04:00
  • f226d56481 Merge remote-tracking branch 'origin/next' into next Leo Horie 2016-04-20 00:36:48 -04:00
  • da586de7dc don't swallow runtime errors in request Leo Horie 2016-04-20 00:35:53 -04:00
  • b3cddacb74 Merge pull request #1015 from robinchew/next Leo Horie 2016-04-19 23:23:15 -04:00
  • bb321e68d3 Clarify why a test is broken. [ci skip] Isiah Meadows 2016-04-19 23:00:38 -04:00
  • 04847785a0 Revert "Use common mock for tests." Leo Horie 2016-04-19 22:53:59 -04:00
  • 4308b182ca Traceur Support robinchew 2016-04-15 03:10:50 +08:00
  • f126fb5ea6 Merge branch 'next' of github.com:lhorie/mithril.js into next Leo Horie 2016-04-13 15:33:15 -04:00
  • cb966d9088 don't throw reference error if event is synthetic and forgets to pass e arg Leo Horie 2016-04-13 15:32:58 -04:00
  • d0392953c5 Merge pull request #1010 from isiahmeadows/reattempt-definition-fix Isiah Meadows 2016-04-02 16:25:35 -04:00
  • 89165e9cab Fix documentation nit impinball 2016-04-02 15:51:38 -04:00
  • 1b312d8676 Merge pull request #997 from isiahmeadows/reattempt-definition-fix Isiah Meadows 2016-04-02 15:27:23 -04:00
  • 26b8a029f5 Clean up Promise/Thenable types, remove PromiseProperty type. impinball 2016-04-02 13:03:35 -04:00
  • d9aa3111bf Dedupe vdom factories, fix args for vdom methods + {build,parse}QueryString impinball 2016-03-30 17:48:19 -04:00
  • 4f34acc032 Merge pull request #1003 from isiahmeadows/enable-eslint Isiah Meadows 2016-03-28 07:58:32 -04:00
  • a07483a164 Actually lint core, regenerate minified files impinball 2016-03-28 07:51:30 -04:00
  • ad3b66eb54 Merge branch 'next' of https://github.com/lhorie/mithril.js into reattempt-definition-fix impinball 2016-03-28 06:37:40 -04:00
  • 8f348435e4 Merge pull request #1002 from isiahmeadows/arg-fix Isiah Meadows 2016-03-28 06:37:17 -04:00
  • d3753aea43 Set up m.request types for XHROptions and JSONPOptions impinball 2016-03-22 15:48:02 -04:00
  • 07244b1999 Serialize arguments correctly in m.component impinball 2016-03-28 06:28:51 -04:00
  • 69f90deb64 Merge pull request #998 from dayuoba/next Isiah Meadows 2016-03-26 08:07:29 -04:00
  • 82d65b076a change new Array => [] yuyang 2016-03-25 12:46:58 +08:00
  • 26af09a017 Change some types to string unions, make m.redraw.strategy a BasicProperty<T> impinball 2016-03-22 10:39:30 -04:00
  • 69cbb09c5f cdnjs spidering wrong thing? Leo Horie 2016-03-22 10:26:31 -04:00
  • 490a5c7b73 Remove useless generics, fix VirtualElement members, fix a few style issues impinball 2016-03-21 23:45:45 -04:00
  • fcf6e16929 Merge pull request #975 from barneycarroll/empty-attrs-string Leo Horie 2016-03-19 22:36:32 -04:00
  • 806e0a8dc1 Merge pull request #973 from isiahmeadows/lint Isiah Meadows 2016-03-17 23:56:13 -04:00
  • 35cfda8dde Merge pull request #988 from LabEG/feature/typing/make_more_short_and_nice_name_for_object Isiah Meadows 2016-03-17 23:54:23 -04:00
  • 09b3b609ff Merge pull request #991 from rwhitmire/next Isiah Meadows 2016-03-17 23:41:23 -04:00
  • ad0fc7ed60 fix broken link in mithril.deps.md Ryan Whitmire 2016-03-17 22:42:21 -04:00
  • c9899d5e07 Remove ugly alias for m LabEG 2016-03-16 22:18:26 +03:00
  • 7f5d42e08c Resolve conflict after pull request #983 LabEG 2016-03-16 22:11:28 +03:00
  • 18ea93b160 Merge pull request #983 from LabEG/feature/typing_virtual_element Isiah Meadows 2016-03-16 01:39:43 -04:00
  • 64d1ce1d7d Merge branch 'next' of github.com:lhorie/mithril.js into next Leo Horie 2016-03-16 01:07:07 -04:00
  • 96bf37588b trailing semi-colon Leo Horie 2016-03-16 01:06:35 -04:00
  • 06ec4b6fad Remove generic from MithrilVirtualElement. Because him unused. Rename module to namespace. Module is deprecated. LabEG 2016-03-14 22:24:08 +03:00
  • 3f786af94d Merge pull request #979 from tivac/varadic-m-for-loop Leo Horie 2016-03-09 18:02:06 -05:00
  • eac505aead Use for-loop to map arguments instead of slice Pat Cavit 2016-03-09 14:33:52 -08:00
  • 1a473ee63e Merge pull request #964 from AlexanderLindsay/next Isiah Meadows 2016-03-03 20:13:51 -05:00
  • 10f30dfa2e Remove redundant logic as per @niothiel's tip Barney Carroll 2016-03-03 15:26:09 +00:00
  • ea946f1a0e Empty attributes. Fixes #971 Carroll 2016-03-03 10:27:26 +00:00
  • 791c94a0b1 Merge pull request #972 from isiahmeadows/test-fix Isiah Meadows 2016-03-02 19:50:42 -05:00
  • 9d02042d78 Make linter happy with Mithril.js impinball 2016-03-02 16:23:12 -05:00
  • 4b97b94f38 fix change log styling Leo Horie 2016-03-02 16:22:00 -05:00
  • 79665d46f4 fix version string Leo Horie 2016-03-02 16:16:33 -05:00
  • 501e380825 v0.2.3 Leo Horie 2016-03-02 16:10:51 -05:00
  • b37bb657c0 Minified files are binary enough to count. impinball 2016-03-02 15:40:27 -05:00
  • f589aa2005 Use common mock for tests. impinball 2016-03-02 14:10:30 -05:00
  • 199da9c21b Merge branch 'next' of https://github.com/lhorie/mithril.js into test-fix impinball 2016-03-02 14:05:21 -05:00
  • 94d1ad6be4 Merge branch 'test-fix' of https://github.com/isiahmeadows/mithril.js into test-fix impinball 2016-03-02 13:56:15 -05:00
  • 55b99dd0e2 Remove an erroneous npm-debug.log, disable failing test impinball 2016-03-02 13:44:42 -05:00
  • 81985e3d91 Remove an erroneous npm-debug.log, disable failing test impinball 2016-03-02 13:44:42 -05:00
  • 1d3af9d690 moved test to proper file Igor Kurganov 2016-02-29 16:15:04 -08:00
  • 2793853426 rebased & fixed the issue in the reverted code base. Igor Kurganov 2016-02-29 15:29:08 -08:00
  • f17658e2d3 udpate min file Leo Horie 2016-02-29 12:56:48 -05:00
  • 3aa3545236 Merge branch 'next' of github.com:lhorie/mithril.js into next Leo Horie 2016-02-25 20:27:06 -05:00
  • 58ef29e8d5 #931 prevent unloaders from being registered more than once Leo Horie 2016-02-25 20:27:01 -05:00
  • 40130c1cc5 Switched to using a union type Alexander Lindsay 2016-02-22 17:55:54 -08:00
  • b0b727ff73 Fix definition of MithrilPromise Alexander Lindsay 2016-02-21 10:45:13 -08:00
  • 8d06cb8142 Merge pull request #962 from maranomynet/minor-tweaks Leo Horie 2016-02-19 22:37:26 -05:00
  • 3f09713583 Use object lookup instead of long condition chain mar 2016-02-18 19:52:39 +00:00
  • 01ff1a36fd Use object lookup instead of long RegExp mar 2016-02-18 19:47:38 +00:00
  • 3e4af6ff22 Use Array#slice to convert arguments to Array mar 2016-02-18 19:08:07 +00:00
  • 74062cda29 Parameterize URLs with a single String#replace mar 2016-02-18 18:53:45 +00:00
  • 7a184cb3b7 Use RegExp#test instead of String#match Már Örlygsson 2016-02-18 18:42:26 +00:00
  • dca271faef Merge pull request #957 from Bondifrench/patch-1 Leo Horie 2016-02-10 12:07:15 -05:00
  • 5f804460fe Merge pull request #958 from barneycarroll/patch-1 Leo Horie 2016-02-10 12:07:01 -05:00
  • 42d756ea74 change link to Arthur Clemens' template compiler Leo Horie 2016-02-08 10:28:51 -05:00
  • 6e60ed5720 "Currently active component" is ambiguous at best Barney Carroll 2016-02-07 19:20:31 +00:00
  • 7e88af0820 Amending template converter Dominik Dumaine 2016-02-07 18:20:56 +11:00
  • 56a51664b7 Merge branch 'next' of github.com:lhorie/mithril.js into next Leo Horie 2016-02-05 12:19:41 -05:00
  • 741e588f4d don't render undefined classes Leo Horie 2016-02-05 12:19:28 -05:00
  • 9798fbb5c9 Merge pull request #953 from spacejack/next Isiah Meadows 2016-02-04 00:15:23 -05:00
  • 7ed4cfadee Merge pull request #955 from ScottKelly/typo_in_component_md Isiah Meadows 2016-02-04 00:14:19 -05:00
  • 55b29d2bef Fixes typo in component.md Scott Kelly 2016-02-03 21:54:49 -06:00
  • 4a53a49b89 Added an overload for withAttr. Added parameters to component controller and view functions. pixelmike 2016-01-30 12:22:01 -05:00
  • 0682932f63 remove is attribute regular element creation Leo Horie 2016-01-29 16:27:09 -05:00
  • 3196076358 Merge branch 'isiahmeadows-lint' into next Leo Horie 2016-01-28 18:40:32 -05:00
  • 4f0d479ee7 Merge branch 'lint' of https://github.com/isiahmeadows/mithril.js into isiahmeadows-lint Leo Horie 2016-01-28 18:40:19 -05:00
  • baa55cd262 fix onunload typo Leo Horie 2016-01-28 18:30:14 -05:00
  • 6b7ac83dde Merge branch 'next' of github.com:lhorie/mithril.js into next Leo Horie 2016-01-27 11:22:26 -05:00
  • 3de5cb8aaf allow string keys Leo Horie 2016-01-27 11:22:01 -05:00
  • 351be7e4e2 Merge pull request #950 from whit537/patch-1 Isiah Meadows 2016-01-26 18:42:37 -05:00
  • ef5ed9d70c fix typo: contoller → controller Chad Whitacre 2016-01-26 17:44:07 -05:00
  • f4723261d9 Merge pull request #943 from luisfmsouza/next Isiah Meadows 2016-01-22 17:56:44 -05:00
  • d1edcf4340 Merge branch 'next' of https://github.com/lhorie/mithril.js into lint impinball 2016-01-22 16:27:39 -05:00
  • 0766d93bac Lint Mithril itself impinball 2016-01-22 16:25:55 -05:00
  • fb3a534de0 Lint old tests impinball 2016-01-22 11:46:57 -05:00
  • 17acef768f Merge pull request #944 from isiahmeadows/next Isiah Meadows 2016-01-22 12:08:48 -05:00
  • 7fcce538f4 Merge branch 'next' of https://github.com/lhorie/mithril.js into next impinball 2016-01-22 12:07:10 -05:00
  • d6d5bac164 Ignore the old tests impinball 2016-01-22 12:06:29 -05:00
  • e083aaac9e Issue #938 Fixing typo Luis Felipe Souza 2016-01-22 14:21:41 -02:00
  • 11e79f8eef Merge pull request #942 from isiahmeadows/next Isiah Meadows 2016-01-22 08:21:56 -05:00
  • b218f5156f Reapply docs fix impinball 2016-01-22 08:20:26 -05:00
  • 196b9287fa Merge pull request #941 from lhorie/revert-940-next Isiah Meadows 2016-01-22 08:18:31 -05:00