servant-pandoc v0.5.0.0 Release Notes

Release Date: 2018-01-16 // over 6 years ago
  • ๐Ÿš€ This release has behavioural changes to match how servant-docs 0.11.1 works (hence the major version bump).

    API Change:

    • โž• Add pandocWith that takes in a RenderOptions. This allows for:

      • Selecting whether to show all or just one mime-type for requests and responses.
      • Optionally group all Notes under a common header.

    Behavioural Changes:

    • Display notes, auth

    • Rationalise header depths

    • Document the HTTP method the parameters of an endpoint belong to (rather than assuming GET for all of them).

    • ๐Ÿ– Handle multiple content types for request/response bodies.

    • โž• Add a grouping header for the Headers and endpoint is sensitive to.


Previous changes from v0.4.1

  • Put end points in canonical order.