Commit Graph

  • d119b48a90 fix README Rich Harris 2017-12-30 11:21:33 -0500
  • f5aebaebeb fix README #1059 Rich Harris 2017-12-30 11:21:33 -0500
  • 62a385a8a2 only optimise <title> inside <:Head> Rich Harris 2017-12-30 10:55:10 -0500
  • a8f7d57c3a only optimise <title> inside <:Head> #1053 Rich Harris 2017-12-30 10:55:10 -0500
  • a587fb6303 Merge branch 'master' into gh-1027 Rich Harris 2017-12-30 10:48:34 -0500
  • b7d8c49dc8
    Merge branch 'master' into gh-1027 Rich Harris 2017-12-30 10:48:34 -0500
  • 3515e488d1 Merge pull request #1052 from sveltejs/gh-1051 Rich Harris 2017-12-30 10:47:11 -0500
  • 57ec514654
    Merge pull request #1052 from sveltejs/gh-1051 Rich Harris 2017-12-30 10:47:11 -0500
  • fb60f9f80a Merge pull request #1054 from sveltejs/gh-1026 Rich Harris 2017-12-30 10:46:53 -0500
  • 316d32b08d
    Merge pull request #1054 from sveltejs/gh-1026 Rich Harris 2017-12-30 10:46:53 -0500
  • 05ddb52485 Merge pull request #1050 from sveltejs/gh-1039 Rich Harris 2017-12-30 10:46:42 -0500
  • f7c68be15d
    Merge pull request #1050 from sveltejs/gh-1039 Rich Harris 2017-12-30 10:46:42 -0500
  • 71ce4ab972 update README Rich Harris 2017-12-30 10:43:26 -0500
  • 4ae0d64724 update README Rich Harris 2017-12-30 10:43:26 -0500
  • 5c1f6ff206 add option to disable two-way binding (#54) Rich Harris 2017-12-30 10:38:10 -0500
  • 20962f9d82 add option to disable two-way binding (#54) Rich Harris 2017-12-30 10:38:10 -0500
  • dbfb59ab3f Merge 21681bf34c into 8b5dba9f4a #1056 Efthymis Sarmpanis 2017-12-30 15:25:13 +0000
  • 971ac63648 remove TODO Rich Harris 2017-12-30 10:25:06 -0500
  • 8b5dba9f4a
    remove TODO Rich Harris 2017-12-30 10:25:06 -0500
  • 26328796e2 Merge c9ad4a3a28 into 1f234b1c35 #1057 Emil Ajdyna 2017-12-30 15:17:50 +0000
  • f514af74d9 Merge pull request #1058 from sveltejs/setprototypeof Rich Harris 2017-12-30 10:17:43 -0500
  • 1f234b1c35
    Merge pull request #1058 from sveltejs/setprototypeof Rich Harris 2017-12-30 10:17:43 -0500
  • 69d39056f7 use Object.setPrototypeOf instead of __proto__ Conduitry 2017-12-29 19:32:26 -0500
  • 600b3926d3 use Object.setPrototypeOf instead of __proto__ #1058 Conduitry 2017-12-29 19:32:26 -0500
  • c9ad4a3a28 Check if data is a function #1057 Emil Ajdyna 2017-12-27 22:38:04 +0100
  • 21681bf34c Log a warning when disabling two-way binding #1056 Efthymis Sarmpanis 2017-12-27 22:52:22 +0200
  • 210c0fea38 Don't include Bindings to element attributes for the proper value of options Efthymis Sarmpanis 2017-12-27 18:34:02 +0200
  • 95ec663413 Add option for disabling two-way binding Efthymis Sarmpanis 2017-12-27 18:33:26 +0200
  • 58ff7e213c Failing tests Efthymis Sarmpanis 2017-12-27 18:32:36 +0200
  • f51ab57088 dont create text nodes inside <:Head> - fixes #1026 Rich Harris 2017-12-24 16:00:25 -0500
  • 1f31ba52c3 dont create text nodes inside <:Head> - fixes #1026 #1054 Rich Harris 2017-12-24 16:00:25 -0500
  • 1b2949f572 optimise <title> - fixes #1027 Rich Harris 2017-12-24 15:09:38 -0500
  • 646b0c0e01 optimise <title> - fixes #1027 Rich Harris 2017-12-24 15:09:38 -0500
  • d7e236f7cc warn on unused events/transitions - fixes #1051 Rich Harris 2017-12-24 13:59:21 -0500
  • ab94066932 warn on unused events/transitions - fixes #1051 #1052 Rich Harris 2017-12-24 13:59:21 -0500
  • d0136fe543 detect unused/misplaced components - closes #1039 Rich Harris 2017-12-24 13:38:57 -0500
  • 146f645502 detect unused/misplaced components - closes #1039 #1050 Rich Harris 2017-12-24 13:38:57 -0500
  • e0f187d032 -> v1.49.3 Rich Harris 2017-12-24 12:54:23 -0500
  • 37f8f8afe3 -> v1.49.3 v1.49.3 Rich Harris 2017-12-24 12:54:23 -0500
  • 4242f62e3f Merge pull request #1049 from sveltejs/gh-1032 Rich Harris 2017-12-24 12:51:08 -0500
  • a3d8425ddc
    Merge pull request #1049 from sveltejs/gh-1032 Rich Harris 2017-12-24 12:51:08 -0500
  • 5304abf915 fix data references in event handlers inside await-then-catch (fixes #1032) Rich Harris 2017-12-24 12:46:04 -0500
  • cf7104dbaa fix data references in event handlers inside await-then-catch (fixes #1032) #1049 Rich Harris 2017-12-24 12:46:04 -0500
  • b61e3c8a35 Merge pull request #1048 from sveltejs/gh-1022 Rich Harris 2017-12-24 12:15:19 -0500
  • 831cc411a1
    Merge pull request #1048 from sveltejs/gh-1022 Rich Harris 2017-12-24 12:15:19 -0500
  • 8e67c210c9 Merge pull request #1047 from sveltejs/gh-1040 Rich Harris 2017-12-24 12:11:32 -0500
  • db646945f8
    Merge pull request #1047 from sveltejs/gh-1040 Rich Harris 2017-12-24 12:11:32 -0500
  • c2aeead86e reenable tests Rich Harris 2017-12-24 12:10:55 -0500
  • 6d9abe2219 reenable tests #1048 Rich Harris 2017-12-24 12:10:55 -0500
  • 5c54cad290 boy do i feel stupid. fixes #1022 Rich Harris 2017-12-24 12:09:23 -0500
  • 2120a81958 boy do i feel stupid. fixes #1022 Rich Harris 2017-12-24 12:09:23 -0500
  • 94f7b959b8 create initial data for dynamic components in correct place - fixes #1040 Rich Harris 2017-12-24 11:57:02 -0500
  • 7a8e17779c create initial data for dynamic components in correct place - fixes #1040 #1047 Rich Harris 2017-12-24 11:57:02 -0500
  • 93e58bac48 Merge pull request #1046 from sveltejs/gh-1044 Rich Harris 2017-12-24 11:24:21 -0500
  • 8472142159
    Merge pull request #1046 from sveltejs/gh-1044 Rich Harris 2017-12-24 11:24:21 -0500
  • e323373c08 fix toString method in SSR output - closes #1044 Rich Harris 2017-12-24 11:18:46 -0500
  • f8362fe5fb fix toString method in SSR output - closes #1044 #1046 Rich Harris 2017-12-24 11:18:46 -0500
  • d6d4db48da -> v1.49.2 Rich Harris 2017-12-24 08:53:58 -0500
  • 4202c56d8e -> v1.49.2 v1.49.2 Rich Harris 2017-12-24 08:53:58 -0500
  • 747a32f983 Merge pull request #1045 from sveltejs/gh-967 Rich Harris 2017-12-24 08:52:28 -0500
  • 40e04407e9
    Merge pull request #1045 from sveltejs/gh-967 Rich Harris 2017-12-24 08:52:28 -0500
  • ba2695174c Merge branch 'master' of github.com:sveltejs/svelte Rich Harris 2017-12-24 08:51:50 -0500
  • 8861901686 Merge branch 'master' of github.com:sveltejs/svelte Rich Harris 2017-12-24 08:51:50 -0500
  • 721cf679aa tweak error wording slightly Rich Harris 2017-12-24 08:51:38 -0500
  • 4b87d20b93 tweak error wording slightly Rich Harris 2017-12-24 08:51:38 -0500
  • 1f55e2b869 remove store.umd.js from version control Rich Harris 2017-12-24 08:11:15 -0500
  • fa9287ca8b remove store.umd.js from version control #1045 Rich Harris 2017-12-24 08:11:15 -0500
  • 877307d7c5 update pkg.files Rich Harris 2017-12-24 07:52:40 -0500
  • 492e8cc33f update pkg.files Rich Harris 2017-12-24 07:52:40 -0500
  • 05f4d22b0f add store.umd.js - fixes #967 Rich Harris 2017-12-24 07:51:16 -0500
  • b2ef0f2266 add store.umd.js - fixes #967 Rich Harris 2017-12-24 07:51:16 -0500
  • db704f5745 Merge pull request #1036 from scottbedard/patch-2 Rich Harris 2017-12-21 12:17:44 -0500
  • 827f76a02c
    Merge pull request #1036 from scottbedard/patch-2 Rich Harris 2017-12-21 12:17:44 -0500
  • e481c11b82 Side step a blog routing issue Scott Bedard 2017-12-21 09:54:50 -0700
  • 4a93c75cbe
    Side step a blog routing issue #1036 Scott Bedard 2017-12-21 09:54:50 -0700
  • 2523e47180 Check against this usage in computed functions Emil Ajdyna 2017-12-19 02:53:21 +0100
  • d561c93841 Check against this usage in computed functions #1033 Emil Ajdyna 2017-12-19 02:53:21 +0100
  • 8e9204b7c8 Merge pull request #1030 from alexnoz/patch-1 Rich Harris 2017-12-18 11:08:03 -0500
  • c13b6ad6a5
    Merge pull request #1030 from alexnoz/patch-1 Rich Harris 2017-12-18 11:08:03 -0500
  • 4cc1ce73a2 Remove unnecessary 'const' assignment Alex Nozdriukhin 2017-12-18 18:05:16 +0900
  • 99c1f42821 Remove unnecessary 'const' assignment #1030 Alex Nozdriukhin 2017-12-18 18:05:16 +0900
  • 92f5433706 -> v1.49.1 Rich Harris 2017-12-16 12:06:04 -0500
  • d07c334a70 -> v1.49.1 v1.49.1 Rich Harris 2017-12-16 12:06:04 -0500
  • 50b97fd78c Merge pull request #1029 from sveltejs/gh-1028-followup Rich Harris 2017-12-16 12:05:00 -0500
  • a5f816f618
    Merge pull request #1029 from sveltejs/gh-1028-followup Rich Harris 2017-12-16 12:05:00 -0500
  • f639bbed42 get store() to work with nested components in SSR compiler Rich Harris 2017-12-15 20:58:06 -0500
  • f7c540b4ed get store() to work with nested components in SSR compiler #1029 Rich Harris 2017-12-15 20:58:06 -0500
  • 98fa1cd13c -> v1.49.0 Rich Harris 2017-12-15 19:56:40 -0500
  • 733e949b06 -> v1.49.0 v1.49.0 Rich Harris 2017-12-15 19:56:40 -0500
  • 28e3ecdb3e can just use options here Rich Harris 2017-12-15 19:55:48 -0500
  • ca7e90083e can just use options here Rich Harris 2017-12-15 19:55:48 -0500
  • 0f5dfdff9a Merge pull request #1028 from emilos/master Rich Harris 2017-12-15 19:52:40 -0500
  • b49e6da64c
    Merge pull request #1028 from emilos/master Rich Harris 2017-12-15 19:52:40 -0500
  • 8609956e22 Add state() method handling for components Emil Ajdyna 2017-12-15 01:47:42 +0100
  • d398b34a41 Add state() method handling for components #1028 Emil Ajdyna 2017-12-15 01:47:42 +0100
  • 73a7f0924d -> v1.48.0 Rich Harris 2017-12-13 21:24:31 -0500
  • 7d949a601c -> v1.48.0 v1.48.0 Rich Harris 2017-12-13 21:24:31 -0500
  • bd85fc13fc Merge pull request #1024 from sveltejs/gh-1013 Rich Harris 2017-12-13 21:20:03 -0500
  • 394dec9f11
    Merge pull request #1024 from sveltejs/gh-1013 Rich Harris 2017-12-13 21:20:03 -0500
  • 74982fc202 fix unrelated bug that was causing tests to fail Rich Harris 2017-12-13 21:05:59 -0500