Releases: cyclosproject/ng-openapi-gen
Releases · cyclosproject/ng-openapi-gen
0.19.2
- Wrong blob type for text/* mime type with format: binary (#180)
0.19.1
- Improve typescript pair type in request-builder.ts (#176)
0.19.0
- Configure tsc to generate declaration file (.d.ts) (#152)
- npm dependencies diet (#174)
- Path parameters are not being URL encoded correctly (#175)
0.18.0
- Use type composition instead of interface subtyping (#110)
This release applies a long-planned feature to use type composition instead of inheritance, thanks to @hmil.
As we generate interfaces, not classes, it is backwards compatible, because the type X being an interface A which extends B is equivalent as type Y which is A & B.
0.17.3
- Deprecation warning (#168)
0.17.2
- Update libraries, as some are giving problems with the latest Angular version (#163)
0.17.1
- Content with charset breaks the responseType (#154)
0.17.0
- Combinatorial operators priority not respected (#111)
- Add customizedResponseType (#145)
- Inline objects don't honor "nullable": true (#151)
0.16.0
- Missing properties for polymorphic types in case of the swagger generator is Swashbuckle.AspNetCore (#142)
0.15.0
- Fix explode false condition (#131)
- The nesting of services structure is only 2 levels (#133)