-
#327
64df701
Thanks @github-actions! - merge@svelte-put/preprocess-inline-svg
into@svelte-put/inline-svg/vite
, now a vite plugin -
#327
82ca10e
Thanks @github-actions! - revert defaultinlineSrcAttributeName
toinline-src
for more convenient typing setup -
#327
5e11772
Thanks @github-actions! - drop support for Svelte 4 and below
-
#327
6809556
Thanks @github-actions! - implement optional typedef generation to user-defined path -
#327
16b5eb6
Thanks @github-actions! - simplifytypedef
generation with default path and no setup required -
#327
6d1d953
Thanks @github-actions! - allow independent usage of Svelte preprocessor without Vite plugin
-
#327
8745198
Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
8990206
Thanks @github-actions! - start source typing union with|
for consistency -
#327
6f6a363
Thanks @github-actions! - correct watcher logics to use directories instead of glob patterns -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
0c84c64
Thanks @github-actions! - allow single source definition as parameter -
#327
b7e69fe
Thanks @github-actions! - make sure path separator is in POSIX format when generating source typings (fixes 320)
8745198
Thanks @vnphanquang! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef)
-
8990206
Thanks @vnphanquang! - start source typing union with|
for consistency -
b7e69fe
Thanks @vnphanquang! - make sure path separator is in POSIX format when generating source typings (fixes 320)
5d30599
Thanks @vnphanquang! - set up package provenence
26bbd81
Thanks @vnphanquang! - sync README.md and installation version in docs page
-
#302
16a0d74
Thanks @github-actions! - merge@svelte-put/preprocess-inline-svg
into@svelte-put/inline-svg/vite
, now a vite plugin -
#302
e802e0e
Thanks @github-actions! - revert defaultinlineSrcAttributeName
toinline-src
for more convenient typing setup
-
#302
ffe537f
Thanks @github-actions! - implement optional typedef generation to user-defined path -
#302
dd8c9b3
Thanks @github-actions! - simplifytypedef
generation with default path and no setup required -
#302
b1493e4
Thanks @github-actions! - allow independent usage of Svelte preprocessor without Vite plugin
-
#302
db135dd
Thanks @github-actions! - correct watcher logics to use directories instead of glob patterns -
#302
e3efe26
Thanks @github-actions! - allow single source definition as parameter
- #298
021df69
Thanks @github-actions! - drop support for Svelte 4 and below
46e675e
Thanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
-
#204
cbb3c95
Thanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
cbb3c95
Thanks @vnphanquang! - Better naming for typing -
#204
f9ff596
Thanks @vnphanquang! - internal utils are no longer exposed (reduce pacakge pollution)
1179376
Thanks @vnphanquang! - [breaking] deprecate re-export of @svelte-put/preprocess-inline-svg following its introduction of vite plugin, please install it separately (sorry)
b66beaf
Thanks @vnphanquang! - Initial implementation & rexporting @svelte-put/preprocess-inline-svg
6e4cf18
Thanks @vnphanquang! - complete docs page