Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
82 lines (47 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

82 lines (47 loc) · 2.42 KB

Change log

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

1.3.0 - 2018-07-06

Added

  • capability to convert ArcGIS Extent/Envelopes to GeoJSON Polygon. (🙏CorinChappy🙏 #34)

1.2.0 - 2018-03-29

Added

  • its now possible to convert an array of ArcGIS JSON features to a GeoJSON FeatureCollection. (🙏chris48s🙏 #28)

1.1.1 - 2018-03-08

Fixed

  • ensure ES6 module is publicized in package.json as the module for Rollup and other modern bundlers.

Changed

  • Ring-winding order for GeoJSON Polygons prescribed by RFC 7946 is now enforced. (🙏chris48s🙏 #22)

Changed

  • Maintain z value when translating from ArcGIS to GeoJSON

Changed

  • published package in @esri namespace on npm.

Fixed

  • ensure built version of lib can be minified using uglify-js. #17 thanks @chidg!

Fixed

  • ensured /test, the bundled .zip and other unnecessary files are omitted from npm release

Added

  • default export

Fixed

  • pass through a null geometry when invalid input is encountered

Fixed

  • first npm release

1.0.0

  • First Release