Releases: cyclosproject/ng-swagger-gen
Releases · cyclosproject/ng-swagger-gen
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
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
1.8.0
- 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)