Releases: geostyler/geostyler-wfs-parser
Releases · geostyler/geostyler-wfs-parser
v3.0.1
v3.0.0
v3.0.0-next.1
3.0.0-next.1 (2024-07-02)
⚠ BREAKING CHANGES
- You'll probably need to reconfigure/adapt your
bundler config to make sure this dependency is considered as ESM
module.
Features
- use esm build & switch to vite/vitest (412f653)
Bug Fixes
- fix releaserc config (b0ac17f)
Version 2.0.3
Version 2.0.2
Version 2.0.1
BugFixes
- fixes issue with DescribeFeatureType request for layers without attributes
Version 2.0.0
Breaking Changes
- Introduces
requestParams
by @KaiVolland in #434
Migration:
The request related read arguments (version
, typeName
, featureID
, propertyName
, srsName
, maxFeatures
) have been moved into requestParams
. Have a look at the updated tests for an example.
Other
- Adapt urls to geostyler organization by @KaiVolland in #250
- Fix missing source file warnings by @juburr in #355
New Contributors
Full Changelog: v1.0.1...v2.0.0
Version 1.0.1
- Updates several packages
- Reintroduces package-lock.json 660440e