Skip to content

Releases: kodie/md5-file

🚢 5.0.0 / 2020-04-05

05 Apr 11:42
97d2243
Compare
Choose a tag to compare

💥 Breaking Changes

  • Remove support for callbacks

    Migration Guide:

    Instead of passing a callback to md5File, use the returned Promise e.g. by calling .then(...) on it.

  • Drop support for Node.js < 10.13.0

    Migration Guide:

    Upgrade to Node.js 10.13.0 or newer for continued support.

🎉 Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Cleanup package metadata

2.0.0

13 May 13:35
Compare
Choose a tag to compare
update README