0.2-beta.8
版本发布时间: 2020-06-15 19:39:29
papsign/Ktor-OpenAPI-Generator最新发布版本:0.3-beta.3(2022-06-19 06:07:14)
- Added Status Modules and corresponding utility functions
- Changed Module provider to use KTypes instead of KClasses; Broken code needs to either specify
type = x::class.startprojectedType
or use the reified inline version ofregisterModule
depending on what the desired behavior is. - Changed Module provider to Guarantee insertion order while preserving HashSet Uniqueness for retro compatibility. Last insertions are guaranteed to be at the end of the
ofType
returned collection now, allowing to use the module provider like a stack.