Skip to content

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

Latest
Compare
Choose a tag to compare
@jhrcek jhrcek released this 21 Sep 08:17
· 1 commit to master since this release
  • 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.