Skip to content

Releases: nvlang/sveltex

v0.1.2

30 Jun 14:00
227958a
Compare
Choose a tag to compare

Refactoring

  • Don't publish source maps.
  • Flatten dist directory structure (instead of having dist/src/mod.js as the entry point, we now have dist/mod.js) by setting rootDir in tsconfig.release.json to src.
  • Avoid redundancy and duplicate files in build output.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Jun 12:40
7a2e0b2
Compare
Choose a tag to compare

Fixes

  • Fix NPM publishing CI by building project before publishing.

Refactoring

  • Consistently import process from node: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

v0.1.0

30 Jun 10:45
2f34bd1
Compare
Choose a tag to compare

Initial release.