BSD-3-Clause licensed by Julian K. Arni
Maintained by [email protected]
This version can be pinned in stack with:servant-auth-swagger-0.2.10.0@sha256:abda2a5756dfb8854fd85cbeaeefd806d1725d0a5d86f174acbd3b8a502fff52,2631

Module documentation for 0.2.10.0

Used by 1 package in nightly-2018-07-21(full list with versions):

This package provides instances that allow generating swagger2 schemas from servant APIs that use servant-auth's Auth combinator.

For a quick overview of the usage, see the README.

Changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.10.0] - 2018-06-18

Added

  • Support for GHC 8.4 by @phadej
  • Changelog by @domenkozar
  • #93: add Cookie in SwaggerSpec API by @domenkozar
  • #42: add dummy AllHasSecurity Cookie instance by @sordina