@ideditor/location-conflation
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -19,2 +19,7 @@ # What's New | ||
# 0.6.0 | ||
##### 2020-Oct-26 | ||
* Update to country-coder v4.0.0 | ||
# 0.5.0 | ||
@@ -21,0 +26,0 @@ ##### 2020-Aug-25 |
{ | ||
"name": "@ideditor/location-conflation", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"license": "ISC", | ||
@@ -29,3 +29,3 @@ "repository": "github:ideditor/location-conflation", | ||
"@aitodotai/json-stringify-pretty-compact": "^1.3.0", | ||
"@ideditor/country-coder": "^3.2.0", | ||
"@ideditor/country-coder": "^4.0.0", | ||
"@mapbox/geojson-area": "^0.2.2", | ||
@@ -32,0 +32,0 @@ "circle-to-polygon": "^2.0.2", |
[![npm version](https://badge.fury.io/js/%40ideditor%2Flocation-conflation.svg)](https://badge.fury.io/js/%40ideditor%2Flocation-conflation) | ||
[![Build Status](https://travis-ci.org/ideditor/location-conflation.svg?branch=master)](https://travis-ci.org/ideditor/location-conflation) | ||
[![Build Status](https://travis-ci.org/ideditor/location-conflation.svg?branch=main)](https://travis-ci.org/ideditor/location-conflation) | ||
@@ -83,3 +83,3 @@ | ||
``` | ||
<img width="800px" alt="Southern Europe" src="https://raw.githubusercontent.com/ideditor/location-conflation/master/docs/images/example1.png"/> | ||
<img width="800px" alt="Southern Europe" src="https://raw.githubusercontent.com/ideditor/location-conflation/main/docs/images/example1.png"/> | ||
@@ -92,3 +92,3 @@ | ||
``` | ||
<img width="800px" alt="Southern Europe and Northern Africa" src="https://raw.githubusercontent.com/ideditor/location-conflation/master/docs/images/example2.png"/> | ||
<img width="800px" alt="Southern Europe and Northern Africa" src="https://raw.githubusercontent.com/ideditor/location-conflation/main/docs/images/example2.png"/> | ||
@@ -101,3 +101,3 @@ | ||
``` | ||
<img width="800px" alt="Southern Europe and Northern Africa, excluding Egypt and Sudan" src="https://raw.githubusercontent.com/ideditor/location-conflation/master/docs/images/example3.png"/> | ||
<img width="800px" alt="Southern Europe and Northern Africa, excluding Egypt and Sudan" src="https://raw.githubusercontent.com/ideditor/location-conflation/main/docs/images/example3.png"/> | ||
@@ -109,3 +109,3 @@ | ||
``` | ||
<img width="800px" alt="The Alps, excluding Liechtenstein and regions around Bern and Zürich" src="https://raw.githubusercontent.com/ideditor/location-conflation/master/docs/images/example4.png"/> | ||
<img width="800px" alt="The Alps, excluding Liechtenstein and regions around Bern and Zürich" src="https://raw.githubusercontent.com/ideditor/location-conflation/main/docs/images/example4.png"/> | ||
@@ -112,0 +112,0 @@ |
## Release Checklist | ||
#### Update version, tag, and publish | ||
- [ ] git checkout master | ||
- [ ] git checkout main | ||
- [ ] git pull origin | ||
@@ -12,4 +12,4 @@ - [ ] npm install | ||
- [ ] git tag vA.B.C | ||
- [ ] git push origin master vA.B.C | ||
- [ ] git push origin main vA.B.C | ||
- [ ] npm publish | ||
- [ ] Go to GitHub and link the release notes to the changelog |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4812025
13652
+ Added@ideditor/country-coder@4.1.0(transitive)
- Removed@ideditor/country-coder@3.2.0(transitive)