Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 74ca244

Browse files
authored
📦 1.0.5 (#35)
* 📦 1.0.5 * add canned version
1 parent 5185f50 commit 74ca244

File tree

7 files changed

+21
-11
lines changed

7 files changed

+21
-11
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Icon
2020
node_modules
2121
npm-debug.log
2222

23-
+# typescript
23+
# built (we should really stop committing built output to source control)
24+
# terraformer-arcgis-parser.min.js
25+
26+
# typescript
2427
typings/**
2528
test.js

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [unreleased]
66

7+
## [1.0.5] - 2016-08-16
8+
79
### Fixed
810
* Check for GeoJSON feature `id`s before assigning to output [#24](https://github.com/Esri/terraformer-arcgis-parser/pull/24)
911
* correct conversion of polygons with outer rings not containing holes [#28](https://github.com/Esri/terraformer-arcgis-parser/pull/28)
1012

13+
### Added
14+
* typings for TypeScript folks (thx [@JeffJacobson](https://github.com/JeffJacobson)) [#34](https://github.com/Esri/terraformer-arcgis-parser/pull/34)
15+
1116
## [1.0.4] - 2014-06-17
1217
### Fixed
1318
* Account for breaking change in `Terraformer`
@@ -40,7 +45,8 @@ npm install terraformer-arcgis-parser
4045
bower install terraformer-arcgis-parser
4146
```
4247

43-
[unreleased]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.4...HEAD
48+
[unreleased]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.5...HEAD
49+
[1.0.5]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.4...v1.0.5
4450
[1.0.4]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.3...v1.0.4
4551
[1.0.3]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.2...v1.0.3
4652
[1.0.2]: https://github.com/Esri/terraformer-arcgis-parser/compare/v1.0.1...v1.0.2

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/Esri/terraformer-arcgis-parser.svg?branch=master)](https://travis-ci.org/Esri/terraformer-arcgis-parser)
44

5-
This plugin handles 2 way conversion between [GeoJSON](http://geojson.org/geojson-spec.html) and the [ArcGIS Geometry](http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/geometry.html) format used by Esri.
6-
7-
This package is part of the [Terraformer](http://terraformer.io) project.
5+
> Two way conversion between [GeoJSON](http://geojson.org/geojson-spec.html) and [ArcGIS Geometry](http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/geometry.html). Part of the [Terraformer](http://terraformer.io) project.
86
97
## Installing
108

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "terraformer-arcgis-parser",
3-
"version": "1.0.3",
43
"main": "terraformer-arcgis-parser.min.js",
54
"ignore" : ["versions", "benchmarks"],
65
"dependencies": {
7-
"terraformer": "~1.0.3"
6+
"terraformer": "~1.0.4"
87
}
98
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraformer-arcgis-parser",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "ArcGIS JSON format parser and converter",
55
"main": "terraformer-arcgis-parser.js",
66
"directories": {

terraformer-arcgis-parser.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions/terraformer-arcgis-parser-1.0.5.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)