Changelog - C++ (img2num)
Latest Release
v0.2.0 - 2026-06-27 (latest)
⚠ BREAKING CHANGES
- core: prevent holes during SVG generation (#429)
🐛 Bug Fixes
- ci: add NPM_TOKEN to npm publish step so packages/js can authenticate and publish to the npm registry (2427d1d)
- core: add guard against invalid num_thresholds, preventing division by zero (#445) (31eb2d1)
- core: add MSVC support via conditional compiler directives — (2427d1d)
- core: prevent holes during SVG generation (#429) (14e49f9)
- fix broken v0.1.0 release pipeline (#417) (2427d1d)
- packages/js: support browser and node builds from shared Vite setup (#449) (0b2467c)
- packages/py: include third_party/ in sdist and disable example builds (IMG2NUM_BUILD_EXAMPLES=OFF) in CMake args so Python source distributions bundle all required dependencies (2427d1d)
- replace C++20 designated initializers with C++17 compatible assignments (#448) (174b8a4)