servant-pandoc v0.5.0.0 Release Notes
Release Date: 2018-01-16 // over 8 years ago-
๐ This release has behavioural changes to match how servant-docs 0.11.1 works (hence the major version bump).
API Change:
โ Add
pandocWiththat takes in aRenderOptions. 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
GETfor 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.