Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v1.0.0-next.5
Minor Changes
- #619
002e3b0Thanks @marekdedic! - feat: added support for style selector parsing
v1.0.0-next.4
Minor Changes
- #617
1e0b874Thanks @ota-meshi! - feat: add support{#each}withoutas(svelte v5.4.0)
v1.0.0-next.3
Patch Changes
- #612
9e84b3eThanks @ota-meshi! - fix: compatibility with eslint-plugin-prettier
v1.0.0-next.2
Major Changes
- #599
cefd17aThanks @ota-meshi! - feat!: change the parser to an ESM-only package
v1.0.0-next.1
Major Changes
Minor Changes
- #609
47b61deThanks @ota-meshi! - feat: add support for<svelte:boundary>
Patch Changes
-
#601
e1c6a8aThanks @baseballyama! - chore: remove experimental for svelteFeatures.runes option parserOptions -
#604
5ed0609Thanks @baseballyama! - fix: recognize script as module for Typescript type checking -
#600
5586809Thanks @baseballyama! - feat: support postcss
v1.0.0-next.0
Major Changes
- #579
4ac8236Thanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)
Minor Changes
- #589
f54c91fThanks @marekdedic! - feat: stabilized generics
v0.43.0
Minor Changes
- #576
88548e9Thanks @ota-meshi! - update svelte to v5
Patch Changes
- #576
88548e9Thanks @ota-meshi! - fix some$props()type linting error
v0.42.0
Minor Changes
- #569
3119299Thanks @ota-meshi! - feat: improve props type
Patch Changes
- #573
7c556caThanks @ota-meshi! - fix: error in snippets with type annotations
v0.41.1
Patch Changes
- #561
8350bb5Thanks @ota-meshi! - fix: incorrect runes inference when having empty compiler options
v0.41.0
Minor Changes
- #550
ef24a69Thanks @ota-meshi! - feat: support for svelte 5.0.0-next.191