Changelog for servant-swagger-1.0.3
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