Skip to content

Releases: LinusU/ts-unreachable

🚢 2.0.0 / 2022-10-29

29 Oct 16:36
08b3c2f
Compare
Choose a tag to compare

💥 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: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🌹 Internal Changes

  • Add links to related packages

🚢 1.0.0 / 2020-03-25

25 Mar 15:51
a2a3c78
Compare
Choose a tag to compare

🎉 Initial release