fix: free form annotation can be applied to top level type (#219)

This commit is contained in:
Ryan Brink
2022-03-05 11:10:30 -05:00
committed by GitHub
parent 2364aaa754
commit 5fe9fffdee
10 changed files with 122 additions and 31 deletions

View File

@ -12,6 +12,10 @@
## Released
## [2.3.1] - March 5th, 2022
### Changed
- Can now apply `@FreeFormObject` to top level types
## [2.3.0] - March 1st, 2022
### Added
- Brand new SwaggerUI support as a KTor plugin with WebJar under the hood and flexible configuration