2017-11-06 10:40:39 +02:00
[The latest version of this document is on GitHub. ](https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md )
[Changelog for `servant` package contains significant entries for all core packages. ](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md )
2018-03-15 10:46:30 +02:00
0.11.1
------
- Add missing `Semigroup` instances
2017-12-01 23:26:53 +02:00
0.11
----
### Breaking changes
2018-02-08 12:29:16 +02:00
- *servant* Add `Servant.API.Modifiers`
([#873 ](https://github.com/haskell-servant/servant/pull/873 ))
- Make foreign client Header arguments have the representation of 'Maybe' in those languages
2017-12-01 23:26:53 +02:00
([#843 ](https://github.com/haskell-servant/servant/pull/843 ))
2017-11-06 10:40:39 +02:00
0.10.2
------
### Changes
* Add instances for `Description` and `Summary` combinators
([#767 ](https://github.com/haskell-servant/servant/pull/767 ))
2017-11-06 12:35:43 +02:00
* Derive Data for all types
([#809 ](https://github.com/haskell-servant/servant/pull/809 ))
2017-11-06 10:40:39 +02:00
2017-05-14 21:41:39 +03:00
0.10.1
------
### Changes
* Don't drop samples in `HasDocs ReqBody` instance
([#755 ](https://github.com/haskell-servant/servant/pull/755/files )).
*Breaking change in an `Internal` module* .
2017-01-16 11:51:35 +02:00
0.10
----
2017-02-01 09:06:30 +02:00
### Breaking changes
2017-01-16 11:51:35 +02:00
* Do not apply JavaScript specific mangling to the names.
([#191 ](https://github.com/haskell-servant/servant/issues/191 ))
2016-05-10 22:45:06 +02:00
0.7.1
-----
* Support GHC 8.0
2016-03-19 13:26:13 +01:00
0.5
2015-09-21 13:31:00 +03:00
-----
2015-10-07 20:02:46 +02:00
* Use the `text` package instead of `String` .
2015-09-21 13:31:00 +03:00
* Extract javascript-oblivious types and helpers to *servant-foreign*
2016-02-18 09:34:42 +03:00
* Typed-languages support