Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.34.0
Minor Changes
Add experimental support for Svelte v5
- #421
59fc0e9Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 parser - #425
ff242c4Thanks @baseballyama! - feat: Support runes - #426
9793cb0Thanks @ota-meshi! - feat: apply runes to*.svelte.jsand*.svelte.ts. - #430
af1bae5Thanks @ota-meshi! - feat: apply correct type information to$derivedargument expression - #498
3b2c62bThanks @ota-meshi! - feat: add support for$bindablerune - #440
726f21fThanks @baseballyama! - feat: skip type injection if template uses TypeScript - #431
ab13a46Thanks @ota-meshi! - feat: add support for{#snippet}and{@render} - #437
a27697aThanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed - #441
34232c5Thanks @baseballyama! - feat: add type of$effect.active - #479
850ad74Thanks @ota-meshi! - feat: add support for$derived.bytype - #477
5f2b111Thanks @ota-meshi! - feat: add experimental support for generics directive - #446
168f920Thanks @ota-meshi! - feat: add support for$inspectand$effect.root - #435
7508680Thanks @ota-meshi! - feat: improve props type - #476
92aeee3Thanks @ota-meshi! - feat: change AST of{@render}and{#snippet}to match the latest version of svelte v5. - #483
f722d7cThanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional{@render} - #434
0ef067bThanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block - #486
79a4fb7Thanks @ota-meshi! - fix: wrong scope in top level snippets - #467
e27a3deThanks @baseballyama! - feat: update$inspecttypes - #466
d5b3322Thanks @baseballyama! - feat: add$state.frozensupport - #438
c21b54cThanks @ota-meshi! - fix: incorrect location for{ #await expr then v }with spaces
v0.34.0-next.12
Patch Changes
- #486
79a4fb7Thanks @ota-meshi! - fix: wrong scope in top level snippets
v0.34.0-next.11
Minor Changes
-
#437
a27697aThanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed -
#477
5f2b111Thanks @ota-meshi! - feat: add experimental support for generics directive
v0.34.0-next.10
Minor Changes
- #479
850ad74Thanks @ota-meshi! - feat: add support for$derived.bytype
Patch Changes
- #483
f722d7cThanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional{@render}
v0.34.0-next.9
Minor Changes
- #476
92aeee3Thanks @ota-meshi! - feat: change AST of{@render}and{#snippet}to match the latest version of svelte v5.
v0.34.0-next.8
Patch Changes
- #468
133cd24Thanks @baseballyama! - chore: update Svelte 5 version
v0.34.0-next.7
Minor Changes
- #464
d531e4eThanks @baseballyama! - breaking: drop @typescript-eslint v4 support
Patch Changes
-
#467
e27a3deThanks @baseballyama! - feat: update$inspecttypes -
#466
d5b3322Thanks @baseballyama! - feat: add$state.frozensupport
v0.34.0-next.6
Minor Changes
- #446
168f920Thanks @ota-meshi! - feat: add support for$inspectand$effect.root
v0.34.0-next.5
Minor Changes
-
#440
726f21fThanks @baseballyama! - feat: skip type injection if template uses TypeScript -
#441
34232c5Thanks @baseballyama! - feat: add type of$effect.active
v0.34.0-next.4
Patch Changes
- #438
c21b54cThanks @ota-meshi! - fix: incorrect location for{ #await expr then v }with spaces