Skip to content

Releases: iheartradio/play-swagger

0.7.2

20 Nov 16:24
Compare
Choose a tag to compare

Open API /Swagger v3 Support thanks to @ asdcdow

v0.6.4

20 Nov 16:25
Compare
Choose a tag to compare

Open API /Swagger v3 Support thanks to @ asdcdow

0.7.0 - Play 2.6 on Sbt 1.0.3

07 Nov 14:00
Compare
Choose a tag to compare
v0.7.0

Releasing 0.7.0

0.6.1 Play 2.6

05 Jul 13:16
Compare
Choose a tag to compare

Built against Play 2.6

Play-swagger 0.6.0

07 Apr 14:54
Compare
Choose a tag to compare

New Features

  • adding support for environment variables as markup (#151) by @mtrovo
  • Maintain route file ordering in SwaggerSpecGenerator (#152) by @tculshaw

Bug Fixes

  • Fixing generation of string default parameters (#145) - by @mtrovo

Thanks so much to @mtrovo and @tculshaw!

0.5.4

10 Jan 00:22
Compare
Choose a tag to compare

0.5.3 Bugfix and ScalaEnum

21 Sep 14:44
Compare
Choose a tag to compare
  • fixed a bug with sub routes root path #130
  • added support for scala enums #125, thanks very much @mosche !

0.5.1 - custom type mapping

02 Sep 15:48
Compare
Choose a tag to compare

0.2.0

04 Mar 14:57
Compare
Choose a tag to compare

Changes since 0.1.10

Improvements

  1. using play routes compiler to parse the routes file
  2. remote the need for Routes.documentations
  3. added the support for different routes file

Bug fixes

  1. type alias when used as a type parameter
  2. Fixed type mapping for BigDecimal

Contributors

  1. joprice
  2. mkreis
  3. carlsonngo