Commit Graph

  • f6f7513629 -> v1.0.0 Rich Harris 2016-11-29 10:57:44 -0500
  • aab6df51fd -> v1.0.0 v1.0.0 Rich Harris 2016-11-29 10:57:44 -0500
  • ffc3663683 add readme Rich Harris 2016-11-29 10:57:39 -0500
  • 7266f52ad9 add readme Rich Harris 2016-11-29 10:57:39 -0500
  • f936bb544a Merge pull request #31 from Swatinem/insert-before-anchor Rich Harris 2016-11-29 10:38:31 -0500
  • 36a4befc3e Merge pull request #31 from Swatinem/insert-before-anchor Rich Harris 2016-11-29 10:38:31 -0500
  • f9aa1c7e9b correctly insert non-element children before an anchor Arpad Borsos 2016-11-29 13:06:09 +0100
  • b63a54b502
    correctly insert non-element children before an anchor #31 Arpad Borsos 2016-11-29 13:06:09 +0100
  • ad4726ce76 argh i have no idea what im doing Rich-Harris 2016-11-27 08:49:25 -0500
  • 5ba66c6511 whoops Rich-Harris 2016-11-27 08:34:54 -0500
  • d84adbf243 try to get coverage working again Rich-Harris 2016-11-27 08:32:03 -0500
  • 46184e593d huh, coverage is failing Rich-Harris 2016-11-27 08:18:11 -0500
  • fb5dd95bb0 IIFE and UMD builds (#27) Rich-Harris 2016-11-26 18:49:26 -0500
  • fa5bbbee9f implement AMD and CommonJS outout formats (#27) Rich-Harris 2016-11-26 15:13:03 -0500
  • 6b677f61ec -> v0.3.0 v0.3.0 Rich-Harris 2016-11-26 13:01:10 -0500
  • 2fd833c09e only detach each anchors if necessary Rich-Harris 2016-11-26 12:49:34 -0500
  • 78667bc920 only detach nodes if necessary (fixes #26) Rich-Harris 2016-11-26 12:48:47 -0500
  • 0f464d79b2 only fire onrender hooks once component is in the DOM – fixes #18 Rich-Harris 2016-11-26 12:29:39 -0500
  • 8b365084e6 linting Rich-Harris 2016-11-26 11:37:48 -0500
  • c199407db2 more validation Rich-Harris 2016-11-26 11:34:16 -0500
  • 0698525f1b basic validation Rich-Harris 2016-11-26 10:52:25 -0500
  • c1d230d625 only set ref to null when tearing down if it is still current – closes #24 Rich-Harris 2016-11-25 22:35:41 -0500
  • 4d842ab8a2 -> v0.2.2 v0.2.2 Rich-Harris 2016-11-25 18:01:27 -0500
  • 541f4ccc1b -> v0.2.1 v0.2.1 Rich-Harris 2016-11-25 17:26:45 -0500
  • 507c9eb1a3 oops Rich-Harris 2016-11-25 16:24:57 -0500
  • d22fcb5026 -> v0.2.0 v0.2.0 Rich-Harris 2016-11-25 15:52:43 -0500
  • ad1f15d01f -> v0.2.0 Rich-Harris 2016-11-25 15:52:28 -0500
  • 8704d38503 use MagicString.Bundle for better sourcemap support Rich-Harris 2016-11-24 11:18:52 -0500
  • 04388f7a0e initialise fragments with data, rather than waiting for first update Rich-Harris 2016-11-23 23:51:28 -0500
  • 7736866397 better solution for preventing blowback with inter-component bindings, also fixes #19 Rich-Harris 2016-11-23 15:57:51 -0500
  • 20bf76b578 component is context for custom event handlers Rich-Harris 2016-11-23 13:20:02 -0500
  • 170f4210bc refactor slightly Rich-Harris 2016-11-23 12:35:34 -0500
  • c523fc74aa only update components if their dependencies have changed Rich-Harris 2016-11-23 12:32:30 -0500
  • 978a2bcae7 some more tests Rich-Harris 2016-11-23 10:47:49 -0500
  • 2ed34f4fe2 remove top-level text nodes on teardown Rich-Harris 2016-11-23 10:47:36 -0500
  • 817d371826 fix readUntil infinite loop bug Rich-Harris 2016-11-23 08:56:58 -0500
  • b233bbf404 indent init statement Rich-Harris 2016-11-22 23:01:25 -0500
  • ad79ce6ec5 throw if template is not a string Rich-Harris 2016-11-22 23:00:44 -0500
  • 4ba76b09c2 test depends on build, not the other way round Rich-Harris 2016-11-22 23:00:28 -0500
  • f3d635fe60 basic <select> binding Rich-Harris 2016-11-22 21:07:31 -0500
  • 50a02cc344 handle missing data Rich-Harris 2016-11-22 19:08:26 -0500
  • 48ce1c9054 fix component boolean attributes Rich-Harris 2016-11-22 17:45:51 -0500
  • 8e96699044 prevent infinite set loops Rich-Harris 2016-11-22 17:34:06 -0500
  • bbdb87adac test deeply nested bindings Rich-Harris 2016-11-22 17:16:28 -0500
  • 54b713ce5a prevent infinite observe loops Rich-Harris 2016-11-22 16:52:16 -0500
  • 2741eee8bf bind:foo shorthand – closes #20 Rich-Harris 2016-11-22 16:52:04 -0500
  • cf1a80a28f component two-way bindings Rich-Harris 2016-11-22 16:14:58 -0500
  • 22751e9ba4 include dist files in package Rich-Harris 2016-11-22 16:14:29 -0500
  • b1b47696b1 implement elseif Rich-Harris 2016-11-22 13:58:37 -0500
  • 8a2813fb4b add assert.htmlEqual helper Rich-Harris 2016-11-22 13:20:42 -0500
  • 1b8c2ff4f3 pass assert into tests Rich-Harris 2016-11-22 12:37:14 -0500
  • c79b38ff6a implement else blocks Rich-Harris 2016-11-22 12:31:04 -0500
  • 77b600d726 add {{else}} tests Rich-Harris 2016-11-22 11:56:09 -0500
  • 61c9105c2a enable console.group Rich-Harris 2016-11-22 11:55:34 -0500
  • 0f721e346d skip coverage when testing locally Rich-Harris 2016-11-22 11:55:06 -0500
  • 81cb88cfc1 hoist imports Rich-Harris 2016-11-22 09:30:54 -0500
  • 4685c1e813 -> v0.1.1 v0.1.1 Rich-Harris 2016-11-22 08:04:31 -0500
  • 26a436fb87 rename template to source in generator, to avoid confusion Rich-Harris 2016-11-22 07:43:37 -0500
  • 632a980948 wrap script block in IIFE to prevent pollution Rich-Harris 2016-11-22 07:41:59 -0500
  • 370db7d269 scoped css Rich-Harris 2016-11-21 20:01:22 -0500
  • 24e768e4d2 component events Rich-Harris 2016-11-21 17:33:29 -0500
  • abd8b77106 test custom events Rich-Harris 2016-11-21 16:41:47 -0500
  • 6eeff1960c add on and fire methods Rich-Harris 2016-11-21 16:36:55 -0500
  • 2686508af3 dynamic component data Rich-Harris 2016-11-21 16:17:42 -0500
  • d27e99d239 support static data and refs on components Rich-Harris 2016-11-21 15:25:16 -0500
  • 49ac172bef simple component Rich-Harris 2016-11-21 15:06:35 -0500
  • 5b397b781b modularize visitors Rich-Harris 2016-11-21 13:47:09 -0500
  • 191d776692 refactor generator to make it easier to modularise Rich-Harris 2016-11-21 13:22:41 -0500
  • 7adfd51649 failing component test Rich-Harris 2016-11-21 13:05:14 -0500
  • 0d4728faf2 fix entities in attributes Rich-Harris 2016-11-21 11:26:54 -0500
  • 4ce0f2fd58 handle unquoted attribute values Rich-Harris 2016-11-21 08:23:48 -0500
  • 1eb3b7373e test inline expression parse errors Rich-Harris 2016-11-21 07:54:27 -0500
  • 4e3e6a45b6 test leading whitespace in template Rich-Harris 2016-11-21 07:47:17 -0500
  • a82b2e9e05 add parser.error coverage Rich-Harris 2016-11-21 07:22:07 -0500
  • 615a0018fd code coverage Rich-Harris 2016-11-21 07:07:42 -0500
  • 6948e79f03 add missing rollup dependency Rich-Harris 2016-11-20 23:07:14 -0500
  • ff4f0a952c -> v0.1.0 v0.1.0 Rich-Harris 2016-11-20 22:57:07 -0500
  • 09905ea5cf add travis config Rich-Harris 2016-11-20 22:55:31 -0500
  • 4a5d4f482b constructors not factories – closes #2 Rich-Harris 2016-11-20 22:52:42 -0500
  • 1fcaf01566 fix tests Rich-Harris 2016-11-20 22:44:43 -0500
  • c205761fe1 rename .svelte to .html in test files - better idea i think Rich-Harris 2016-11-20 22:42:20 -0500
  • 55f3ba1a30 support SVG Rich-Harris 2016-11-20 16:25:23 -0500
  • 4206127f1f mocha.opts needs to be in project root Rich-Harris 2016-11-20 13:15:27 -0500
  • ee1444d2f0 -> v0.0.2 v0.0.2 Rich-Harris 2016-11-20 13:14:34 -0500
  • 92ba62e289 handle autofocus edge case Rich-Harris 2016-11-20 13:11:08 -0500
  • b743e54c24 autofocus Rich-Harris 2016-11-20 12:56:13 -0500
  • c2daa66b3c remove elements at end of teardown sequence Rich-Harris 2016-11-20 12:40:37 -0500
  • 44a2fd31f6 refs Rich-Harris 2016-11-20 12:09:42 -0500
  • ce79d3eca5 targeted updates of deep contextual bindings Rich-Harris 2016-11-20 11:52:04 -0500
  • 240b00dd68 custom events Rich-Harris 2016-11-20 10:42:06 -0500
  • d7dc941ae8 better sourcemaps Rich-Harris 2016-11-20 10:14:45 -0500
  • 48fb01cf7e deep/contextual binding Rich-Harris 2016-11-20 09:58:08 -0500
  • 2aeaaa24b6 more binding stuff Rich-Harris 2016-11-20 07:26:04 -0500
  • 263a08f155 first stab at deep two-way binding Rich-Harris 2016-11-19 22:56:37 -0500
  • fa60968ae1 basic two-way binding Rich-Harris 2016-11-19 22:25:02 -0500
  • 3560bbe85e fix insertion bug Rich-Harris 2016-11-19 21:32:10 -0500
  • 06f5f787f9 inline expressions are now... inline Rich-Harris 2016-11-19 20:57:33 -0500
  • 5d9ebb9a39 simplify lifecycle Rich-Harris 2016-11-19 19:33:16 -0500
  • b8ddb16d5f lifecycle methods Rich-Harris 2016-11-19 19:25:57 -0500
  • 7569cf60c0 fix dynamic attributes Rich-Harris 2016-11-19 19:06:17 -0500