Skip to content

0.50.0

Compare
Choose a tag to compare
@luisfpg luisfpg released this 24 Aug 19:22
· 43 commits to master since this release

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).