aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@shellscape/koa-static/History.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:38:48 +0800
committerruki <waruqi@gmail.com>2018-11-07 21:53:09 +0800
commit26105034da4fcce7ac883c899d781f016559310d (patch)
treec459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/@shellscape/koa-static/History.md
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/@shellscape/koa-static/History.md')
-rw-r--r--node_modules/@shellscape/koa-static/History.md113
1 files changed, 113 insertions, 0 deletions
diff --git a/node_modules/@shellscape/koa-static/History.md b/node_modules/@shellscape/koa-static/History.md
new file mode 100644
index 00000000..f5dbcab1
--- /dev/null
+++ b/node_modules/@shellscape/koa-static/History.md
@@ -0,0 +1,113 @@
+
+4.0.2 / 2017-11-16
+==================
+
+* Fix: `serve` mutates `opts` argument so it cannot be reused (#117)
+
+4.0.1 / 2017-07-09
+==================
+
+ * Fix: throw error if error status not 404
+ * fix `index: false` bug if path is directory
+
+4.0.0 / 2017-07-03
+==================
+
+ * upgrade to koa-send@4
+ * use async function
+
+3.0.0 / 2016-03-24
+==================
+
+ * support koa 2.x
+ * travis: test node@4+
+
+2.0.0 / 2016-01-07
+==================
+
+ * bump koa-send@~3.1.0
+
+1.5.2 / 2015-11-03
+==================
+
+ * Fix: default index could be disabled. Closes #41
+
+1.5.1 / 2015-10-14
+==================
+
+ * Fix v1.4.x → 1.5.0 broken. Closes #53
+
+1.5.0 / 2015-10-14
+==================
+
+ * update koa-send@2
+ * update devDeps
+
+1.4.9 / 2015-02-03
+==================
+
+ * only support GET and HEAD requests
+
+1.4.8 / 2014-12-17
+==================
+
+ * support root = `.`
+
+1.4.7 / 2014-09-07
+==================
+
+ * update koa-send
+
+1.4.5 / 2014-05-05
+==================
+
+ * Fix response already handled logic - Koajs now defaults status == 404. See koajs/koa#269
+
+1.4.4 / 2014-05-04
+==================
+
+ * Add two missing semicolons. Closes #24
+ * Use bash syntax highlighting for install command. Closes #23
+ * named generator function to help debugging. Closes #20
+
+1.4.3 / 2014-02-11
+==================
+
+ * update koa-send
+
+1.4.2 / 2014-01-07
+==================
+
+ * update koa-send
+
+1.4.1 / 2013-12-30
+==================
+
+ * fix for koa 0.2.1. Closes #12
+
+1.4.0 / 2013-12-20
+==================
+
+ * add: defer option - semi-breaking change
+
+1.3.0 / 2013-12-11
+==================
+
+ * refactor to use koa-send
+ * rename maxAge -> maxage
+ * fix: don't bother responding if response already "handled"
+
+1.2.0 / 2013-09-14
+==================
+
+ * add Last-Modified. Closes #5
+
+1.1.1 / 2013-09-13
+==================
+
+ * fix upstream responses
+
+1.1.0 / 2013-09-13
+==================
+
+ * rewrite without send