Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

Changelog

[0.3.1] - 2024-06-25

  • Fix bundling by @kylebarron in #26

Full Changelog: https://github.com/geoarrow/geoarrow-js/compare/v0.3.0...v0.3.1

[0.3.0] - 2024-01-22

  • earcut worker by @kylebarron in #20
  • Bump to apache-arrow 15 and simplify worker utils by @kylebarron in #22

Full Changelog: https://github.com/geoarrow/geoarrow-js/compare/v0.2.0...v0.3.0

[0.2.0] - 2023-11-30

  • Get the exterior of a Polygon or MultiPolygon #14
  • Utility functions to support transferring arrow Data and Vector objects to a Web Worker. #17
  • Minimal docs website. #18

Full Changelog: https://github.com/geoarrow/geoarrow-js/compare/v0.1.0...v0.2.0

[0.1.0] - 2023-11-22

  • Initial release.
  • Support for:
    • Polygon area and signed area
    • Polygon winding order
    • Polygon triangulation
    • Coordinate reprojection
    • Total bounds