Releases: evolvable-by-design/pivo
Releases · evolvable-by-design/pivo
Third alpha release
This version 0.0.3 of Pivo comes with many changes:
- fix multiple bugs
- adds the possibility to configure the axios instance internally used by Pivo
- when not all parameters are provided to invoke an operation, Pivo will now prompt the user to let him input the values of the missing required parameters. This can be disabled.
- adds support for the allOf property of JsonSchema / OpenApi
- add options for the research of operations in all the methods of the Pivo class
- add a static method on the Pivo class to ease its setup, named fetchDocumentationAndCreate that will fetch the documentation and instantiate a Pivo instance from the provided parameters
- add the raw response elements to the responses of Pivo
- type SemanticResource
Second alpha release
- Add support for the use of multiple semantic descriptors for one field in the OpenApi spec.
- Add methods to adjust the granularity of the data returned by the SemanticData methods
First release (alpha)
This very first release is an alpha version that is very likely to contain many bugs.
It is available on npm.
It contains:
- the basement of the library through a single entry point: the Pivo class
- the support for OpenApi documentation