krakenjs / swaggerize-express

Design-driven apis with swagger 2.0 and express.
Other
355 stars 81 forks source link

Fixes a bug introduced in #55 #62

Closed jamesblack closed 9 years ago

jamesblack commented 9 years ago

Fixing overwriting body bug, and implementing what I believe to be the intended behavior for formData.

Hopefully this is what was intended, please provide any feedback and see issue #61 for more explanation.

ksmithut commented 9 years ago

+1

jamesblack commented 9 years ago

@tlivings There is a bug in 4.0.0 that was introduced in #55 and fixed in this pull request. This is breaking me in production, and it seems like a problem that others might be having soon. I've pinned to an older version for now. Just wanted to raise the concern.

tlivings commented 9 years ago

Nice catch, thanks.