Changelog for servant-openapi3-2.0.1.6
1.1.8
- Support servant-0.17
1.1.7.1
- Support swagger2-2.4
1.1.7
- Support servant-0.15
- support for 'Stream' and 'StreamBody' combinators
- orphan 'ToSchema (SourceT m a)' instance
 
- Fix BodyTypes to work with generalized ReqBody' #88
1.1.6
- 
Fixes: - validateEveryToJSONnow prints validation errors
 
- 
Notes: - GHC-8.6 compatible release
 
1.1.5
- Notes:
- servant-0.13compatible release
- Drops compatibility with previous servantversions.
 
1.1.4
- Notes:
- servant-0.12compatible release
 
1.1.3.1
- Notes:
- GHC-8.2 compatible release
 
1.1.3
- Notes:
- servant-0.11compatible release
 
1.1.2.1
- Notes:
- servant-0.10compatible release
 
1.1.2
- Minor fixes:
- Support for aeson-1, insert-ordered-containers-0.2
- CaptureAll instance
 
1.1.1
- Minor fixes:
- Fix unused-importsandunused-forallswarnings;
- Fix tests to match swagger2-2.1.1(addexampleproperty forUTCTimeschema).
 
- Fix 
1.1
- 
Breaking changes: - Requires swagger2 >= 2.1
- Requires servant >= 0.5
 
- Requires 
- 
Notes: - GHC-8.0 compatible release
 
1.0.3
- Fixes:
- Improve compile-time performance of BodyTypeseven further (see 18e0d95)!
 
- Improve compile-time performance of 
1.0.2
- 
Minor changes: - Add GHC 7.8 support (see #26).
 
- 
Fixes: - Improve compile-time performance of BodyTypes(see #25).
 
- Improve compile-time performance of 
1.0.1
- Fixes:
- Stop using Data.Swagger.Internal;
- Documentation fixes (links to examples).
 
- Stop using 
1.0
- 
Major changes (see #24): - Switch to swagger2-2.*;
- Add automatic ToJSON/ToSchemavalidation tests;
- Add great documentation;
- Export some type-level functions for servant API.
 
- Switch to 
- 
Minor changes: 
0.1.2
- Fixes:
- Fix default spec for ReqBodyparam to be required (see #22);
- Set version bounds for swagger2.
 
- Fix default spec for 
0.1.1
- Fixes:
0.1
- Major changes
- Use swagger2for data model (see #9); this changes almost everything.
 
- Use