v1.0.0-alpha.1
richardgirges
released this
22 Sep 17:50
·
428 commits
to master
since this release
Breaking Changes
md5
property is now a function
Before:
req.files.profilePic.md5 // 69e2168484c82575f21bd8feca7aab86
After:
req.files.profilePic.md5() // 69e2168484c82575f21bd8feca7aab86