This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
Releases: swagger-api/swagger-scala-module
Releases · swagger-api/swagger-scala-module
Swagger-scala-module v1.0.6 released!
Swagger-scala-module v1.0.5 released!
A new release of the swagger-scala-module has just been pushed to maven central. In this release:
- Updated scala and sbt versions
- Updated versions of swagger-core, jackson and other dependencies
- Fix NPE and build error on Windows (#39)
- Update readme: how to hide model properties (#40)
- Fix Option[Boolean] being recognized as a BigDecimal (#46)
Swagger-scala-module v1.0.4 released!
Minor update to include a fix for BigDecimal #36
Swagger-scala-module 1.0.3 Released!
A new release of the swagger-scala-module has just been pushed to maven central. In this release:
- Support for scala 2.12
- Updated versions of swagger-core
- Updated versions of jackson (2.8.x)
Note that previously, swagger-scala-module would default all schema properties to optional
. This was not the correct behavior, and as of 1.0.2 these properties will be considered required
unless inside an Option[T]
.
Many thanks to the community for helping with this project!