Skip to content

Releases: cyclosproject/ng-openapi-gen

0.19.2

15 Nov 15:08
Compare
Choose a tag to compare
  • Wrong blob type for text/* mime type with format: binary (#180)

0.19.1

14 Oct 10:49
Compare
Choose a tag to compare
  • Improve typescript pair type in request-builder.ts (#176)

0.19.0

01 Oct 13:24
Compare
Choose a tag to compare
  • 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

24 Sep 14:10
Compare
Choose a tag to compare
  • 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

08 Sep 10:43
Compare
Choose a tag to compare
  • Deprecation warning (#168)

0.17.2

16 Jul 18:15
Compare
Choose a tag to compare
  • Update libraries, as some are giving problems with the latest Angular version (#163)

0.17.1

14 Jun 11:28
Compare
Choose a tag to compare
  • Content with charset breaks the responseType (#154)

0.17.0

16 Mar 17:41
Compare
Choose a tag to compare
  • Combinatorial operators priority not respected (#111)
  • Add customizedResponseType (#145)
  • Inline objects don't honor "nullable": true (#151)

0.16.0

01 Mar 15:40
Compare
Choose a tag to compare
  • Missing properties for polymorphic types in case of the swagger generator is Swashbuckle.AspNetCore (#142)

0.15.0

05 Jan 11:56
Compare
Choose a tag to compare
  • Fix explode false condition (#131)
  • The nesting of services structure is only 2 levels (#133)