Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.42.0
Minor Changes
- #569
3119299
Thanks @ota-meshi! - feat: improve props type
Patch Changes
- #573
7c556ca
Thanks @ota-meshi! - fix: error in snippets with type annotations
v0.41.1
Patch Changes
- #561
8350bb5
Thanks @ota-meshi! - fix: incorrect runes inference when having empty compiler options
v0.41.0
Minor Changes
- #550
ef24a69
Thanks @ota-meshi! - feat: support for svelte 5.0.0-next.191
v0.40.0
Minor Changes
- #548
dfe5cb8
Thanks @ota-meshi! - fix: update svelte to 5.0.0-next.181 and fix for{:else if}
v0.39.2
Patch Changes
- #540
48a7001
Thanks @ota-meshi! - fix: parsing error for nesting{#snippet}
v0.39.1
Patch Changes
- #538
437e463
Thanks @baseballyama! - fix: SetsvelteFeatures.runes
totrue
by default for Svelte 5
v0.39.0
Minor Changes
- #536
1a9ef3d
Thanks @ota-meshi! - feat: makes it optional whether to parse runes.
v0.38.0
Minor Changes
- #534
a27c8e9
Thanks @baseballyama! - feat: support Svelte 5.0.0-next.155. (Add$state.is
and replace$effect.active
with$effect.tracking
)
v0.37.0
Minor Changes
- #527
d92287d
Thanks @ota-meshi! - feat: add support for$bindable()
scope analysis
v0.36.0
Minor Changes
-
#513
37f0061
Thanks @ota-meshi! - feat: add support for $host and $state.snapshot -
#513
37f0061
Thanks @ota-meshi! - feat: update svelte to 5.0.0-next.115 && minor refactor