All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #12: add datetime field type to the API blueprint output, to fix errors when attempting to render documentation for collection schemas with fields of type "DateTime".
- #2: replace the protagonist API Blueprint parser with Drafter. Protagonist installation fails on some systems (requires Python 2 and an uptodate compiler). Drafter uses Protagonist if it can be installed, else falls back to a slower JS implementation of the parser.