Compare commits

..

8 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
636a8ae7bc 1.6.4 2015-05-12 21:28:44 -04:00
Douglas Christopher Wilson
320226f35a deps: mime-types@~2.0.11 2015-05-12 21:00:31 -04:00
Douglas Christopher Wilson
2003c3f743 deps: mocha@~2.2.4 2015-05-12 20:59:49 -04:00
Douglas Christopher Wilson
e385089155 deps: debug@~2.2.0 2015-05-12 20:59:15 -04:00
Douglas Christopher Wilson
5462db3946 deps: accepts@~1.2.7 2015-05-12 20:58:24 -04:00
Douglas Christopher Wilson
cb60444cb1 deps: istanbul@0.3.9 2015-05-12 20:57:39 -04:00
Douglas Christopher Wilson
6691f1b75e build: support io.js 2.x 2015-05-12 14:46:31 -04:00
Douglas Christopher Wilson
5cb8bcc448 build: io.js@1.8 2015-05-12 13:14:15 -04:00
4 changed files with 21 additions and 8 deletions

View File

@@ -4,7 +4,8 @@ node_js:
- "0.10"
- "0.12"
- "1.0"
- "1.5"
- "1.8"
- "2.0"
sudo: false
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

View File

@@ -1,3 +1,14 @@
1.6.4 / 2015-05-12
==================
* deps: accepts@~1.2.7
- deps: mime-types@~2.0.11
- deps: negotiator@0.5.3
* deps: debug@~2.2.0
- deps: ms@0.7.1
* deps: mime-types@~2.0.11
- Add new mime types
1.6.3 / 2015-03-13
==================

View File

@@ -4,7 +4,8 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.5"
- nodejs_version: "1.8"
- nodejs_version: "2.0"
install:
- ps: Install-Product node $env:nodejs_version
- npm install

View File

@@ -1,23 +1,23 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.6.3",
"version": "1.6.4",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.2.5",
"accepts": "~1.2.7",
"batch": "0.5.2",
"debug": "~2.1.3",
"debug": "~2.2.0",
"escape-html": "1.0.1",
"http-errors": "~1.3.1",
"mime-types": "~2.0.10",
"mime-types": "~2.0.11",
"parseurl": "~1.3.0"
},
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.3.7",
"mocha": "~2.2.1",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"supertest": "~0.15.0"
},
"files": [