- #327
0c3173cThanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs
-
#327
170e410Thanks @github-actions! - should exhaust the AST walk (invokingnextfrom zimmerframe) -
#327
8745198Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
5d30599Thanks @github-actions! - set up package provenence -
#327
c559185Thanks @github-actions! - sync README.md and installation version in docs page -
#327
4ac365cThanks @github-actions! - re-expose public typedef (following sveltejs/dts-buddy#82)
8745198Thanks @vnphanquang! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef)
5d30599Thanks @vnphanquang! - set up package provenence
4ac365cThanks @vnphanquang! - re-expose public typedef (following sveltejs/dts-buddy#82)
26bbd81Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
b4863d8Thanks @github-actions! - should exhaust the AST walk (invokingnextfrom zimmerframe)
- #298
439bcedThanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs
22b3b94Thanks @vnphanquang! - [BREAKING] move build output fromlibtodistto stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dcThanks @vnphanquang! - add "Quick Start" section in package README
8e4168aThanks @vnphanquang! - whenanchoris enabled, add attributedata-auto-slug-anchor-positionfor quick retrieve the anchor element at runtime (used by@svelte-put/toc)
-
dbeecf8Thanks @vnphanquang! - fix: duplication in slug fromgetTextContent; should only walk node once -
abb54f6Thanks @vnphanquang! - allow skipping processing with<!-- ignore @svelte-put/preprocess-auto-slug -->
-
#93
3377f8dThanks @vnphanquang! - adddata-autosluganddata-autoslug-anchorattributes to mark that these elements have been processed bypreprocess-auto-slug -
#93
8c89776Thanks @vnphanquang! - add option to filter which files to process
af949ecThanks @vnphanquang! - mature enough implementation with complelte docs page
a01c7dbThanks @vnphanquang! - fix typotab-indexattribute should betabindex
-
#64
7d476c9Thanks @vnphanquang! - separate two steps: slug generation & anchor inserting. If id already exists skip and still do anchor inserting -
#64
cb2cd7fThanks @vnphanquang! - more mature options and ability to customization -
#64
7d476c9Thanks @vnphanquang! - support node with dynamic text content (MustacheTag) -
#64
1efc395Thanks @vnphanquang! - initial implementation