- #327
0c3173c
Thanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs
-
#327
170e410
Thanks @github-actions! - should exhaust the AST walk (invokingnext
from zimmerframe) -
#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
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
4ac365c
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82)
8745198
Thanks @vnphanquang! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef)
5d30599
Thanks @vnphanquang! - set up package provenence
4ac365c
Thanks @vnphanquang! - re-expose public typedef (following Rich-Harris/dts-buddy#82)
26bbd81
Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
b4863d8
Thanks @github-actions! - should exhaust the AST walk (invokingnext
from zimmerframe)
- #298
439bced
Thanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs
22b3b94
Thanks @vnphanquang! - [BREAKING] move build output fromlib
todist
to stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dc
Thanks @vnphanquang! - add "Quick Start" section in package README
8e4168a
Thanks @vnphanquang! - whenanchor
is enabled, add attributedata-auto-slug-anchor-position
for quick retrieve the anchor element at runtime (used by@svelte-put/toc
)
-
dbeecf8
Thanks @vnphanquang! - fix: duplication in slug fromgetTextContent
; should only walk node once -
abb54f6
Thanks @vnphanquang! - allow skipping processing with<!-- ignore @svelte-put/preprocess-auto-slug -->
-
#93
3377f8d
Thanks @vnphanquang! - adddata-autoslug
anddata-autoslug-anchor
attributes to mark that these elements have been processed bypreprocess-auto-slug
-
#93
8c89776
Thanks @vnphanquang! - add option to filter which files to process
af949ec
Thanks @vnphanquang! - mature enough implementation with complelte docs page
a01c7db
Thanks @vnphanquang! - fix typotab-index
attribute should betabindex
-
#64
7d476c9
Thanks @vnphanquang! - separate two steps: slug generation & anchor inserting. If id already exists skip and still do anchor inserting -
#64
cb2cd7f
Thanks @vnphanquang! - more mature options and ability to customization -
#64
7d476c9
Thanks @vnphanquang! - support node with dynamic text content (MustacheTag) -
#64
1efc395
Thanks @vnphanquang! - initial implementation