JavaScript - v0.4.0
Released: 2026-08-16 GitHub Release
⚠ 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
📚 Documentation
- website: add example apps index page and rebuild HTML demos from a shared template (f5b1ef9)