Commit Graph

  • 74fa12a3e1 Make tests work when running all of them together. Jacob Wright 2018-03-26 09:45:57 -0600
  • 297ee65737 Make tests work when running all of them together. #1279 Jacob Wright 2018-03-26 09:45:57 -0600
  • 97f74dc8a6 Make actions execute with the component context Jacob Wright 2018-03-26 09:39:00 -0600
  • 9b0a884035 Make actions execute with the component context Jacob Wright 2018-03-26 09:39:00 -0600
  • 732ddb2a24 -> v1.58.2 Rich-Harris 2018-03-24 12:29:58 -0400
  • fcfbffe50b -> v1.58.2 v1.58.2 Rich-Harris 2018-03-24 12:29:58 -0400
  • b73b0d0e97 -> v1.58.1 Rich-Harris 2018-03-24 12:28:37 -0400
  • a98bd9b5e6 -> v1.58.1 Rich-Harris 2018-03-24 12:28:37 -0400
  • 8d2289b03e Merge pull request #1261 from sveltejs/ts-target-es6 Rich Harris 2018-03-24 12:24:49 -0400
  • d29de3c817
    Merge pull request #1261 from sveltejs/ts-target-es6 Rich Harris 2018-03-24 12:24:49 -0400
  • 9908272d73 Merge pull request #1247 from jacwright/behaviors Rich Harris 2018-03-24 12:23:42 -0400
  • e77988b195
    Merge pull request #1247 from jacwright/behaviors Rich Harris 2018-03-24 12:23:42 -0400
  • 06eceb1bb6 fix interfaces Rich-Harris 2018-03-24 12:20:53 -0400
  • d4dd015ffd fix interfaces Rich-Harris 2018-03-24 12:20:53 -0400
  • 18e96a642f Merge branch 'preserve-comments-option' of https://github.com/zzolo/svelte into zzolo-preserve-comments-option Rich-Harris 2018-03-24 12:18:22 -0400
  • 61d3ab0215 Merge branch 'preserve-comments-option' of https://github.com/zzolo/svelte into zzolo-preserve-comments-option Rich-Harris 2018-03-24 12:18:22 -0400
  • b5acbf2131 -> v1.58.1 Rich-Harris 2018-03-24 12:11:03 -0400
  • 006a45c03c -> v1.58.1 v1.58.1 Rich-Harris 2018-03-24 12:11:03 -0400
  • f2257c2ce9 Merge pull request #1274 from sveltejs/fix-perf-regression Rich Harris 2018-03-24 12:10:15 -0400
  • 89c0864c81
    Merge pull request #1274 from sveltejs/fix-perf-regression Rich Harris 2018-03-24 12:10:15 -0400
  • 3b3992b66b simplify Rich-Harris 2018-03-24 11:04:57 -0400
  • 99afa99565 simplify #1274 Rich-Harris 2018-03-24 11:04:57 -0400
  • 387c11a4e8 simplify a bit Rich-Harris 2018-03-24 10:42:04 -0400
  • 105ab41d63 simplify a bit Rich-Harris 2018-03-24 10:42:04 -0400
  • 459b5fa5cc remove unused argument Rich-Harris 2018-03-24 10:31:40 -0400
  • 0672e7bae9 remove unused argument Rich-Harris 2018-03-24 10:31:40 -0400
  • 911651e307 remove linked list stuff Rich-Harris 2018-03-24 10:19:03 -0400
  • f4145099f4 remove linked list stuff Rich-Harris 2018-03-24 10:19:03 -0400
  • 48f4a3027a remove some unused stuff Rich-Harris 2018-03-24 09:43:06 -0400
  • 174975c93e remove some unused stuff Rich-Harris 2018-03-24 09:43:06 -0400
  • 00873cc5f7 tidy up Rich-Harris 2018-03-23 18:56:01 -0400
  • fb84d729d8 tidy up Rich-Harris 2018-03-23 18:56:01 -0400
  • b20cb1d405 tidy up Rich-Harris 2018-03-23 18:24:47 -0400
  • 5f8f2139e0 tidy up Rich-Harris 2018-03-23 18:24:47 -0400
  • abde84e6db all tests passing Rich-Harris 2018-03-23 17:13:26 -0400
  • 4b2a01f2e9 all tests passing Rich-Harris 2018-03-23 17:13:26 -0400
  • 93d4a7da12 holy shit i think i did it Rich-Harris 2018-03-23 08:50:16 -0400
  • a3e91eb267 holy shit i think i did it Rich-Harris 2018-03-23 08:50:16 -0400
  • a5eb7d0549 am close... Rich-Harris 2018-03-23 08:44:16 -0400
  • 7c953a6622 am close... Rich-Harris 2018-03-23 08:44:16 -0400
  • 2619eabeda more minor edits Rich-Harris 2018-03-21 11:45:11 -0400
  • 5349184e75 more minor edits Rich-Harris 2018-03-21 11:45:11 -0400
  • f390847f3c minor edits Rich-Harris 2018-03-21 11:41:56 -0400
  • 2923e6a677 minor edits Rich-Harris 2018-03-21 11:41:56 -0400
  • 60742dcab2 reinstate previous code from before i ballsed it up Rich-Harris 2018-03-21 11:31:45 -0400
  • 5a7f7a00ec reinstate previous code from before i ballsed it up Rich-Harris 2018-03-21 11:31:45 -0400
  • d9855597b8 Add option preserve comments in SSR rendering. Alan Palazzolo 2018-03-20 13:45:47 -0500
  • 3c61655e93 Add option preserve comments in SSR rendering. #1266 Alan Palazzolo 2018-03-20 13:45:47 -0500
  • 63421744b8 Implement bind:checked & bind:indeterminate on input[type=radio] #1264 Brian Takita 2018-03-19 22:07:43 -0400
  • a5ed6cbe18 Adds actions to components Jacob Wright 2018-03-15 22:11:01 -0600
  • 04f5d5c975 Adds actions to components #1247 Jacob Wright 2018-03-15 22:11:01 -0600
  • b193c1552f set typescript target to ES6 Conduitry 2018-03-19 13:57:42 -0400
  • 60a734113f set typescript target to ES6 #1261 Conduitry 2018-03-19 13:57:42 -0400
  • a401fe4bce -> v1.58.0 Rich Harris 2018-03-18 20:55:08 -0400
  • bc416a538f -> v1.58.0 v1.58.0 Rich Harris 2018-03-18 20:55:08 -0400
  • 4ec7f6f014 Merge pull request #1258 from sveltejs/gh-1254 Rich Harris 2018-03-18 20:11:17 -0400
  • ea9b6b3137
    Merge pull request #1258 from sveltejs/gh-1254 Rich Harris 2018-03-18 20:11:17 -0400
  • 9227d025a1 Merge branch 'master' into gh-1254 Rich Harris 2018-03-18 19:58:35 -0400
  • 5b2e810fc2 Merge branch 'master' into gh-1254 #1258 Rich Harris 2018-03-18 19:58:35 -0400
  • dad62871e6 Merge pull request #1256 from sveltejs/each-keyed-helper Rich Harris 2018-03-18 19:58:12 -0400
  • 35a7fc6d32
    Merge pull request #1256 from sveltejs/each-keyed-helper Rich Harris 2018-03-18 19:58:12 -0400
  • 4abbd7df56 prevent name collisions with each block index - fixes #1254 Rich Harris 2018-03-18 19:48:16 -0400
  • 4b5d465a97 prevent name collisions with each block index - fixes #1254 Rich Harris 2018-03-18 19:48:16 -0400
  • b89729d296 failing test for #1254 Rich Harris 2018-03-18 19:33:09 -0400
  • 4cb8effccd failing test for #1254 Rich Harris 2018-03-18 19:33:09 -0400
  • ef09ecd8a1 Merge pull request #1250 from UnwrittenFun/feat/warn-end-pos Rich Harris 2018-03-18 19:06:58 -0400
  • 5b086df061
    Merge pull request #1250 from UnwrittenFun/feat/warn-end-pos Rich Harris 2018-03-18 19:06:58 -0400
  • de4e3a3c51 tweaks Rich Harris 2018-03-18 18:52:42 -0400
  • ffa45dd8be tweaks #1256 Rich Harris 2018-03-18 18:52:42 -0400
  • ad0ce6fde2 simplify updateKeyedEach Rich Harris 2018-03-18 17:25:57 -0400
  • a2d09c2136 simplify updateKeyedEach Rich Harris 2018-03-18 17:25:57 -0400
  • 2d10d535e5 more keyed each diffing into a shared helper Rich Harris 2018-03-18 14:34:19 -0400
  • dab1f6a0fa more keyed each diffing into a shared helper Rich Harris 2018-03-18 14:34:19 -0400
  • 843ff973f6 Fix named-export end position James Birtles 2018-03-18 17:22:46 +0000
  • 89024177fc Fix named-export end position #1250 James Birtles 2018-03-18 17:22:46 +0000
  • 5500fbb9eb export stylesheet James Birtles 2018-03-18 17:03:59 +0000
  • 40dccd2480 export stylesheet James Birtles 2018-03-18 17:03:59 +0000
  • e911739251 pass node through where possible James Birtles 2018-03-18 17:01:47 +0000
  • 4081a8a363 pass node through where possible James Birtles 2018-03-18 17:01:47 +0000
  • 8678f39bce Merge pull request #1249 from btakita/issues/588 Rich Harris 2018-03-18 12:22:06 -0400
  • 10600eb776
    Merge pull request #1249 from btakita/issues/588 Rich Harris 2018-03-18 12:22:06 -0400
  • 30f3849f87 Merge pull request #1243 from sveltejs/gh-1240 Rich Harris 2018-03-18 09:50:29 -0400
  • 86a151a7ea
    Merge pull request #1243 from sveltejs/gh-1240 Rich Harris 2018-03-18 09:50:29 -0400
  • 6f8195fe11 Implement https://github.com/sveltejs/svelte/issues/588 Brian Takita 2018-03-17 00:40:15 -0400
  • 66e4df11a7 Implement https://github.com/sveltejs/svelte/issues/588 #1249 Brian Takita 2018-03-17 00:40:15 -0400
  • 2671b765ef DEBUG testing btakita EachBlock changes Andrew Shu 2018-03-13 12:00:56 -0700
  • baff9bc6d1 DEBUG testing btakita EachBlock changes Andrew Shu 2018-03-13 12:00:56 -0700
  • c0f1d9022d Remove spread attribute checks if unnecessary mrkishi 2018-03-16 17:23:17 -0300
  • 0177418ce8 Remove spread attribute checks if unnecessary #1248 mrkishi 2018-03-16 17:23:17 -0300
  • 1589e6ed34 Prioritize named over spread attributes mrkishi 2018-03-16 16:32:23 -0300
  • 9b80eee51a Prioritize named over spread attributes mrkishi 2018-03-16 16:32:23 -0300
  • a287d50354 Add spread -- rough idea mrkishi 2018-03-16 16:04:28 -0300
  • b5102f4f1b Add spread -- rough idea mrkishi 2018-03-16 16:04:28 -0300
  • c62867ce72 Merge pull request #1246 from sveltejs/omit-missing-prop-warning-for-computed Rich Harris 2018-03-16 10:43:14 -0400
  • b3fa9656bb
    Merge pull request #1246 from sveltejs/omit-missing-prop-warning-for-computed Rich Harris 2018-03-16 10:43:14 -0400
  • 4bda127108 add end position to errors James Birtles 2018-03-16 03:37:12 +0000
  • da6a74016f add end position to errors James Birtles 2018-03-16 03:37:12 +0000
  • 3f404eaf99 add end position to warnings James Birtles 2018-03-14 01:50:21 +0000
  • d07721cd50 add end position to warnings James Birtles 2018-03-14 01:50:21 +0000
  • c9d029f705 skip missing property warning for computed/global properties Rich Harris 2018-03-15 22:51:24 -0400