Skip to content

Releases: responsibleapi/responsible

v0.3.17

25 Sep 21:41
Compare
Choose a tag to compare

Fix empty required array in object schemas

v0.3.15

09 Jun 13:14
Compare
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
Compare
Choose a tag to compare
cli 0.3.7

v0.3.6

10 Jun 09:03
Compare
Choose a tag to compare
v0.3.6

v0.2.0

18 Jan 08:34
Compare
Choose a tag to compare

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

v0.1.9

18 Jan 08:30
Compare
Choose a tag to compare

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

v0.1.8

10 Jan 12:01
Compare
Choose a tag to compare

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

v0.1.2

28 Nov 12:19
Compare
Choose a tag to compare
--version arg