github cyclosproject/ng-openapi-gen 0.18.0

latest releases: 0.23.0, 0.22.0, 0.21.2...
2 years ago
  • 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.

Don't miss a new ng-openapi-gen release

NewReleases is sending notifications on new releases.