servant/servant-foreign/CHANGELOG.md

28 lines
538 B
Markdown
Raw Normal View History

2017-05-14 20:41:39 +02: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*.
0.10
----
### Breaking changes
* 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-10-07 20:02:46 +02:00
* Use the `text` package instead of `String`.
* Extract javascript-oblivious types and helpers to *servant-foreign*
2016-02-18 07:34:42 +01:00
* Typed-languages support