File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 7
7
* client asks for any content-type in Accept contentTypes non-empty list
8
8
([ #615 ] ( https://github.com/haskell-servant/servant/pull/615 ) )
9
9
10
- * Add ` ClientLike ` class that matches client functions generated using ` client ` with client data structure.
10
+ * Add ` ClientLike ` class that matches client functions generated using ` client `
11
+ with client data structure.
12
+ ([ #640 ] ( https://github.com/haskell-servant/servant/pull/640 ) )
13
+
14
+ * Allow direct use of 'RequestBody'
15
+ ([ #661 ] ( https://github.com/haskell-servant/servant/pull/661 ) )
11
16
12
17
0.9.1.1
13
18
-------
Original file line number Diff line number Diff line change 15
15
` serveDirectoryWebApp ` , ` serveDirectoryWebAppLookup ` , ` serveDirectoryEmbedded `
16
16
and ` serveDirectoryWith ` which offer 4 default options and a more flexible
17
17
one for serving static files.
18
+ ([ #658 ] ( https://github.com/haskell-servant/servant/pull/658 ) )
19
+
20
+ * ` DelayedIO ` is an instance of ` MonadResource ` , allowing safe resource handling.
21
+ ([ #622 ] ( https://github.com/haskell-servant/servant/pull/622 )
22
+ , [ #674 ] ( https://github.com/haskell-servant/servant/pull/674 )
23
+ , [ #675 ] ( https://github.com/haskell-servant/servant/pull/675 ) )
24
+
25
+ * We now throw error on parameter parse failure
26
+ ([ #649 ] ( https://github.com/haskell-servant/servant/pull/649 )
27
+ , [ #670 ] ( https://github.com/haskell-servant/servant/pull/670 ) )
18
28
19
29
0.7.1
20
30
------
Original file line number Diff line number Diff line change 9
9
([ #527 ] ( https://github.com/haskell-servant/servant/issues/527 ) )
10
10
11
11
* Add ` Servant.API.TypeLevel ` module with type families to work with API types.
12
- ([ #345 ] ( https://github.com/haskell-servant/servant/pull/345 ) )
13
- ( [ #305 ] ( https://github.com/haskell-servant/servant/issues/305 ) )
12
+ ([ #345 ] ( https://github.com/haskell-servant/servant/pull/345 )
13
+ , [ #305 ] ( https://github.com/haskell-servant/servant/issues/305 ) )
14
14
15
15
* Default JSON content type change to ` application/json;charset=utf-8 ` .
16
16
([ #263 ] ( https://github.com/haskell-servant/servant/issues/263 ) )
17
17
Related browser bugs:
18
18
[ Chromium] ( https://bugs.chromium.org/p/chromium/issues/detail?id=438464 ) and
19
19
[ Firefox] ( https://bugzilla.mozilla.org/show_bug.cgi?id=918742 )
20
20
21
+ * ` Accept ` class may accept multiple content-types. ` MimeUnrender ` adopted as well.
22
+ ([ #613 ] ( https://github.com/haskell-servant/servant/pull/614 )
23
+ , [ #615 ] ( https://github.com/haskell-servant/servant/pull/615 ) )
24
+
21
25
0.9.1
22
26
------
23
27
You can’t perform that action at this time.
0 commit comments