@ideditor/location-conflation
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -19,2 +19,9 @@ # What's New | ||
# 0.7.0 | ||
##### 2020-Dec-30 | ||
* Perf improvement: Don't union features iteratively with locationReducer ([#26]) | ||
[#26]: https://github.com/ideditor/location-conflation/issues/26 | ||
# 0.6.0 | ||
@@ -21,0 +28,0 @@ ##### 2020-Oct-26 |
{ | ||
"name": "@ideditor/location-conflation", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"license": "ISC", | ||
@@ -37,8 +37,8 @@ "repository": "github:ideditor/location-conflation", | ||
"@rollup/plugin-buble": "~0.21.3", | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.1", | ||
"eslint": "^7.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.26.4", | ||
"rollup": "^2.32.1", | ||
"tap": "^14.10.8" | ||
@@ -45,0 +45,0 @@ }, |
@@ -0,3 +1,3 @@ | ||
[![build](https://github.com/ideditor/location-conflation/workflows/build/badge.svg)](https://github.com/ideditor/location-conflation/actions?query=workflow%3A%22build%22) | ||
[![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=main)](https://travis-ci.org/ideditor/location-conflation) | ||
@@ -300,2 +300,2 @@ | ||
This project is available under the [ISC License](https://opensource.org/licenses/ISC). | ||
See the [LICENSE.md](LICENSE.md) file for more details. | ||
See the [LICENSE.md](LICENSE.md) file for more details. |
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
Sorry, the diff of this file is not supported yet
4812472
13662
300