Skip to content

Releases: cyclosproject/ng-swagger-gen

2.3.1

26 Feb 12:49
Compare
Choose a tag to compare
  • Error on non-string path variables (#257)

2.3.0

14 Jul 10:55
Compare
Choose a tag to compare
  • Add skip proxy setup option (#237)
  • Fix if model type is string (#238)
  • Unable to receive PNG as octet-streams (#243)

2.2.1

04 May 13:17
Compare
Choose a tag to compare
  • Running ng-swagger-gen does never return an error code !=0 even if errors occur (#239)

2.2.0

30 Mar 11:26
Compare
Choose a tag to compare
  • Missing templates fall back to built-in (#203)
  • Further fixes for allOf processing (#228)
  • 2 spaces generated behind generated interface name in ng-swagger-gen 2.0 (#232)
  • Documentation for new timeout options (#233)

2.1.0

19 Mar 17:47
Compare
Choose a tag to compare
  • Add timeout parameter for on-the-fly code generations (#230)
  • Summary field is not included in docstring (#229)

2.0.0

13 Mar 18:49
Compare
Choose a tag to compare

This release was mostly from community contribution.
Thank you all for the PR's!

  • Generated models doesn't follow definition correctly when using model composition with allOf (#197)
  • Variables in toPathExpression need to be encoded (#208)
  • Different sort order of generated properties (#209)
  • Fixes a bug if a property contains a dot (#210)
  • Use propertyName instead of modelName to sort the modelProperties (#211)
  • Single quotes in enum values are not escaped (#213)
  • Fix html encoded objects (#214)
  • Error: socket hang up (#217)
  • Added support for $ref in examples (#219)
  • Added Custom file suffixes (#220)
  • Unnecessary JSON.stringify on formData Enum (#223)

1.8.1

22 Aug 12:30
Compare
Choose a tag to compare
  • Extended class starts with lower case name instead of uppercase (#202)

1.8.0

14 Aug 16:19
Compare
Choose a tag to compare
  • Invalid array handling in multipart/form-data (#184)
  • Remove from generated services an unused header line (#190)
  • Store models internally with a normalized name (#192)
  • Proxy for Node.js starting from v10.16 (#193)
  • Single quotes in paths are not escaped (#195)
  • Handle multiple 2xx response types (#196)
  • Generated response doesn't follow definition correctly when using model composition with allOf (#198)

1.7.1

01 Jul 11:17
Compare
Choose a tag to compare
  • Fixed a broken generation in some cases (#173)

1.7.0

05 Apr 12:11
Compare
Choose a tag to compare
  • Add an option to force service methods to be camelCase (#93)