Skip to content

Commit c754d23

Browse files
committed
Bumped version to 0.3
1 parent 52a03db commit c754d23

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

webapi/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.3
4+
* WebApiImplementation typeclass is renamed to WebApiServer
5+
* Swapped the order of FromParam and ToParam class parameters.
6+
* Fixed TmpFileBackend for file upload.
7+
* Added fieldModifier to ParamSettings.
8+
* Added support for cookie attributes.
9+
* Fixed RequestBody content type matching.
10+
311
## 0.2.2
412
* Added support for GHC 8
513

webapi/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
webapi
2+
========
3+
4+
Introduction to **WebApi**
5+
--------------------------
6+
7+
[`Webapi`](https://hackage.haskell.org/package/webapi) is a Haskell library that lets you
8+
9+
* Write web API services
10+
* Quickly build Haskell client for existing API services
11+
* Generate API console interface for your web API ([coming soon](https://github.com/byteally/webapi-console))
12+
* Generate a mock server that can mock your responses and requests too.
13+
14+
15+
Please take a look at <http://byteally.github.io/webapi/> for more details.

webapi/webapi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: webapi
5-
version: 0.2.2.0
5+
version: 0.3
66
synopsis: WAI based library for web api
77
description: WAI based library for web api
88
homepage: http://byteally.github.io/webapi/

0 commit comments

Comments
 (0)