Skip to content

Releases: apiaryio/drafter

Maintenance Release: Circular inheritance

10 Apr 19:16
Compare
Choose a tag to compare

This release updates snowcrash version to v1.0.1


Snowcrash v1.0.1

Maintenance: Fix memory leak

02 Apr 11:35
Compare
Choose a tag to compare

This release fixes memory leak in CLI interface

Initial Release

30 Mar 17:04
Compare
Choose a tag to compare

This is an initial release of Drafter which is a Snow Crash parser harness. With the latest major release of Snow Crash, a few features have been separated from snowcrash and moved into Drafter.

  • Drafter now has CLI which has the same interface as the old snowcrash's CLI.
  • Drafter provides C-interface in such a way that it sends the serialized Parse Result to the binding which then manipulates it after deserializing.

Installation

You can install Drafter using Homebrew

$ brew install --HEAD \
  https://raw.github.com/apiaryio/drafter/master/tools/homebrew/drafter.rb

Snowcrash v1.0.0