File tree Expand file tree Collapse file tree 5 files changed +29
-10
lines changed Expand file tree Collapse file tree 5 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 1
1
0.10
2
- ----
2
+ -----
3
+
4
+ ### Breaking changes
5
+
6
+ There shouldn't be breaking changes. Released as a part of ` servant ` suite.
7
+
8
+ ### Other changes
3
9
4
10
* Add MonadBase and MonadBaseControl instances for ClientM
5
11
([ #663 ] ( https://github.com/haskell-servant/servant/issues/663 ) )
Original file line number Diff line number Diff line change
1
+ 0.10
2
+ ----
3
+
4
+ There are no changes. Released as a part of ` servant ` suite.
5
+
1
6
0.7.1
2
7
-----
3
8
Original file line number Diff line number Diff line change 1
1
0.10
2
2
----
3
3
4
+ ### Breaking changes
5
+
4
6
* Do not apply JavaScript specific mangling to the names.
5
7
([ #191 ] ( https://github.com/haskell-servant/servant/issues/191 ) )
6
8
Original file line number Diff line number Diff line change 1
1
0.10
2
2
----
3
3
4
- * Add ` err422 ` Unprocessable Entity
5
- ([ #646 ] ( https://github.com/haskell-servant/servant/pull/646 ) )
4
+ ### Breaking changes
5
+
6
+ * ` Handler ` is now an abstract datatype. Migration hint: change ` throwE ` to ` throwError ` .
7
+ ([ #641 ] ( https://github.com/haskell-servant/servant/issues/641 ) )
8
+
6
9
* Changed ` HasServer ` instances for ` QueryParam ` and ` QueryParam ` to throw 400
7
10
when parsing fails
8
- ([ #649 ] ( 6e77453b67dc164e5381fb867e5e6475302619a3 ) )
11
+ ([ #649 ] ( https://github.com/haskell-servant/servant/pull/649 ) )
12
+
13
+ ### Other changes
14
+
9
15
* Added ` paramD ` block to ` Delayed `
10
16
11
- * ` Handler ` is now an abstract datatype. Migration hint: change ` throwE ` to ` throwError ` .
12
- ([ #641 ] ( https://github.com/haskell-servant/servant/issues/641 ) )
17
+ * Add ` err422 ` Unprocessable Entity
18
+ ([ #646 ] ( https://github.com/haskell-servant/servant/pull/646 ) )
13
19
14
20
* Deprecate ` serveDirectory ` and introduce ` serveDirectoryFileServer ` ,
15
21
` serveDirectoryWebApp ` , ` serveDirectoryWebAppLookup ` , ` serveDirectoryEmbedded `
22
28
, [ #674 ] ( https://github.com/haskell-servant/servant/pull/674 )
23
29
, [ #675 ] ( https://github.com/haskell-servant/servant/pull/675 ) )
24
30
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 ) )
28
-
29
31
0.7.1
30
32
------
31
33
Original file line number Diff line number Diff line change 1
1
0.10
2
2
------
3
3
4
+ ### Breaking changes
5
+
4
6
* Use ` NT ` from ` natural-transformation ` for ` Enter `
5
7
([ #616 ] ( https://github.com/haskell-servant/servant/issues/616 ) )
6
8
7
9
* Change to ` MkLink (Verb ...) = Link ` (previously ` URI ` ). To consume ` Link `
8
10
use its ` ToHttpApiData ` instance or ` linkURI ` .
9
11
([ #527 ] ( https://github.com/haskell-servant/servant/issues/527 ) )
10
12
13
+ ### Other changes
14
+
11
15
* Add ` Servant.API.TypeLevel ` module with type families to work with API types.
12
16
([ #345 ] ( https://github.com/haskell-servant/servant/pull/345 )
13
17
, [ #305 ] ( https://github.com/haskell-servant/servant/issues/305 ) )
You can’t perform that action at this time.
0 commit comments