diff --git a/CHANGELOG.md b/CHANGELOG.md index 829b26e..563e118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,19 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ [#xxx]: https://github.com/rapideditor/location-conflation/issues/xxx --> +# 1.3.0 +##### 2023-Sep-18 +* ⚠️ Use a named export for ESM, 'default' export for CJS/IIFE ([#68]) +* ⚠️ Change `.strict()` to a normal class property. Also remove `.cache()` accessor +* Replace mfogel/polygon-clipping with luizbarboza/polyclip-ts ([#67]) +* Fix map on https://location-conflation.org ([#66]) +* Bump dependency versions +* Supported engines now `"node": ">=18"` + +[#68]: https://github.com/rapideditor/location-conflation/issues/68 +[#67]: https://github.com/rapideditor/location-conflation/issues/67 +[#66]: https://github.com/rapideditor/location-conflation/issues/66 + # 1.2.1 ##### 2023-Jul-12 diff --git a/README.md b/README.md index 972c4c7..d18886b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The "locations" can be any of the following: ```js const LocationConflation = require('@rapideditor/location-conflation').default; // require CJS // or -import LocationConflation from '@rapideditor/location-conflation'; // import ESM +import { LocationConflation } from '@rapideditor/location-conflation'; // import ESM ``` @@ -65,7 +65,7 @@ You can also use **location-conflation** directly in a web browser. A good way When you load this file in a ` + - + diff --git a/package.json b/package.json index cffe8e3..92b85a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rapideditor/location-conflation", - "version": "1.2.1", + "version": "1.3.0", "license": "ISC", "repository": "github:rapideditor/location-conflation", "contributors": [