koajs / koa-body

koa body parser middleware
MIT License
950 stars 130 forks source link

given, there is no changelog and v2 looks like a major update how do we found out what changed from the use case? #105

Closed p3x-robot closed 6 years ago

p3x-robot commented 6 years ago

hello!

how are you?

given, there is no changelog and v2 looks like a major update how do we found out what changed from the use case?

patrik

MarkHerhold commented 6 years ago

For future searches, per the README. We'll probably introduce a CHANGELOG later.

Breaking Changes in v3/4

To address a potential security issue, the files property has been moved to ctx.request.files. In prior versions, files was a property of ctx.request.body. If you do not use multipart uploads, no changes to your code need to be made.

Versions 1 and 2 of koa-body are deprecated and replaced with versions 3 and 4, respectively.

p3x-robot commented 6 years ago

sorry, i found it, so i closed it. thanks very much.