All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.3 (2023-08-23)
- More README cleanup
- Actually fixed LineString handling (coerced to 4D array like polygon in order to correctly reuse polywriter)
- Updated more dependencies
- Added some JSDoc comments (WIP)
- Added custom projection (Thanks @arnoud-dv)
- Fixed types (Thanks @rooby)
0.4.0 (2023-08-20)
- Upgrade JSZip and dbf dependencies
- Added types
- Added options for compression and type output to
zip
anddownload
- Added deprecation warning to
download
(not needed for this library)
0.3.2 (2016-12-06)
- Minor bugfix
- Fixes support of Polygons with holes
- Changes compression buffer type to
nodebuffer
to fix usage in node