Comparing version 3.1.1 to 3.2.0
120
History.md
@@ -0,1 +1,9 @@ | ||
3.2.0 / 2014-09-08 | ||
================== | ||
* deps: debug@~2.0.0 | ||
* deps: finalhandler@0.2.0 | ||
- Set `X-Content-Type-Options: nosniff` header | ||
- deps: debug@~2.0.0 | ||
3.1.1 / 2014-08-10 | ||
@@ -59,2 +67,114 @@ ================== | ||
2.26.0 / 2014-09-08 | ||
=================== | ||
* deps: body-parser@~1.8.1 | ||
- add `parameterLimit` option to `urlencoded` parser | ||
- change `urlencoded` extended array limit to 100 | ||
- make empty-body-handling consistent between chunked requests | ||
- respond with 415 when over `parameterLimit` in `urlencoded` | ||
- deps: media-typer@0.3.0 | ||
- deps: qs@2.2.3 | ||
- deps: type-is@~1.5.1 | ||
* deps: compression@~1.1.0 | ||
- deps: accepts@~1.1.0 | ||
- deps: compressible@~2.0.0 | ||
- deps: debug@~2.0.0 | ||
* deps: connect-timeout@~1.3.0 | ||
- deps: debug@~2.0.0 | ||
* deps: cookie-parser@~1.3.3 | ||
- deps: cookie-signature@1.0.5 | ||
* deps: cookie-signature@1.0.5 | ||
* deps: csurf@~1.6.1 | ||
- add `ignoreMethods` option | ||
- bump cookie-signature | ||
- csrf-tokens -> csrf | ||
- set `code` property on CSRF token errors | ||
* deps: debug@~2.0.0 | ||
* deps: errorhandler@~1.2.0 | ||
- Display error using `util.inspect` if no other representation | ||
- deps: accepts@~1.1.0 | ||
* deps: express-session@~1.8.1 | ||
- Do not resave already-saved session at end of request | ||
- Prevent session prototype methods from being overwritten | ||
- deps: cookie-signature@1.0.5 | ||
- deps: debug@~2.0.0 | ||
* deps: finalhandler@0.2.0 | ||
- Set `X-Content-Type-Options: nosniff` header | ||
- deps: debug@~2.0.0 | ||
* deps: fresh@0.2.4 | ||
* deps: media-typer@0.3.0 | ||
- Throw error when parameter format invalid on parse | ||
* deps: method-override@~2.2.0 | ||
- deps: debug@~2.0.0 | ||
* deps: morgan@~1.3.0 | ||
- Assert if `format` is not a function or string | ||
* deps: qs@2.2.3 | ||
- Fix issue where first empty value in array is discarded | ||
* deps: serve-favicon@~2.1.3 | ||
- Accept string for `maxAge` (converted by `ms`) | ||
- Use `etag` to generate `ETag` header | ||
- deps: fresh@0.2.4 | ||
* deps: serve-index@~1.2.1 | ||
- Add `debug` messages | ||
- Resolve relative paths at middleware setup | ||
- deps: accepts@~1.1.0 | ||
* deps: serve-static@~1.6.1 | ||
- Add `lastModified` option | ||
- deps: send@0.9.1 | ||
* deps: type-is@~1.5.1 | ||
- fix `hasbody` to be true for `content-length: 0` | ||
- deps: media-typer@0.3.0 | ||
- deps: mime-types@~2.0.1 | ||
* deps: vhost@~3.0.0 | ||
2.25.10 / 2014-09-04 | ||
==================== | ||
* deps: serve-static@~1.5.4 | ||
- deps: send@0.8.5 | ||
2.25.9 / 2014-08-29 | ||
=================== | ||
* deps: body-parser@~1.6.7 | ||
- deps: qs@2.2.2 | ||
* deps: qs@2.2.2 | ||
2.25.8 / 2014-08-27 | ||
=================== | ||
* deps: body-parser@~1.6.6 | ||
- deps: qs@2.2.0 | ||
* deps: csurf@~1.4.1 | ||
* deps: qs@2.2.0 | ||
- Array parsing fix | ||
- Performance improvements | ||
2.25.7 / 2014-08-18 | ||
=================== | ||
* deps: body-parser@~1.6.5 | ||
- deps: on-finished@2.1.0 | ||
* deps: express-session@~1.7.6 | ||
- Fix exception on `res.end(null)` calls | ||
* deps: morgan@~1.2.3 | ||
- deps: on-finished@2.1.0 | ||
* deps: serve-static@~1.5.3 | ||
- deps: send@0.8.3 | ||
2.25.6 / 2014-08-14 | ||
=================== | ||
* deps: body-parser@~1.6.4 | ||
- deps: qs@1.2.2 | ||
* deps: qs@1.2.2 | ||
* deps: serve-static@~1.5.2 | ||
- deps: send@0.8.2 | ||
2.25.5 / 2014-08-11 | ||
=================== | ||
* Fix backwards compatibility in `logger` | ||
2.25.4 / 2014-08-10 | ||
@@ -61,0 +181,0 @@ =================== |
{ | ||
"name": "connect", | ||
"description": "High performance middleware framework", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", | ||
@@ -20,4 +20,4 @@ "contributors": [ | ||
"dependencies": { | ||
"debug": "1.0.4", | ||
"finalhandler": "0.1.0", | ||
"debug": "~2.0.0", | ||
"finalhandler": "0.2.0", | ||
"parseurl": "~1.3.0", | ||
@@ -27,3 +27,3 @@ "utils-merge": "1.0.0" | ||
"devDependencies": { | ||
"istanbul": "0.3.0", | ||
"istanbul": "0.3.2", | ||
"mocha": "~1.21.4", | ||
@@ -30,0 +30,0 @@ "should": "~4.0.0", |
# Connect | ||
[![NPM version](https://badge.fury.io/js/connect.svg)](http://badge.fury.io/js/connect) | ||
[![Build Status](https://travis-ci.org/senchalabs/connect.svg?branch=master)](https://travis-ci.org/senchalabs/connect) | ||
[![Coverage Status](https://img.shields.io/coveralls/senchalabs/connect.svg?branch=master)](https://coveralls.io/r/senchalabs/connect) | ||
[![Gittip](https://img.shields.io/gittip/dougwilson.svg)](https://www.gittip.com/dougwilson/) | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
@@ -48,3 +49,3 @@ Connect is an extensible HTTP server framework for [node](http://nodejs.org) using "plugins" known as _middleware_. | ||
If you would like to help maintain these middleware, please contact a [member of the expressjs team](https://github.com/orgs/expressjs/members). | ||
If you would like to help maintain these middleware, please contact a [member of the expressjs team](https://github.com/orgs/expressjs/people). | ||
@@ -114,2 +115,13 @@ ## Middleware | ||
View the [LICENSE](https://github.com/senchalabs/connect/blob/master/LICENSE) file. | ||
[MIT](LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/connect.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/connect | ||
[travis-image]: https://img.shields.io/travis/senchalabs/connect.svg?style=flat | ||
[travis-url]: https://travis-ci.org/senchalabs/connect | ||
[coveralls-image]: https://img.shields.io/coveralls/senchalabs/connect.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/senchalabs/connect | ||
[downloads-image]: https://img.shields.io/npm/dm/connect.svg?style=flat | ||
[downloads-url]: https://npmjs.org/package/connect | ||
[gittip-image]: https://img.shields.io/gittip/dougwilson.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/dougwilson/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67078
126
+ Addeddebug@2.0.0(transitive)
+ Addedfinalhandler@0.2.0(transitive)
- Removeddebug@1.0.4(transitive)
- Removedfinalhandler@0.1.0(transitive)
Updateddebug@~2.0.0
Updatedfinalhandler@0.2.0