Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 827 Bytes

Change Log

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.

[1.5.2] (2018-04-12)

Changed

  • #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".

[1.5.0] (2017-03-30)

Changed

  • #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.