Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 1.95 KB

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.2.1 - 2024-05-15

Added

  • @terraformer/wkt
    • Errors parsing WKT are now surfaced instead of swallowed. 🙏🏽 @mpalmerlee 🙏🏽

2.2.0 - 2023-03-28

Added

  • @terraformer/wkt
    • Parse WKT Geometry Collection to GeoJSON Geomtery Collection. 🙏🏽 @Zakhmaster 🙏🏽

2.1.2 - 2022-08-02

Fixed

  • @terraformer/spatial
    • fix intersects for multipolygons
    • start exporting applyConverter

2.1.1 - 2022-05-31

Fixed

  • ensure Z values of 0 are carried through when converting GeoJSON to ArcGIS Geometries.

2.1.0 - 2021-07-22

Added

  • added support for Z values when converting GeoJSON to ArcGIS Geometries.

2.0.7 - 2020-05-18

Fixed

  • all UMD and ESM files are now transpiled to make them safe to use in older browsers.

2.0.5 - 2020-05-17

Fixed

  • @terraformer/spatial
    • toCircle() now returns polygons of equal area, regardless of their latitude

2.0.0 - 2020-04-15

Changed

  • New Package names:

    • terraformer > @terraformer/spatial.
    • terraformer-arcgis-parser > @terraformer/arcgis.
    • terraformer-wkt-parser > @terraformer/wkt.
  • All packages are now standalone.