This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/api-elements.js
Releases · apiaryio/api-elements.js
minim-parse-result 0.11.0
Breaking
- Node 4 is no longer supported.
- The package no longer contains a browser bundle of minim-parse-result.
Enhancements
- Update minim to 0.22.1.
minim-api-description 0.9.0
Breaking
- Node 4 is no longer supported.
- The package no longer contains a browser bundle of minim-api-description.
Enhancements
- Update minim to 0.22.1.
- Introduced .valueOf method reducing an API Element from its type to a normalised value.
fury-adapter-oas3-parser 0.6.0
Enhancements
- Compatibility with Fury 3.0.0 Beta 9.
Bug Fixes
- Fix handling of empty
!!set
and!!map
in YAML parsing.
fury 3.0.0-beta.9
Breaking
- Fury asynchronous APIs will no longer include both an error and a result value. The APIs will now contain an error if the method could not proceed, or a result. In the case of the
validate
andparse
functions, these will return a parse result with any error annotations upon a validation error and will no longer include an error in the asynchronous callback.
Enhancements
- Update minim to 0.23.0.