Skip to content

packages-js: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:33
f276500

0.4.0 (2026-08-16)

⚠ BREAKING CHANGES

  • js: dist layout and filenames have changed. Artifacts now live at dist/browser/img2num.js, dist/standalone/img2num.umd.js, dist/standalone/img2num.iife.js, and dist/node/img2num.{js,cjs}; deep imports into dist/ must be updated. Export conditions are reordered so bundlers targeting the browser resolve the browser build (they previously matched "import" first and received the node build). Minimum supported Node is now 18.

✨ Features

  • js: ship multi-format artifacts (browser ESM, standalone UMD/IIFE, node ESM/CJS) (#530) (f5b1ef9)

📚 Documentation

  • website: add example apps index page and rebuild HTML demos from a shared template (f5b1ef9)