四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
1.8 KiB

3 years ago
1.5.3 / 2018-09-12
==================
**others**
* [[`bf3cbe3`](http://github.com/koajs/static/commit/bf3cbe39bac2bf4d6a91c57ed2a2bc2a138513eb)] - deps: pin debug@3 to support node 4 (#133) (fengmk2 <<fengmk2@gmail.com>>)
* [[`fe1800a`](http://github.com/koajs/static/commit/fe1800a9e0737247a2fea23ecaa11273a9cb9780)] - 1.5.2 (haoxin <<coderhaoxin@outlook.com>>),
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