Skip to content

Webfont Generator Changelog

Looking for the plugin changelog?

This is the changelog for the @atlowchemi/webfont-generator core engine. For the vite-svg-2-webfont Vite plugin changelog, see Plugin Changelog.

0.4.0 (2026-05-28)

⚠ BREAKING CHANGES

  • webfont-generator: direct CJS consumers using require('@atlowchemi/webfont-generator') need to switch to await import(...) or rely on require(esm) (stable in Node 22.12+).

Features

  • webfont-generator: drop CJS entry points and ship ESM-only (#131) (702486e)

Bug Fixes

  • webfont-generator: set repository.directory so npm resolves README images (#133) (6f9b8c6)

0.3.1 (2026-05-25)

Bug Fixes

  • webfont-generator: preserve leading slash when cssFontsUrl trims to root (a82674b)

0.3.0 (2026-04-27)

Features

  • webfont-generator: type cssContext and htmlContext callback context (#113) (1be93fc)

Bug Fixes

  • webfont-generator: ship CJS entrypoints for require() consumers (#116) (0d217bd)

0.2.4 (2026-04-16)

Bug Fixes

  • ci: disable GitHub release creation in napi pre-publish (#108) (b30362a)

0.2.3 (2026-04-16)

Bug Fixes

  • ci: correct binding versions (24048ee)
  • ci: use heredoc for binding.js version sync, add README badges (#107) (b802b9d)
  • webfont-generator: add repository field and sync binding.js version on release (#105) (e70cef6)

0.2.2 (2026-04-15)

Bug Fixes

0.2.1 (2026-04-15)

Bug Fixes

0.2.0 (2026-04-15)

Features

  • publish webfont-generator crate with library API, CLI, and docs (#98) (c2c8c1b)

Released under the MIT License.