Releases: kodie/md5-file
Releases · kodie/md5-file
🚢 5.0.0 / 2020-04-05
💥 Breaking Changes
-
Remove support for callbacks
Migration Guide:
Instead of passing a callback to
md5File
, use the returnedPromise
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