Skip to content

v1.0.0-alpha.1

Compare
Choose a tag to compare
@richardgirges 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

New Features

Bug Fixes

  • md5(buf) resulting in JavaScript heap out of memory #83
  • Uploading large files #93