- Fix bug causing infinite loop when parsing ClosePath command (#61) h/t @sanjin-saric
- Pin node-mapnik dependency to
~3.6.0
(#62, see also mapnik/node-mapnik#848)
- Added "id" property to VectorTileFeature (#43)
- Fixed geometry structure of MultiPoints, Polygons, and MultiPolygons in toGeoJSON()
- Added "id" property to toGeoJSON() output
- Workaround for mapbox/mapnik-vector-tile#90
- Fixed decoding of negative values in feature properties
- Remove sphericalmercator dependency
- Correctly handle MultiPoint and MultiLineString features in toGeoJSON()
- Added VectorTileFeature#toGeoJSON()
- Initial release