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

Releases: apiaryio/drafter.js

v2.4.2

04 Jul 13:31
Compare
Choose a tag to compare

Bug Fixes

  • This release ensures that the .gyp and .gypi files are not detected during
    building the NPM package. NPM incorrectly computes the gypfile without
    respecting the .npmignore file.
    npm/read-package-json#52

v2.4.1

04 Jul 12:20
Compare
Choose a tag to compare

Bug Fixes

  • Removes unnecessary files from the NPM package. 2.4.0 included the C++ source
    for Drafter and this causes problems while trying to install the package via
    NPM since it will try and use node-gyp to build the source.

v2.4.0

04 Jul 09:44
Compare
Choose a tag to compare

Enhancements

1A9 Release - Named Endpoints

11 Jun 17:27
Compare
Choose a tag to compare

This release updates protagonist to v0.20.1


Protagonist v0.20.1

Maintenance Release

15 May 11:30
Compare
Choose a tag to compare

This PR fixes a small bug which occurs due to sometimes non-existent elements.

Maintenance Release: Recursive expansion

15 May 11:40
Compare
Choose a tag to compare

This release fixes a bug where the drafter.js is not recursively expanding MSON for all nested members in the data structures

Maintenance Release: Resource Groups Regression

16 Apr 16:16
Compare
Choose a tag to compare

This release fixes a major regression with resource groups that do not have any resources and has just a description or a name

Maintenance Release: Circular Reference

16 Apr 16:12
Compare
Choose a tag to compare

This release updates protagonist to v0.19.3 and updates boutique.js to v0.1.5

In addition to that, it also resolves base type to an implicit object.


Protagonist v0.19.3
Boutique.js v0.1.5

Maintenance Release: Circular inheritance

10 Apr 19:28
Compare
Choose a tag to compare

This release updates protagonist to v0.19.1 and also fixes a bug where a non-named resource contains attributes section.


Protagonist v0.19.1

Maintenance Release: Non-blocking

10 Apr 19:26
Compare
Choose a tag to compare

This releases fixes the issue where using async.waterfall is blocking the event loop.