Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Releases: apiaryio/api-elements.js

minim-parse-result 0.11.0

26 Feb 12:12
Compare
Choose a tag to compare

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

26 Feb 12:12
Compare
Choose a tag to compare

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

27 Feb 12:04
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fix handling of empty !!set and !!map in YAML parsing.

fury 3.0.0-beta.9

27 Feb 12:03
Compare
Choose a tag to compare

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 and parse 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