Skip to content

🚢 1.0.0 / 2025-05-21

Latest

Choose a tag to compare

@LinusU LinusU released this 21 May 15:40
v1.0.0
1c80712

💥 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 20.9.0, 22.11.0, and 24.0.0
    • The package must now be imported using the native import syntax instead of with require

🌹 Internal Changes

  • Add LICENSE file