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.1@sha256:c407d1db31a8a5faae830b55b8e074c33d4a3cb74b91982cd43f6d2e3a570e2d,2905

Module documentation for 0.2.10.1

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

[Unreleased]

[0.2.10.1] - 2020-10-06

Changed

  • Support GHC 8.10 @domenkozar
  • Fix build with swagger 2.5.x @domenkozar

[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