All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.5 (2018-11-13)
1.3.3 (2018-07-31)
- Upgrade to Mapnik 4.0.1
- Optimize memory use by using new buffer ownership change semantics that prevent an unnecessary copy on
getTile
.
- .snyk & package.json to reduce vulnerabilities (f938734)
1.3.2 (2018-03-06)
1.3.1 (2018-01-25)
1.3.0 (2017-09-20)
- add
layerName
that would help to not expose the backend concern of what the table name in DB is, to frontend consumers such as mapbox-gl. (by @charandas) (1d303ef)
1.2.4 (2017-07-14)
1.2.3 (2017-06-25)
1.2.2 (2017-06-05)
1.2.1 (2017-05-02)
- Add Unix domain socket support
- Add sub-query support
- Update mapnik to v3.6.0
- Bug fixes
- Initial release