Comparing version 0.7.18 to 0.7.19
@@ -0,1 +1,8 @@ | ||
[0.7.19] | ||
* Deprecations (these items will no longer be supported by citizen as of v0.8.0): | ||
* The "access" module export that enables CORS support at the controller level will be replaced with a "headers" directive that works at the controller action level. | ||
* The developers of Jade have renamed the project to Pug with all new updates being performed under the Pug name. citizen will drop support for Jade and replace it with the new Pug engine. There are a few breaking changes in Pug: https://github.com/pugjs/pug/issues/2305 | ||
* Fixed an issue where "Accept-Encoding: gzip;q=0" would still provide gzip encoding because it was the only encoding specified (encoding now defaults to identity) | ||
* Official minimum node version has been bumped to 6.11.x | ||
[0.7.18] | ||
@@ -10,3 +17,3 @@ * Opinion: See 0.7.17. | ||
* The compression engine has been rewritten to support deflate | ||
* A potentially breaking change: The default configuration has been changed to disable JSON and JSONP global output by default, which is safer. You can enable each one individually in the global config, causing all controllers to allow output in those formats, or enable JSON or JSONP output at the controller level using the new "formats" parameter | ||
* A potentially breaking change: The default configuration has been changed to disable JSON and JSONP global output by default, which is safer. You can enable each one individually in the global config, causing all controllers to allow output in those formats, or enable JSON or JSONP output at the controller level using the new "formats" parameter. | ||
* HTML output can now be disabled completely at the global config level or controller level | ||
@@ -13,0 +20,0 @@ * Pretty output for HTML and JSON is now driven by the framework mode rather than config values. In debug and development modes, output is pretty. In production mode, output is ugly (minified). |
{ | ||
"name": "citizen", | ||
"version": "0.7.18", | ||
"version": "0.7.19", | ||
"description": "A server-side MVC framework for Node.js web applications. Includes serving, caching, and other helpful methods.", | ||
@@ -39,5 +39,5 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 0.12.x" | ||
"node": ">= 6.11.x" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
304921
3572
3886