Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.34.0-next.11
Minor Changes
-
#437
a27697a
Thanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed -
#477
5f2b111
Thanks @ota-meshi! - feat: add experimental support for generics directive
v0.34.0-next.10
Minor Changes
- #479
850ad74
Thanks @ota-meshi! - feat: add support for$derived.by
type
Patch Changes
- #483
f722d7c
Thanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional{@render}
v0.34.0-next.9
Minor Changes
- #476
92aeee3
Thanks @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
133cd24
Thanks @baseballyama! - chore: update Svelte 5 version
v0.34.0-next.7
Minor Changes
- #464
d531e4e
Thanks @baseballyama! - breaking: drop @typescript-eslint v4 support
Patch Changes
-
#467
e27a3de
Thanks @baseballyama! - feat: update$inspect
types -
#466
d5b3322
Thanks @baseballyama! - feat: add$state.frozen
support
v0.34.0-next.6
Minor Changes
- #446
168f920
Thanks @ota-meshi! - feat: add support for$inspect
and$effect.root
v0.34.0-next.5
Minor Changes
-
#440
726f21f
Thanks @baseballyama! - feat: skip type injection if template uses TypeScript -
#441
34232c5
Thanks @baseballyama! - feat: add type of$effect.active
v0.34.0-next.4
Patch Changes
- #438
c21b54c
Thanks @ota-meshi! - fix: incorrect location for{ #await expr then v }
with spaces
v0.34.0-next.3
Minor Changes
- #435
7508680
Thanks @ota-meshi! - feat: improve props type
Patch Changes
- #434
0ef067b
Thanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block
v0.34.0-next.2
Minor Changes
-
#430
af1bae5
Thanks @ota-meshi! - feat: apply correct type information to$derived
argument expression -
#431
ab13a46
Thanks @ota-meshi! - feat: add support for{#snippet}
and{@render}