Releases: haskell-servant/servant-swagger
Releases · haskell-servant/servant-swagger
v1.1.1
- 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
- Breaking changes:
- Requires
swagger2 >= 2.1
- Requires
servant >= 0.5
- Notes:
- GHC-8.0 compatible release
v1.0.3
- Fixes:
- Improve compile-time performance of
BodyTypes
even further (see 18e0d95)!
v1.0.2
- Minor changes:
- Add GHC 7.8 support (see #26).
- Fixes:
- Improve compile-time performance of
BodyTypes
(see #25).
v1.0.1
- Fixes:
- Stop using
Data.Swagger.Internal
;
- Documentation fixes (links to examples).
v1.0
- 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
- Fixes:
- Fix default spec for
ReqBody
param to be required (see #22);
- Set version bounds for
swagger2
.
v0.1.1
- Fixes:
- Fix
subOperations
to filter endpoints also by method (see #18);
- Fix response schema in
ToSwagger
instance for Header
(see b59e557).
v0.1
- Major changes
- Use
swagger2
for data model (see #9); this changes almost everything.