Bump to v0.9.5 with many fixes and optimizations

This commit is contained in:
Dane Springmeyer 2013-10-25 13:23:25 -07:00
parent cb177b7a24
commit 5a7429d30d
2 changed files with 16 additions and 3 deletions

View File

@ -2,8 +2,21 @@
## 0.9.5
* Bump `mapnik-reference` dependency to ~5.0.5
* Various speed optimizations to help address #20 (#231)
* Fixed support for fields that contain the word `zoom` in them (previous clashed with `zoom` keyword)
* Fixed support for a space in front of `zoom` keyword (#288)
* Improved error messages when color functions encounter invalid color (#309)
* The `carto` command line tool now exits cleanly when millstone is used
* The `carto` command line tool now only localized with millstone if requested (#243)
* Added man page for `carto` (#257)
* Fix repeated comments in selectors. Fixes #260
* Fixed `image-filter` duplication (#270)
* Quote all needed XML chars. See #263.
* Added higher tolerance for various characters in field names (#230)
* Bump `mapnik-reference` dependency to ~5.0.7 (with support for Mapnik v2.2.0)
* Adds compatibility with screen units.
* Fixed ability to use carto as global module (#236)
* Now using 'console' instead of `util` for `stderr` (#217)
## 0.9.4

View File

@ -1,6 +1,6 @@
{
"name": "carto",
"version": "0.9.4",
"version": "0.9.5",
"description": "Mapnik Stylesheet Compiler",
"url": "https://github.com/mapbox/carto",
"repository": {
@ -37,7 +37,7 @@
},
"dependencies": {
"underscore": "~1.4.3",
"mapnik-reference": "~5.0.6",
"mapnik-reference": "~5.0.7",
"xml2js": "~0.2.4",
"optimist": "~0.6.0"
},