Skip to content

v6.2.1

Compare
Choose a tag to compare
@nhtzr nhtzr released this 05 Nov 22:59
· 89 commits to master since this release
0749157
  • 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