Releases: cyclosproject/ng-openapi-gen
Releases · cyclosproject/ng-openapi-gen
0.52.0
- Exclude API definitions with by matching the API path (#279)
- Fix self-ref within schema inheritance (allOf) (#311)
- "DO NOT EDIT" comments at the top of generated files (#314)
- Adds option to maintain different media types of one one response type (#317)
- Add an option to prevent model names capitalization (#319)
0.51.0
0.50.5
0.50.4
0.50.3
0.50.2
0.50.1
0.50.0
Now requests are done by separated functions (#282).
Although the same API is generated by default, this is a major change, and as such, the version was bumped to a higher number (still in 0.x, though, from 0.25.x to 0.5.x).
It is possible to no longer generate services, and use only specific functions in code.
This helps reduce the bundle size of applications with a large API.
See https://github.com/cyclosproject/ng-openapi-gen#using-functional-api-calls
Some templates have significantly changed. So, if you have custom templates, please, rebase them to the latest ones.
Also, json-schema-ref-parser was downgraded due to (#267).