Commit Graph

  • 8a3f81363d -> v1.0.3 v1.0.3 Rich Harris 2016-11-30 16:24:20 -0500
  • d802afb2db Merge pull request #70 from sveltejs/gh-64 Rich Harris 2016-11-30 16:20:17 -0500
  • e4a9344bdb Merge pull request #70 from sveltejs/gh-64 Rich Harris 2016-11-30 16:20:17 -0500
  • 4beeae972b Merge pull request #28 from Swatinem/optimize_if Rich Harris 2016-11-30 16:20:00 -0500
  • 5a2e5c2510 Merge pull request #28 from Swatinem/optimize_if Rich Harris 2016-11-30 16:20:00 -0500
  • fa8a46e1cc Merge pull request #49 from Swatinem/elseif-whitespace Rich Harris 2016-11-30 16:04:32 -0500
  • 68605071e7 Merge pull request #49 from Swatinem/elseif-whitespace Rich Harris 2016-11-30 16:04:32 -0500
  • 70a62e813a Merge pull request #38 from Swatinem/patch-1 Rich Harris 2016-11-30 16:02:13 -0500
  • 0040b7c81b Merge pull request #38 from Swatinem/patch-1 Rich Harris 2016-11-30 16:02:13 -0500
  • 20a2ea66ee Merge branch 'master' of https://github.com/sveltejs/svelte Rich Harris 2016-11-30 16:01:21 -0500
  • d152e57968 Merge branch 'master' of https://github.com/sveltejs/svelte Rich Harris 2016-11-30 16:01:21 -0500
  • b2000a467b handle trailing comments in script tags – closes #64 Rich Harris 2016-11-30 16:01:11 -0500
  • db65f01ee3 handle trailing comments in script tags – closes #64 #70 Rich Harris 2016-11-30 16:01:11 -0500
  • 1daacb2620 test that default data is overridden Rich Harris 2016-11-30 15:35:05 -0500
  • 0cee0a7d7e test that default data is overridden Rich Harris 2016-11-30 15:35:05 -0500
  • 25797a562e also trim whitespace from elseif/else blocks Arpad Borsos 2016-11-30 11:04:25 +0100
  • 8518065c97
    also trim whitespace from elseif/else blocks #49 Arpad Borsos 2016-11-30 11:04:25 +0100
  • 7c367e3956 optimize generated code for if statements Arpad Borsos 2016-11-28 10:40:54 +0100
  • 64f8e77999
    optimize generated code for if statements #28 Arpad Borsos 2016-11-28 10:40:54 +0100
  • 41786a7ba8 -> v1.0.2 Rich-Harris 2016-11-29 23:23:07 -0500
  • fd9dc9033a -> v1.0.2 v1.0.2 Rich-Harris 2016-11-29 23:23:07 -0500
  • 15c40f1614 use style.cssText rather than style (#44) Rich-Harris 2016-11-29 23:21:56 -0500
  • be03b76950 use style.cssText rather than style (#44) Rich-Harris 2016-11-29 23:21:56 -0500
  • 2167403bab Update .gitignore Arpad Borsos 2016-11-29 22:53:16 +0100
  • 444216801c Update .gitignore #38 Arpad Borsos 2016-11-29 22:53:16 +0100
  • 4a077e1571 Delete coverage.lcov Arpad Borsos 2016-11-29 22:52:09 +0100
  • 2a86cd9771 Delete coverage.lcov Arpad Borsos 2016-11-29 22:52:09 +0100
  • 535004afb5 add failing but skipped test Rich Harris 2016-11-29 13:31:33 -0500
  • edb3946ba6 add failing but skipped test Rich Harris 2016-11-29 13:31:33 -0500
  • 1d030c6ac5 -> v1.0.1 Rich Harris 2016-11-29 11:42:45 -0500
  • f95656c561 -> v1.0.1 v1.0.1 Rich Harris 2016-11-29 11:42:45 -0500
  • 2defc8e9b9 retain SVG namespace inside each blocks Rich Harris 2016-11-29 11:40:35 -0500
  • da980983c6 retain SVG namespace inside each blocks Rich Harris 2016-11-29 11:40:35 -0500
  • bf3bf3c926 dont use property names with SVG elements Rich Harris 2016-11-29 11:33:03 -0500
  • 621fc92b1c dont use property names with SVG elements Rich Harris 2016-11-29 11:33:03 -0500
  • 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