- Fixes handling of headers which do not contain values.
- Enable synchronous serialization.
Adds compatibility for @apielements/core 0.2.0.
The package has been updated for compatibility with @apielements/core
.
The package has been renamed to @apielements/apib-serializer
.
- Compatibility with Fury 3.0.0 Beta 14.
- Prevents an exception from being thrown when serializing href variables which do not include a value. #357
- Prevent double new lines being appended to the end of serialized API Blueprints.
- Compatibility with Fury 3.0.0 Beta 12.
- Support for NodeJS 6 has been removed, upgrading to NodeJS 8 or newer is recommended.
- Compatibility with Fury 3.0.0 Beta 10.
- Fixes an issue where the serialiser would raise an exception when dealing with message body payloads which do not contain headers.
- Compatibility with Fury 3.0.0 Beta 9.
- Node 4 is not supported anymore.
- API Blueprint Serializer now requires Fury 3.0.0 Beta 8.
### Enhancements
- Compatibility with Fury 3.0.0 Beta 7.
### Enhancements
- Compatibility with Minim 0.20.1 and Fury 3.0.0 Beta 6.
- Compatibility with Minim 0.19 and Fury 3.0.0 Beta 4.
- Adds support for Data Structures produced from the Fury Swagger Adapter.
- Adds support for Fury 3.0.0-beta.3.
- Adds support for Fury@3 and includes multiple fixes
- Upgrade babel-runtime dependency to v6
- Drop support for node 0.12 and 0.10
- Adds support for Fury ~> 2.3.
- Fixes handling of parameter descriptions.
- Fixes handling of MSON data structures and MSON attributes.
- Fix handling of request/responses with empty bodies but including a description. These must make use of an empty body via
+ Body
or the description is considered the body content.
- Fix packaging issue that prevented the template from shipping with the published npm package.
- Fix display of request/response description.
- Fix old reference to
transition.parameters
which is now calledhrefVariables
.
- Initial release.