3.2 KiB
3.2 KiB
The latest version of this document is on GitHub.
Changelog for servant
package contains significant entries for all core packages.
0.15.1
- Support
servant-0.17
0.15
-
servant-foreign Add support so
HasForeign
can be implemented forMultipartForm
fromservant-multipart
#1035
0.11.1
- Add missing
Semigroup
instances
0.11
Breaking changes
- servant Add
Servant.API.Modifiers
(#873) - Make foreign client Header arguments have the representation of 'Maybe' in those languages (#843)
0.10.2
Changes
0.10.1
Changes
- Don't drop samples in
HasDocs ReqBody
instance (#755). Breaking change in anInternal
module.
0.10
Breaking changes
- Do not apply JavaScript specific mangling to the names. (#191)
0.7.1
- Support GHC 8.0 0.15
-
servant-foreign Add support so
HasForeign
can be implemented forMultipartForm
fromservant-multipart
#1035
0.11.1
- Add missing
Semigroup
instances
0.11
Breaking changes
- servant Add
Servant.API.Modifiers
(#873) - Make foreign client Header arguments have the representation of 'Maybe' in those languages (#843)
0.10.2
Changes
0.10.1
Changes
- Don't drop samples in
HasDocs ReqBody
instance (#755). Breaking change in anInternal
module.
0.10
Breaking changes
- Do not apply JavaScript specific mangling to the names. (#191)
0.7.1
- Support GHC 8.0
0.5
- Use the
text
package instead ofString
. - Extract javascript-oblivious types and helpers to servant-foreign
- Typed-languages support