Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 37fa974

Browse files
committed
more links is always better
1 parent 244a1aa commit 37fa974

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Swagger Express Middleware adheres to [Semantic Versioning](http://semver.org/).
1515
* [CHANGE](https://github.com/APIDevTools/swagger-express-middleware/pull/165#discussion_r396014909):
1616
Files downloaded to disk are not saved with the extension in the name so Content-Type may need to
1717
be set manually or based on the File object since it can not be inferred from the downloaded filename
18-
* [CHANGE](https://github.com/APIDevTools/swagger-express-middleware/pull/165#discussion_r396015355):
19-
The File object created from multer is a little different. For compatibility `extension` is backfilled.
18+
* The File object created from multer is a little different. For compatibility `extension`
19+
[is backfilled](https://github.com/APIDevTools/swagger-express-middleware/pull/165/files#diff-0819ff236dc445648af37b543cd2b958R63).
2020
- the `name` property on File is now `filename` and doesn't include a file extension
2121
- the `buffer` property on File is only present if `inMemory` or `storage: memoryStorage` is used.
2222
- the `truncated` property on File is no longer present. Instead,
@@ -26,7 +26,8 @@ Swagger Express Middleware adheres to [Semantic Versioning](http://semver.org/).
2626
- [Old](https://github.com/expressjs/multer/tree/b3c444728277202d1f5f720cc7269883ff888386#options)
2727
vs [New](https://github.com/expressjs/multer#multeropts)
2828
- See [MemoryStorage](https://github.com/expressjs/multer#memorystorage) if you were previously using
29-
`inMemory: true`, though `inMemory` option has been recreated, it may be removed in the future.
29+
`inMemory: true`, though `inMemory` option [has been recreated](https://github.com/APIDevTools/swagger-express-middleware/pull/165#discussion_r396015204),
30+
it may be removed in the future.
3031
- See [Error handling](https://github.com/expressjs/multer#error-handling) for more info on how to
3132
recreate certain functionality.
3233
* As with previous versions extra files provided to swagger routes will 413 and any files coming

0 commit comments

Comments
 (0)