Skip to content

Commit

Permalink
Update @polar/lib-get-features to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 26, 2024
1 parent 7782701 commit 220ae8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/lib/getFeatures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CHANGELOG

## unpublished
## 2.0.0

- Breaking: Upgrade peerDependency of `ol` from `^7.1.0` to `^9.2.4`.
- Breaking: `getGazetteerFeatures` has been removed. All uses within POLAR have been deprecated and replaced. If you still need this function, please refer to the masterportalApi implementation that features it as root export `search`.
- Breaking: `getGazetteerFeatures` has been removed. All uses within POLAR have been deprecated and replaced. If you still need this function, please refer to the `@masterportal/masterportalapi` implementation that features it as root export `search`.
- Breaking: `getWfsFeatures` now throws errors if required parameters on the wfs configuration are missing instead of only printing error messages on the console.
- Feature: `getWfsFeatures` now offers the possibility to set custom attributes for the `PropertyIsLike` operator.
- Fix: Properly extend interface `WfsParameters` from `QueryParameters` to reflect actual usage.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/getFeatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"ol": "^9.2.4"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0"
"@polar/lib-custom-types": "^1.5.0"
}
}

0 comments on commit 220ae8d

Please sign in to comment.