-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
Description
Version 5.0.0 is missing some breaking changes on the CHANGELOG.md
Node.js version: v16.19.0
OS version: Ubuntu 20.04.1
Description: Recently, after upgrading the package from version 4.2.0 to 6.0.1, I've found that some properties from the file object (when using the multipart parser) have been renamed. For example: the "path" property now is called "filepath", "name" is called "originalFilename", "type" is called "mimetype" and so on.
I believe this change happened in version 5.0.0, specifically in this PR: #201
It would be cool to include these breaking changes on CHANGELOG.md. :)
Actual behavior
CHANGELOG.md has no breaking changes regarding renaming file object properties in version 5.0.0.
Expected behavior
Add breaking changes regarding renaming file object properties in version 5.0.0.
Checklist
- I have searched through GitHub issues for similar issues.
- I have completely read through the README and documentation.
- I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.