Skip to content

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:43
· 17 commits to main since this release

Fixed

  • Architecture: Decoupled the CLI server execution block to strictly lock out tests, allowing proper unit testing of Express middleware.
  • Symlink Resolution: Fixed a critical execution bug where running the tool via npm global symlink (iconcodegen) would silently fail because Node.js ES Modules enforce strict import.meta.url realpath comparisons.