Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 497 Bytes

File metadata and controls

23 lines (16 loc) · 497 Bytes

Changelog

[2.0.0] - 2025-11-11

Added

  • Complete TypeScript migration with strict mode
  • Type definitions exported for library users
  • Build system (npm run build, dev, clean)
  • JSDoc documentation on public APIs

Changed

  • Main entry point: src/index.jsdist/index.js
  • Build step required before use
  • Node.js minimum: 14.0.0

Breaking Changes

  • Package now requires compilation before use
  • Old JavaScript files removed

[1.1.0]

  • Initial release with JavaScript