Skip to content

Releases: responsibleapi/responsible

v0.4.1

13 Nov 12:05

Choose a tag to compare

Don't produce propertyNames for regular string keys

v0.3.19

12 Nov 21:24

Choose a tag to compare

OpenAPI 3.1.0

v0.3.17

25 Sep 21:41

Choose a tag to compare

Fix empty required array in object schemas

v0.3.15

09 Jun 13:14

Choose a tag to compare

Support extends= prop in structs. Example:

struct "User" {
  id "UserID"
  email "email"
  name "string" minLength=1
  (?)avatar80 "httpURL"
}

struct "TeamMember" extends="User" {
  role "MemberRole"
}

Compiles to OpenAPI allOf https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/

v0.3.7

09 Sep 19:59

Choose a tag to compare

cli 0.3.7

v0.3.6

10 Jun 09:03

Choose a tag to compare

v0.3.6

v0.2.0

18 Jan 08:34

Choose a tag to compare

Full Changelog: v0.1.9...v0.2.0

v0.1.9

18 Jan 08:30

Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

v0.1.8

10 Jan 12:01

Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

v0.1.2

28 Nov 12:19

Choose a tag to compare

--version arg