Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 897 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 897 Bytes

Changelog

The latest version of this document is on GitHub.

0.1.0.0

  • Initially created.

0.2.0.0

  • Use OMap as underlying representation for intermediate documentation structure.

  • Expose HasDocumentApi typeclass to allow custom API type combinator parsing.

0.2.0.1

  • Update CHANGELOG, README

0.3.0.0

  • Add markdown support

  • Update typeclass names in Servant.Docs.Simple.Parse:

    HasParsable -> HasParsableApi

    HasDocumentApi -> HasParsableEndpoint

    parse -> parseApi

0.4.0.0

  • Improve how type-level lists are rendered. Instead of "Format: ': * JSON ('[] *)" you'll get "Format: [JSON]"

  • Fix bug when any given API combinator would only be rendered once per endpoint

  • API change: removed toDetails function. Use Details constructor directly instead.