Skip to content

Releases: softwaremill/sttp-apispec

v0.10.0

25 Apr 08:26
Compare
Choose a tag to compare

What’s Changed

v0.9.0

16 Apr 11:11
Compare
Choose a tag to compare

What’s Changed

  • Reworked Schema to be a complete representation of an OpenAPI 3.1 Schema Object (#152) @ghik

v0.8.0

14 Mar 09:53
Compare
Choose a tag to compare

What’s Changed

v0.7.4

25 Jan 15:13
21b2c35
Compare
Choose a tag to compare

What’s Changed

v0.7.3

24 Nov 14:04
f49f543
Compare
Choose a tag to compare

What’s Changed

  • Update sbt-softwaremill-browser-test-js, ... to 2.0.18 (#112) @softwaremill-ci
  • Set circe-yaml version to 0.15.1, prevent future updates to 1.x (#132) @adamw

v0.7.2

21 Nov 20:56
f117dee
Compare
Choose a tag to compare

What’s Changed

v0.7.1

12 Oct 08:43
2d28a8b
Compare
Choose a tag to compare

What’s Changed

  • Fix reference serialisation in openapi 3.0 (#120) @adamw

v0.7.0

09 Oct 14:59
1317d82
Compare
Choose a tag to compare

What’s Changed

  • Schemas contain references to other schemas, instead of being either referenced to, or a "proper" schema (#117) @adamw

v0.6.3

02 Oct 10:55
f0c880e
Compare
Choose a tag to compare

What’s Changed

  • Keep keys order when overriding model attributes with extensions (#116) @hygt
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 (#115) @softwaremill-ci

v0.6.2

25 Sep 13:37
b595dd8
Compare
Choose a tag to compare

What’s Changed

  • Revert "Allow doc extensions to override model's default attributes" (#114) @adamw