Skip to content

Releases: LinusU/rm-file

🚢 2.0.0 / 2021-08-21

Choose a tag to compare

@LinusU LinusU released this 21 Aug 15:36
f1a5fe6

💥 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

  • Bump all dev-dependencies
  • Remove package lock file

🚢 1.2.0 / 2018-03-06

Choose a tag to compare

@LinusU LinusU released this 21 Aug 15:36
085bf69

🎉 Enhancements

  • Add TypeScript typings

🚢 1.1.0 / 2018-03-06

Choose a tag to compare

@LinusU LinusU released this 21 Aug 15:36
8e4d324

🎉 Enhancements

  • Add sync implementation

🚢 1.0.0 / 2017-08-12

Choose a tag to compare

@LinusU LinusU released this 21 Aug 15:36
d8ab0b9

🎉 Enhancements

  • Add initial implementation

🌹 Internal Changes

  • Initial commit