Skip to content

Releases: geostyler/geostyler-wfs-parser

v3.0.1

02 Jul 10:55
Compare
Choose a tag to compare

3.0.1 (2024-07-02)

Bug Fixes

  • fix build by removing lodash (45d9ae3)

v3.0.0

02 Jul 08:21
Compare
Choose a tag to compare

3.0.0 (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

v3.0.0-next.1

02 Jul 08:09
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

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

Version 2.0.3

13 Jun 07:55
Compare
Choose a tag to compare
  • Merge pull request #589 from geostyler/fix-outputparams 9ca020b
  • fix: make outputFormat optional 3c8755a

v2.0.2...v2.0.3

Version 2.0.2

12 Jun 13:30
Compare
Choose a tag to compare
  • Merge pull request #588 from geostyler/no-attributes-layer 13f0685
  • fix: add fallback for undefined schema a778f55
  • fix: update parsing of layers without attributes 8825ddb
  • docs: update README.md 7c0a5e8
  • docs: update README.md 133e56e

v2.0.1...v2.0.2

Version 2.0.1

31 May 09:15
Compare
Choose a tag to compare

BugFixes

  • fixes issue with DescribeFeatureType request for layers without attributes

Version 2.0.0

08 Sep 09:56
c39b92a
Compare
Choose a tag to compare

Breaking Changes

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

New Contributors

Full Changelog: v1.0.1...v2.0.0

Version 1.0.1

30 Aug 11:48
Compare
Choose a tag to compare
  • Updates several packages
  • Reintroduces package-lock.json 660440e

v1.0.0

08 Apr 15:17
Compare
Choose a tag to compare
  • Updates packages and configs 05c99e0
  • Introduces polyfills.ts 413bc0f