All Versions
10
Latest Version
Avg Release Cycle
133 days
Latest Release
2264 days ago

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 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.

  • v0.4.1 Changes

    June 17, 2015

    Put 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, 2015

    Explicit import list for lens to hopefully avoid dependency problems.

  • v0.4.1.1 Changes

    July 26, 2015

    Modify 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