Skip to content

Commit

Permalink
Update to 0.9.0
Browse files Browse the repository at this point in the history
* Fix `interpolateOnLine()` doesn't return correct predecessor (#66, thanks @jb2b38)
* Add `angle()` and `destinationOnSegment()` (#71, thanks @trandaison)
* migrate mocha to 5.2.0 following instructions on npm audit
  • Loading branch information
mdartic committed Jun 26, 2018
1 parent 7046005 commit 07ad89a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 129 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Changelog

### master ###

### 0.9.0 ###

* Fix `interpolateOnLine()` doesn't return correct predecessor (#66, thanks @jb2b38)
* Add `angle()` and `destinationOnSegment()` (#71, thanks @trandaison)

### 0.8.1 ###
Expand Down
194 changes: 67 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-geometryutil",
"version": "0.8.1",
"version": "0.9.0",
"description": "Leaflet utility functions on geometries",
"keywords": [
"Leaflet",
Expand All @@ -25,7 +25,7 @@
"chai": "3.5.0",
"jsdoc": "3.4.0",
"minami": "^1.1.1",
"mocha": "3.0.2",
"mocha": "5.2.0",
"mocha-phantomjs": "4.1.0"
}
}

0 comments on commit 07ad89a

Please sign in to comment.