Releases: sveltejs/svelte-eslint-parser
v1.0.0
Major Changes
-
#579
4ac8236
Thanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21) -
#599
cefd17a
Thanks @ota-meshi! - feat!: change the parser to an ESM-only package -
#459
d768a5c
Thanks @renovate! - fix(deps): update dependency eslint-scope to v8
Minor Changes
-
#645
6ff7516
Thanks @ota-meshi! - feat: improve scoping of snippet declarations acting as slot properties -
#609
47b61de
Thanks @ota-meshi! - feat: add support for<svelte:boundary>
-
#641
89e053a
Thanks @ota-meshi! - feat: replacedeclaration
property of SvelteConstTag withdeclarations
property -
#589
f54c91f
Thanks @marekdedic! - feat: stabilized generics -
#647
10ffeec
Thanks @ota-meshi! - feat: add AST node for function bindings -
#626
cde2baf
Thanks @baseballyama! - feat: AddwarningFilter
toSvelteConfig
-
#673
cab2fd2
Thanks @baseballyama! - feat: support latest runes ($props.id
and$inspect.trace
) -
#619
002e3b0
Thanks @marekdedic! - feat: added support for style selector parsing -
#617
1e0b874
Thanks @ota-meshi! - feat: add support{#each}
withoutas
(svelte v5.4.0)
Patch Changes
-
#633
1178032
Thanks @baseballyama! - fix: assign actualrunes
value toSvelteParseContext
-
#636
78f2923
Thanks @baseballyama! - fix: correct detection of runes mode in parsed files -
#638
df461c3
Thanks @baseballyama! - fix: resolve issues in Runes mode detection causing parser malfunctions -
#650
bc75922
Thanks @baseballyama! - fix: addparent
node toSvelteFunctionBindingsExpression
-
#601
e1c6a8a
Thanks @baseballyama! - chore: remove experimental for svelteFeatures.runes option parserOptions -
#612
9e84b3e
Thanks @ota-meshi! - fix: compatibility with eslint-plugin-prettier -
#604
5ed0609
Thanks @baseballyama! - fix: recognize script as module for Typescript type checking -
#630
8b179dd
Thanks @baseballyama! - fix: prevent errors when<script>
tags are used inside{@html}
-
#600
5586809
Thanks @baseballyama! - feat: support postcss
v1.0.0-next.13
Minor Changes
- #645
6ff7516
Thanks @ota-meshi! - feat: improve scoping of snippet declarations acting as slot properties
Patch Changes
- #650
bc75922
Thanks @baseballyama! - fix: addparent
node toSvelteFunctionBindingsExpression
v1.0.0-next.12
Minor Changes
- #647
10ffeec
Thanks @ota-meshi! - feat: add AST node for function bindings
v1.0.0-next.11
Minor Changes
- #641
89e053a
Thanks @ota-meshi! - feat: replacedeclaration
property of SvelteConstTag withdeclarations
property
v1.0.0-next.9
Patch Changes
- #636
78f2923
Thanks @baseballyama! - fix: correct detection of runes mode in parsed files
v1.0.0-next.10
Patch Changes
- #638
df461c3
Thanks @baseballyama! - fix: resolve issues in Runes mode detection causing parser malfunctions
v1.0.0-next.8
Patch Changes
- #630
8b179dd
Thanks @baseballyama! - fix: prevent errors when<script>
tags are used inside{@html}
v1.0.0-next.7
Patch Changes
- #633
1178032
Thanks @baseballyama! - fix: assign actualrunes
value toSvelteParseContext
v1.0.0-next.6
Minor Changes
- #626
cde2baf
Thanks @baseballyama! - feat: AddwarningFilter
toSvelteConfig
v1.0.0-next.5
Minor Changes
- #619
002e3b0
Thanks @marekdedic! - feat: added support for style selector parsing