Releases: goldspecdigital/oooas
Releases · goldspecdigital/oooas
v1.0.0
First release 🎉🚀
This marks the first production ready release!
Added
- Object creation methods no longer require the parameters required by the OpenAPI spec. These required properties can alternatively be set after the object creation with the supplementary setter methods.
- Documentation and other open-source related content.
v0.4.1
Fixed
- Operation methods fixed.
v0.4.0
Added
- Method to update the
name
property on a schema.
v0.3.0
Added
- Added
example
property to schema.
v0.2.1
Fixed
- Setting the
nullable
property for the schema defaults totrue
.
v0.2.0
Changed
- Array now nested within
allOf
. - Schema now supports
nullable
property.
v0.1.0
Added
- First release of beta.