Skip to content

Releases: haskell-servant/servant-swagger

v1.1.1

22 Jul 23:10
4c28ab5
Compare
Choose a tag to compare
  • Minor fixes:
    • Fix unused-imports and unused-foralls warnings;
    • Fix tests to match swagger2-2.1.1 (add example property for UTCTime schema).

v1.1

11 Jul 08:59
v1.1
Compare
Choose a tag to compare
  • Breaking changes:
    • Requires swagger2 >= 2.1
    • Requires servant >= 0.5
  • Notes:
    • GHC-8.0 compatible release

v1.0.3

07 Feb 21:02
Compare
Choose a tag to compare
  • Fixes:
    • Improve compile-time performance of BodyTypes even further (see 18e0d95)!

v1.0.2

07 Feb 00:19
Compare
Choose a tag to compare
  • Minor changes:
    • Add GHC 7.8 support (see #26).
  • Fixes:
    • Improve compile-time performance of BodyTypes (see #25).

v1.0.1

07 Feb 00:18
Compare
Choose a tag to compare
  • Fixes:
    • Stop using Data.Swagger.Internal;
    • Documentation fixes (links to examples).

v1.0

07 Feb 00:18
Compare
Choose a tag to compare
  • Major changes (see #24):
    • Switch to swagger2-2.*;
    • Add automatic ToJSON/ToSchema validation tests;
    • Add great documentation;
    • Export some type-level functions for servant API.
  • Minor changes:
    • Rework Todo API example;
    • Stop exporting ToResponseHeader, AllAccept and AllToResponseHeader (see bd50db4);
    • Change maintainer, update authors/copyrights (see 1a62681);
    • Include changelog and example files into extra-source-files.

v0.1.2

27 Jan 21:15
Compare
Choose a tag to compare
  • Fixes:
    • Fix default spec for ReqBody param to be required (see #22);
    • Set version bounds for swagger2.

v0.1.1

22 Jan 12:45
Compare
Choose a tag to compare
  • Fixes:
    • Fix subOperations to filter endpoints also by method (see #18);
    • Fix response schema in ToSwagger instance for Header (see b59e557).

v0.1

31 Dec 00:16
Compare
Choose a tag to compare
  • Major changes
    • Use swagger2 for data model (see #9); this changes almost everything.