Skip to content

Releases: LiveRamp/reslang

v6.2.6

04 Apr 00:21
f8af0db
Compare
Choose a tag to compare

The definition of version support semver format goes something like (Major.Minor.Patch-).

v6.2.5

02 Mar 07:05
124dd41
Compare
Choose a tag to compare
  • Add required attribute to httpHeader. Support optional HTTP request headers.

v6.2.4

30 Dec 21:02
32bb91b
Compare
Choose a tag to compare
  • Include flag --oneof-polymorphism to translate union reslang definitions into swagger oneOf field instead of allOf

v6.2.3

23 Nov 15:47
4a00cec
Compare
Choose a tag to compare
  • Include the descriptions from /events syntax in the generated description for operations in asyncapi spec.
  • Fix error when running --events --open flags: The programmatic API was removed in npm v8.0.0
  • Dependency updates

v6.2.1

05 Nov 22:59
0749157
Compare
Choose a tag to compare
  • Add nullable: Added support to generate nullable attributes in schemas for swagger specs.
  • Fix event namespaces: AdHoc channels for events did not respect namespaces when generating topic names.
  • Add default modifier to enum attributes. Enum and primitves properties now can set a default value.
  • Fix verb enum: events that included a rest resource generated an invalid json schema. (specifically included empty enum array)
  • Fix env flag: it was being ignored and overriden with PROD in most places.
  • Add Summary: syntax for summaries in swagger generated specs for operations
  • Reword generated swagger descriptions for paginated APIs