Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 20, 2015
1 parent 1dbf073 commit ab17eed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.0

### Added
* add support for multipoint geojson type ([#1](https://github.com/ngoldman/esri-extent/pull/1))
* add more robust tests for complex multiline and multipolygon feature collections

### Fixed
* improve handling of polygons and multipolygons ([#1](https://github.com/ngoldman/esri-extent/pull/1) & [#2](https://github.com/ngoldman/esri-extent/pull/2))
* fix caching bug with misplaced bbox variable

## 1.0.0
* engage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esri-extent",
"description": "Get the Esri-formatted extent of a GeoJSON feature collection.",
"version": "1.0.0",
"version": "1.1.0",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/ngoldman/esri-extent/issues"
Expand Down

0 comments on commit ab17eed

Please sign in to comment.