0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

2441 Commits

Author SHA1 Message Date
Rich Harris
69c41a0373 use new Function instead of eval, to prevent Rollup complaining 2018-04-17 17:22:39 -04:00
Rich Harris
5a457bfb87 rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
Rich Harris
07bad96719 tidy up 2018-04-16 20:53:23 -04:00
Rich Harris
b9fcc16d68 update test 2018-04-16 20:53:17 -04:00
Rich Harris
7e733d82e7 enforce uppercase component names 2018-04-16 20:41:31 -04:00
Rich Harris
a32c2bafcd Merge branch 'master' into v2 2018-04-16 20:34:03 -04:00
Rich Harris
8e687238aa -> v1.64.0 2018-04-16 20:32:52 -04:00
Rich Harris
27f6241ded
Merge pull request #1347 from sveltejs/deprecate-get-with-string
deprecate get with string argument
2018-04-16 20:21:57 -04:00
Rich Harris
d2a5b366d8 remove redundant test 2018-04-16 11:41:48 -04:00
Rich Harris
dadf21c6b7 skip test, fix post-v2 2018-04-16 11:41:38 -04:00
Rich Harris
73e83e5571 tidy up 2018-04-16 00:05:51 -04:00
Rich Harris
cae4dd93bf fix some more tests 2018-04-16 00:03:22 -04:00
Rich Harris
87a8e37150 remove cascade option 2018-04-15 23:53:17 -04:00
Rich Harris
40e6b4fc11 update css tests 2018-04-15 23:33:33 -04:00
Rich Harris
39d0b862d4 update hydration tests 2018-04-15 23:29:21 -04:00
Rich Harris
a2759604cb SSR tests 2018-04-15 23:27:44 -04:00
Rich Harris
8eb4adc7e6 small fix 2018-04-15 23:07:09 -04:00
Rich Harris
39ad124c99 update validation tests 2018-04-15 23:06:57 -04:00
Rich Harris
2d5b47b8a4 remove store option 2018-04-15 22:26:23 -04:00
Rich Harris
1143b0a991 remove v1 tests 2018-04-15 22:19:05 -04:00
Rich Harris
4b3da75480 remove v1 runtime tests 2018-04-15 22:15:08 -04:00
Rich Harris
ce114600d1 remove deprecated renderCss method 2018-04-15 21:17:17 -04:00
Rich Harris
ab79cc6608 remove v1 snapshot tests 2018-04-15 21:13:39 -04:00
Rich Harris
286cabaf63 oops 2018-04-15 21:09:49 -04:00
Rich Harris
21168bf5f1 remove v1 parser tests 2018-04-15 20:18:15 -04:00
Rich Harris
4fe8d95a6d dont typecast numeric attributes 2018-04-15 20:07:08 -04:00
Rich Harris
80e0dceb9a remove validate and Stylesheet from public API 2018-04-15 19:57:12 -04:00
Rich Harris
a3add04e7c remove code, map and cssMap from svelte.compile output 2018-04-15 19:34:42 -04:00
Rich Harris
df4e3678dc update snapshot tests 2018-04-15 19:17:11 -04:00
Rich Harris
2f86bd339d update tests to account for removal of observe 2018-04-15 19:08:49 -04:00
Rich Harris
daa2635cd3 update snapshot tests 2018-04-15 18:27:38 -04:00
Rich Harris
9bc8b74107 update store tests 2018-04-15 18:21:54 -04:00
Rich Harris
9070969418 remove references to obsolete methods 2018-04-15 18:08:01 -04:00
Rich Harris
7b40fed197 remove unused store methods 2018-04-15 18:07:53 -04:00
Rich Harris
34d2fbfa58 remove ES5 constraint 2018-04-15 18:04:27 -04:00
Rich Harris
470eacf9d4 remove obsolete methods 2018-04-15 18:02:39 -04:00
Rich Harris
5ebd43898c deprecate get with string argument 2018-04-15 17:56:29 -04:00
Rich Harris
424bb1a5de -> v1.63.1 2018-04-15 16:32:28 -04:00
Rich Harris
4d40c1184e
Merge pull request #1346 from sveltejs/allow-overwritten-observe
allow overwritten observe method
2018-04-15 16:32:18 -04:00
Rich Harris
ee8256604c allow overwritten observe 2018-04-15 16:19:39 -04:00
Rich Harris
83270b26af -> v1.63.0 2018-04-15 15:42:20 -04:00
Rich Harris
6249fa6bc8
Merge pull request #1345 from sveltejs/gh-1069
use destructuring syntax for computed props in v2 mode - fixes #1069
2018-04-15 15:37:01 -04:00
Rich Harris
f1e5c1a955
Merge pull request #1344 from sveltejs/gh-1197
Implement onstate and onupdate hooks
2018-04-15 15:36:53 -04:00
Rich Harris
99ea7539af use destructuring syntax for computed props in v2 mode - fixes #1069 2018-04-15 14:50:18 -04:00
Rich Harris
3d8c768c81 update tests 2018-04-15 14:12:58 -04:00
Rich Harris
6f4de8f237 prevent double-firing of update on init 2018-04-15 14:01:03 -04:00
Rich Harris
43ea6bdf28 add note to self 2018-04-15 13:31:58 -04:00
Rich Harris
20b940a73a deprecate store.onchange 2018-04-15 13:30:16 -04:00
Rich Harris
2a43fe94b3 deprecate observe 2018-04-15 13:27:37 -04:00
Rich Harris
9a9da249ce remove unused dispatchObservers 2018-04-15 13:15:32 -04:00