All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.3.0 - 2018-07-06
1.2.0 - 2018-03-29
- its now possible to convert an array of ArcGIS JSON features to a GeoJSON FeatureCollection. (🙏chris48s🙏 #28)
1.1.1 - 2018-03-08
- ensure ES6 module is publicized in package.json as the
module
for Rollup and other modern bundlers.
- Maintain z value when translating from ArcGIS to GeoJSON
- published package in
@esri
namespace on npm.
- ensure built version of lib can be minified using
uglify-js
. #17 thanks @chidg!
- ensured
/test
, the bundled.zip
and other unnecessary files are omitted from npm release
default
export
- pass through a
null
geometry when invalid input is encountered
- first npm release
- First Release