# 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.2.1](https://github.com/o2team/koa-joi-router-docs/compare/v1.1.0...v1.2.1) (2020-03-24)


### Features

* compatible with typescript class-validator ([f8c4c26](https://github.com/o2team/koa-joi-router-docs/commit/f8c4c26237bf54880e7ec35c9d44e25222c167ee))


### Bug Fixes

* update dependencies ([ebbfb86](https://github.com/o2team/koa-joi-router-docs/commit/ebbfb8681a0504573f4debfef3155bb072f92309))
* validate if swagger schema is empty ([8d02155](https://github.com/o2team/koa-joi-router-docs/commit/8d02155f965f86c17fc3d1ecfa97fb44111739f8))

## [1.2.0](https://github.com/o2team/koa-joi-router-docs/compare/v1.2.0-beta.1...v1.2.0) (2020-03-24)


### Bug Fixes

* update dependencies ([95b3ed6](https://github.com/o2team/koa-joi-router-docs/commit/95b3ed6139e16eb3aa17c553e499049854ffc063))

## [1.2.0-beta.1](https://github.com/o2team/koa-joi-router-docs/compare/v1.2.0-beta.0...v1.2.0-beta.1) (2020-03-24)

## [1.2.0-beta.0](https://github.com/o2team/koa-joi-router-docs/compare/v1.1.0...v1.2.0-beta.0) (2020-03-24)


### Features

* compatible with typescript class-validator ([8d7fbce](https://github.com/o2team/koa-joi-router-docs/commit/8d7fbcea970f99f5dd862c5df43f7e16657487b0))

## [1.1.0](https://github.com/o2team/koa-joi-router-docs/compare/v1.0.3...v1.1.0) (2020-02-17)


### Features

* support schema references `$ref` ([aa4cba0](https://github.com/o2team/koa-joi-router-docs/commit/aa4cba04b747b2467746518334a880c643cb41c7))


### Bug Fixes

* assign defaultResponses to each API response and fix test ([ef6ec96](https://github.com/o2team/koa-joi-router-docs/commit/ef6ec9620c2bdeb95e86abc8d81b6e385b69bf07))

### [1.0.3](https://github.com/o2team/koa-joi-router-docs/compare/v1.0.2...v1.0.3) (2019-11-06)


### Bug Fixes

* hide default response if not defined on route (except 200) ([1557a77](https://github.com/o2team/koa-joi-router-docs/commit/1557a770dd33e3c6b185d9d40cc1070efb47973a))

### [1.0.2](https://github.com/o2team/koa-joi-router-docs/compare/v1.0.1...v1.0.2) (2019-11-06)


### Bug Fixes

* fully merge defaultResponses ([fb7525b](https://github.com/o2team/koa-joi-router-docs/commit/fb7525b07c0d2855924a33b73d1bd65b545782bd))
