Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Releases: apiaryio/fury.js

3.0.0 Beta 4

07 Aug 18:16
Compare
Choose a tag to compare

Breaking

Fury was updated to use Minim 0.19.

Release 2.0.0

29 Apr 16:51
Compare
Choose a tag to compare
  • Upgrade Minim to 0.14.0 and thus remove the short hand notation in fury
  • Upgrade Minim Parse Result to 0.2.2

Release 1.0.3

04 Dec 00:19
Compare
Choose a tag to compare
  • Dependency update to support require support for the links element.
  • When a parser returns an error it is sometimes useful to inspect the parse result. This now gets passed back to the handler function and can be used to print more information, such as parser annotations, when an error occurs.

Release 1.0.2

30 Nov 14:40
Compare
Choose a tag to compare

Upgrade Minim Parse Result to 0.2.1

Release 1.0.1

30 Nov 14:28
Compare
Choose a tag to compare

Upgrade Minim to 0.12.3

Fury 1.0.0

17 Nov 19:58
Compare
Choose a tag to compare
  • Remove legacy interface. The only available interface is now the Refract interface. In order to use it, you must load adapter modules to handle particular formats.

Maintenance Release: Refract Updates & Action URI Fix

30 Jul 08:52
Compare
Choose a tag to compare

This release updates the underlying Minim library for working with Refract elements and fixes a bug.

  • Refract: Update to Minim 0.9.0
  • Legacy AST: Fix a bug related to the action's URI template not having precedence over the resource URI. #40

Maintenance Release: Swagger reader and Blueprint renderer fixes

02 Jul 14:20
Compare
Choose a tag to compare

This release brings couple fixes to how Swagger Adapter and API Blueprint Adapter operate.

  • Swagger: Add support for arrays in query parameters
  • Swagger: Handle transitions with no responses
  • API Blueprint: Handle transitions with no requests and responses

Maintenance Release: Swagger reader and Blueprint renderer fixes

26 Jun 12:18
Compare
Choose a tag to compare

This release brings couple fixes to how Swagger Adapter and API Blueprint Adapter operate.

  • Swagger: Handle response schemas in Swagger 2.0
  • Swagger: Ignore default responses
  • Swagger: Handle description of transitions
  • API Blueprint: Reduce new lines in rendered output.

Drafter.js v0.2.5

Maintenance Release: Swagger reader fixes

07 Jul 09:22
Compare
Choose a tag to compare
  • Better parameter support for Swagger parser. (#26)
  • Dereferncing of local references in JSON Schemas (#27)