Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Releases: swagger-api/swagger-scala-module

Swagger-scala-module v1.0.6 released!

07 Dec 15:02
00dedc8
Compare
Choose a tag to compare

Notable changes

  • update core and jackson versions (#65)
  • scala 2.13.0 build (#63)

Swagger-scala-module v1.0.5 released!

08 Apr 10:40
b86989d
Compare
Choose a tag to compare

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!

07 Jun 15:07
Compare
Choose a tag to compare

Minor update to include a fix for BigDecimal #36

Swagger-scala-module 1.0.3 Released!

20 Jan 22:44
Compare
Choose a tag to compare

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!