Skip to content

v2.0.0

Latest

Choose a tag to compare

@nicolatamburini nicolatamburini released this 02 Sep 07:11
· 1 commit to main since this release

@iconsauce/core 2.0.0

@iconsauce/config is merged into this package, with its full git history.

Breaking changes

  • IconsauceConfig and the Config type are now exported from the @iconsauce/core entry point; the @iconsauce/config package is deprecated
  • deep imports (@iconsauce/config/lib/*, @iconsauce/core/lib/*) no longer resolve: an exports map restricts the public surface to the package root
  • requires Node >= 20.19

Other changes

  • IconsaucePlugin is re-exported for convenience (canonical home stays @iconsauce/plugin)
  • package now declares types; toolchain unified on TypeScript nodenext / es2022, ts-jest, Node 24
  • the test/build integration project no longer depends on postcss-iconsauce