Releases: ryoppippi/svelte-preprocess-budoux
Releases · ryoppippi/svelte-preprocess-budoux
v1.1.2
No significant changes
View changes on GitHub
v1.1.1
No significant changes
View changes on GitHub
v1.1.0
🚀 Features
- deps: Move budoux to peer and dev dependencies - by @ryoppippi (43bb5)
View changes on GitHub
v1.0.3
v1.0.2
v1.0.1
🚀 Features
- Add type and return type annotations - by @ryoppippi (1d044)
- ci: Replace pnpm/action-setup with corepack enable - by @ryoppippi (fbc7d)
- package: Add new dependencies and update versions - by @ryoppippi (50bb5)
View changes on GitHub
v1.0.0
🚀 Features
- Enhance language parsing in budouxPreprocess - by @ryoppippi (f7bd8)
- Add publint to release script - by @ryoppippi (bef68)
- Jsr publish config - by @ryoppippi (5f636)
- Reorder exports in package.json - by @ryoppippi (f45ff)
- ci.yaml: Update Node.js version to LTS - by @ryoppippi (51761)
- eslint.config.js: Add import/no-extraneous-dependencies rule - by @ryoppippi (e7262)
View changes on GitHub
v0.4.4
🚀 Features
- Replace magic-string-ast with magic-string - by @ryoppippi (fd08c)
- Replace custom Node type with TemplateNode - by @ryoppippi (c0319)
View changes on GitHub
v0.4.3
v0.4.2
🚀 Features
- Add eslint - by @ryoppippi (311fe)
- Add GitHub Actions CI workflow - by @ryoppippi (15f65)
- ci.yaml: Add test command to CI pipeline - by @ryoppippi (7268e)
- package.json: Add test step to release script - by @ryoppippi (913f8)
- tests: Add unit tests for preprocessor - by @ryoppippi (e0a5d)
🐞 Bug Fixes
- preprocessor: Use this.skip() instead of return - by @ryoppippi (c20da)