This is the changelog for form-data-parser
. It follows semantic versioning.
- Fix dependency on
headers
in package.json
- Added CommonJS build
- Allow passing
MultipartParserOptions
as optional 3rd arg toparseFormData()
- Make
FileUpload
implement theFile
interface instead of extendingFile
(fixes mjackson/form-data-parser#4) - Allow returning
null
from an upload handler, so it allowsreturn fileStorage.get(key)
without type errors
- Add missing
FileUpload
export 🤦♂️
- Initial release