Releases: nvlang/sveltex
Releases · nvlang/sveltex
v0.1.2
Refactoring
- Don't publish source maps.
- Flatten
dist
directory structure (instead of havingdist/src/mod.js
as the entry point, we now havedist/mod.js
) by settingrootDir
intsconfig.release.json
tosrc
. - Avoid redundancy and duplicate files in build output.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes
- Fix NPM publishing CI by building project before publishing.
Refactoring
- Consistently import
process
fromnode:process
(instead of using it as a global variable), to increase compatibility with Deno.
Documentation
- Add TSDoc comments for every exported symbol.
- Small changes to
README.md
.
Full Changelog: v0.1.0...v0.1.1