The latest version of this document is on GitHub.
- Initially created.
-
Use OMap as underlying representation for intermediate documentation structure.
-
Expose HasDocumentApi typeclass to allow custom API type combinator parsing.
- Update CHANGELOG, README
-
Add markdown support
-
Update typeclass names in
Servant.Docs.Simple.Parse
:HasParsable
->HasParsableApi
HasDocumentApi
->HasParsableEndpoint
parse
->parseApi
-
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. UseDetails
constructor directly instead.