@@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ unreleased]
66
7+ ## [ 1.1.0] - 2018-07-09
8+
9+ ### Added
10+
11+ * ArcGIS Extents/Envelopes are now converted to GeoJSON polygons 🙏CorinChappy🙏
12+ * great new command line demo app 🙏gseyffert🙏
13+ * an appropriate CRS is appended to output GeoJSON when web mercator geometries are encountered.
14+
15+ ### Changed
16+
17+ * Ensure ring-order of GeoJSON is compliant with RFC 7946
18+ * web mercator northings/eastings are no longer reprojected during conversion.
19+ * TypeScript support files updated 🙏JeffJacobson🙏
20+
721## [ 1.0.5] - 2016-08-16
822
923### Fixed
@@ -14,17 +28,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1428* typings for TypeScript folks (thx [ @JeffJacobson ] ( https://github.com/JeffJacobson ) ) [ #34 ] ( https://github.com/Esri/terraformer-arcgis-parser/pull/34 )
1529
1630## [ 1.0.4] - 2014-06-17
31+
1732### Fixed
1833* Account for breaking change in ` Terraformer `
1934
2035### Added
2136* support for ` z ` and ` m ` conversion
2237
2338## [ 1.0.3] - 2015-02-24
39+
2440### Fixed
2541* valid output on both ends of conversion [ #19 ] ( https://github.com/Esri/terraformer-arcgis-parser/issues/19 )
2642
2743## [ 1.0.2] - 2014-02-10
44+
2845### Added
2946* ` parseCompressedGeometry() ` [ #10 ] ( https://github.com/Esri/terraformer-arcgis-parser/issues/10 )
3047
@@ -33,6 +50,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3350* ` parse() ` now handles ` compressedGeometry `
3451
3552## [ 1.0.1] - 2013-12-04
53+
3654### Fixed
3755* ` ReferenceError: sr is not defined ` in ` ArcGIS.convert() `
3856
@@ -45,7 +63,8 @@ npm install terraformer-arcgis-parser
4563bower install terraformer-arcgis-parser
4664```
4765
48- [ unreleased ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.5...HEAD
66+ [ unreleased ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.1.0...HEAD
67+ [ 1.1.0 ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.5...v1.1.0
4968[ 1.0.5 ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.4...v1.0.5
5069[ 1.0.4 ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.3...v1.0.4
5170[ 1.0.3 ] : https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.2...v1.0.3
0 commit comments