# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.6](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.8.5...v1.8.6) (2022-07-14)

### [1.8.5](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.8.4...v1.8.5) (2022-02-25)


### Bug Fixes

* body check error ([179541b](https://github.com/Cody2333/koa-swagger-decorator/commit/179541bf94223a5a42521bb283a43fd8192e35eb))

### [1.8.4](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.8.3...v1.8.4) (2022-02-10)

### [1.8.3](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.8.2...v1.8.3) (2022-02-08)


### Bug Fixes

* fix ramda library module export issue ([3dcf5ff](https://github.com/Cody2333/koa-swagger-decorator/commit/3dcf5ff1a096118bf9e6df6dcb2288ce909e580a))

### [1.8.2](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.8.1...v1.8.2) (2021-12-29)


### Bug Fixes

* tsconfig error ([b51d9cb](https://github.com/Cody2333/koa-swagger-decorator/commit/b51d9cb820805ec8f9167a66d5a30605f4825a5f))

### [1.8.1](https://github.com/Cody2333/koa-swagger-decorator/compare/v1.6.4...v1.8.1) (2021-12-28)


### Features

* add buildMiddleware ([1b13032](https://github.com/Cody2333/koa-swagger-decorator/commit/1b130323271650ee5dfeee1b4df850e76c40bee9))
* add method: dumpSwaggerJson ([eb4cc00](https://github.com/Cody2333/koa-swagger-decorator/commit/eb4cc00e18a08a3181dcc9d7b38d910bb41d7b25))
* add middleware support ([dd4aa46](https://github.com/Cody2333/koa-swagger-decorator/commit/dd4aa46cc7cb7441b9483ef001778b479eb023e5))
* Add string format validation ([e7d1a41](https://github.com/Cody2333/koa-swagger-decorator/commit/e7d1a41d67b180503ed601deac7a898e3ca03c2c))
* cNum minimum, maximum range check ([4d3a0bf](https://github.com/Cody2333/koa-swagger-decorator/commit/4d3a0bf003be3f059b1ff25272d6eae54d9a9b74))


### Bug Fixes

* **138:** fix for router generics ([44dcc4f](https://github.com/Cody2333/koa-swagger-decorator/commit/44dcc4fbdc5022bdc682bc9c648a163cc42adaf4))
* body params structure for required props ([ff93d2f](https://github.com/Cody2333/koa-swagger-decorator/commit/ff93d2ffc3e2bcba930bb8178fb83697f9a22807))
* can't map over an object to delete the invalid field ([4da910d](https://github.com/Cody2333/koa-swagger-decorator/commit/4da910de1752999cce5bda29a2b641df72c9152c))
* eof on settings.json file ([3a13014](https://github.com/Cody2333/koa-swagger-decorator/commit/3a130142acb2d8d0133792eec17480b7caf2db21))
* function.name readonly ([56195ea](https://github.com/Cody2333/koa-swagger-decorator/commit/56195ea76f4e74a1b2bf19ecdf2b672cbd4d8526))
* nullsafe parameters ([1866d97](https://github.com/Cody2333/koa-swagger-decorator/commit/1866d97ac46ea4a10b6a7ec04fe9d915bdf0f450))
* remove required key if empty array ([cd4a7f6](https://github.com/Cody2333/koa-swagger-decorator/commit/cd4a7f6bd57068e81136492cf7cf0eda1bf82efd))
* static func property may not be a object ([ed2410a](https://github.com/Cody2333/koa-swagger-decorator/commit/ed2410a9643f254b16c07813c3655b7cd5cf950e))
* 修复typescript下static method不显示问题 ([05bc17e](https://github.com/Cody2333/koa-swagger-decorator/commit/05bc17e9191e33b5c750ebe6aefe1c8df4c4400e))
