Changelog History
-
v0.5.0.0 Changes
January 16, 2018๐ 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.
-
v0.4.1 Changes
June 17, 2015Put end points in canonical order.
-
v0.4.1.4 Changes
July 25, 2017๐ Supports servant-docs 0.11. Changed behaviour means that this release ๐ can no longer support older versions.
-
v0.4.1.3 Changes
July 25, 2017โก๏ธ Updated dependencies for http-media, pandoc-types and servant-docs.
๐ New maintainer: Ivan Miljenovic
-
v0.4.1.2 Changes
November 18, 2015Explicit import list for lens to hopefully avoid dependency problems.
-
v0.4.1.1 Changes
July 26, 2015Modify version bounds
-
v0.4
May 23, 2015 -
v0.1 Changes
January 04, 2015๐ Initial release
-
v0.1.0.2 Changes
January 04, 2015๐ Fix breaking interface change from servant-docs 0.3
-
v0.1.0.1 Changes
January 04, 2015๐ Fix trailing "," when rendering list of values