Skip to content

Commit

Permalink
Bumped version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ersran9 committed Aug 3, 2016
1 parent 52a03db commit c754d23
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
8 changes: 8 additions & 0 deletions webapi/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3
* WebApiImplementation typeclass is renamed to WebApiServer
* Swapped the order of FromParam and ToParam class parameters.
* Fixed TmpFileBackend for file upload.
* Added fieldModifier to ParamSettings.
* Added support for cookie attributes.
* Fixed RequestBody content type matching.

## 0.2.2
* Added support for GHC 8

Expand Down
15 changes: 15 additions & 0 deletions webapi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
webapi
========

Introduction to **WebApi**
--------------------------

[`Webapi`](https://hackage.haskell.org/package/webapi) is a Haskell library that lets you

* Write web API services
* Quickly build Haskell client for existing API services
* Generate API console interface for your web API ([coming soon](https://github.com/byteally/webapi-console))
* Generate a mock server that can mock your responses and requests too.


Please take a look at <http://byteally.github.io/webapi/> for more details.
2 changes: 1 addition & 1 deletion webapi/webapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: webapi
version: 0.2.2.0
version: 0.3
synopsis: WAI based library for web api
description: WAI based library for web api
homepage: http://byteally.github.io/webapi/
Expand Down

0 comments on commit c754d23

Please sign in to comment.