Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Releases: apiaryio/snowcrash

AST v1.0

31 Aug 16:50
Compare
Choose a tag to compare
AST v1.0 Pre-release
Pre-release

This release brings major changes to API Blueprint AST and its serialization introducing fully 1A capable AST v1.0. Also introducing API Blueprint AST Media Types vnd.apiblueprint.ast.raw+json; version=1.0 and vnd.apiblueprint.ast.raw+yaml; version=1.0.

In addition this release also includes following bug fixes:

  • #18: Snowcrash CLI output is not a valid YAML
  • #22: Normalize snowcrash AST JSON output

Maintenance release

28 Aug 14:16
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

Build system fixes:

  • Fixed build problems with GCC 4.7 - #21
  • Added the option to build dynamic libraries - #25

Maintenance release

18 Jul 14:33
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

Fixed compatibility with Node.js build system.

Maintenance release

18 Jul 13:19
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

This is a maintenance release improving work with the build system configuration files for binding writers.

Informative messages

18 Jul 08:26
Compare
Choose a tag to compare
Informative messages Pre-release
Pre-release

Parser now provides much more informative messages on error and warnings. These messages now include more detailed explanation as well as an example with possible solutions, where applicable.

Unexpected block errors are now accompanied by available keywords for particular type of block (e.g. header keywords, list keywords ...)

Dangling Assets

18 Jul 06:58
Compare
Choose a tag to compare
Dangling Assets Pre-release
Pre-release

By resolving the issue #9 this release aims to drastically improve API Blueprint learning curve. Dangling asset paragraph and code blocks are now recognized and accepted by the parser.

In addition this release brings some minor stability improvements.

Maintenance release

15 Jul 14:10
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

Improved interface for binding writers.

In addition the following issues were fixed since the previous release:

  • #8: Support description ending with an list item
  • #13: Invalid ‘warning: empty body asset’ for certain status codes
  • #14: Do not report duplicate response when media type differs

Initial release fixes

08 Jul 16:01
Compare
Choose a tag to compare
Initial release fixes Pre-release
Pre-release

This release fixes some issues with the original release as well as adds improvements for binding writers and building on Windows.