summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-10-09 11:47:56 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-10-09 11:47:56 +0800
commitdbb715c7abf6881da3a602b1659a00c4d7d48af1 (patch)
treee64696a1a26aee6fd4c7a513625225606530d3f2
parent5638b1b2ed83deb15108c9e99a3c1d3f6fecbf9b (diff)
downloadcask-dbb715c7abf6881da3a602b1659a00c4d7d48af1.tar.gz
cask-dbb715c7abf6881da3a602b1659a00c4d7d48af1.tar.bz2
cask-dbb715c7abf6881da3a602b1659a00c4d7d48af1.zip
0.3.10.3.1
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 9db7940..9ed7708 100644
--- a/readme.md
+++ b/readme.md
@@ -38,6 +38,17 @@ courtesy of EJ Technologies
## Changelog
+### 0.3.1
+
+- Mismatched decorator types applied to a single method is now a compile error
+
+- `staticFiles` and `staticResources` now allows you to specify response headers
+
+- Allow `cask.decorators.compress` to be used as a `cask.Routes` or `cask.Main`
+ decorator without crashing on websocket responses
+
+- Allow decorators to be defined and used for non-`cask.Response` results
+
### 0.3.0
- Fix crashes in `cask.WebsocketClientImpl`