We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d35f3d commit 57445acCopy full SHA for 57445ac
servant-server/CHANGELOG.md
@@ -4,9 +4,14 @@
4
* Add `err422` Unprocessable Entity
5
([#646](https://github.com/haskell-servant/servant/pull/646))
6
7
-* `Handler` is not abstract datatype. Migration hint: change `throwE` to `throwError`.
+* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
8
([#641](https://github.com/haskell-servant/servant/issues/641))
9
10
+* Deprecate `serveDirectory` and introduce `serveDirectoryFileServer`,
11
+ `serveDirectoryWebApp`, `serveDirectoryWebAppLookup`, `serveDirectoryEmbedded`
12
+ and `serveDirectoryWith` which offer 4 default options and a more flexible
13
+ one for serving static files.
14
+
15
0.7.1
16
------
17
0 commit comments