This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/drafter.js
Releases · apiaryio/drafter.js
v2.4.2
Bug Fixes
- This release ensures that the .gyp and .gypi files are not detected during
building the NPM package. NPM incorrectly computes thegypfile
without
respecting the.npmignore
file.
npm/read-package-json#52
v2.4.1
v2.4.0
Enhancements
- Substantial performance improvements, parsing blueprints is now much faster.
- drafter.js now follows Universal Module Definition (UMD).
1A9 Release - Named Endpoints
Maintenance Release
This PR fixes a small bug which occurs due to sometimes non-existent elements.
Maintenance Release: Recursive expansion
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
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
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.
Maintenance Release: Circular inheritance
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
This releases fixes the issue where using async.waterfall
is blocking the event loop.