browserify
Young Hahn 10 years ago
parent e0fe7bce17
commit b675a648c0

@ -1,5 +1,9 @@
## Changelog
## 0.11.0
* Switch API to be synchronous. All errors should be caught using try/catch now.
## 0.10.0
* Remove automatic inclusion of `maximum-extent` on Map element to allow geometries that are buffered past extent bounds (e.g. dateline).

@ -1,6 +1,6 @@
{
"name": "carto",
"version": "0.10.0",
"version": "0.11.0",
"description": "Mapnik Stylesheet Compiler",
"url": "https://github.com/mapbox/carto",
"repository": {

Loading…
Cancel
Save