Skip to content

Releases: evolvable-by-design/pivo

Third alpha release

01 Dec 16:20
9988497
Compare
Choose a tag to compare
Third alpha release Pre-release
Pre-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

15 May 10:53
41f790d
Compare
Choose a tag to compare
Second alpha release Pre-release
Pre-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)

22 Apr 15:27
Compare
Choose a tag to compare
First release (alpha) Pre-release
Pre-release

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