Changelog of @hackage/servant-docs-simple 0.3.0.0

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