koajs / koa-body

koa body parser middleware
MIT License
947 stars 131 forks source link

[fix] Version 5.0.0 is missing some breaking changes on the CHANGELOG.md #227

Open marcossilvaxx opened 1 year ago

marcossilvaxx commented 1 year ago

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