Skip to content

Releases: Holmusk/servant-docs-simple

Improve type level list formatting, allow multiple API combinators of the same type per route

21 Sep 08:17
Compare
Choose a tag to compare
  • 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.