Skip to content

Releases: geostyler/geostyler-qgis-parser

v3.0.0

26 Jun 09:59
Compare
Choose a tag to compare

3.0.0 (2024-06-26)

⚠ BREAKING CHANGES

  • Switches to esm build and updates base packages.

Bug Fixes

  • fix dependency versions (ecf3004)

v2.1.0

25 Jun 10:03
Compare
Choose a tag to compare

2.1.0 (2024-06-25)

Features

  • prepare next major release (530fa1e)

Bug Fixes

  • deps: update dependency geostyler-style to v8 (1469169)
  • fix commitlint (1e9702d)
  • update cql parser version (1d80c02)

v2.1.0-next.3

21 Jun 07:37
Compare
Choose a tag to compare
v2.1.0-next.3 Pre-release
Pre-release

2.1.0-next.3 (2024-06-21)

Bug Fixes

v2.1.0-next.2

21 Jun 07:35
Compare
Choose a tag to compare
v2.1.0-next.2 Pre-release
Pre-release

2.1.0-next.2 (2024-06-21)

Bug Fixes

  • update cql parser version (1d80c02)

v2.0.1

18 Jun 15:51
Compare
Choose a tag to compare

2.0.1 (2024-06-18)

Bug Fixes

  • deps: update dependency @types/lodash to v4.14.197 (3a25799)
  • deps: update dependency @xmldom/xmldom to v0.8.10 (0854cef)
  • deps: update dependency core-js to v3.37.1 (3a6dfb5)
  • deps: update dependency geostyler-cql-parser to v3.0.2 (56464a9)
  • deps: update dependency xml2js to ^0.5.0 [security] (55a0888)
  • deps: update dependency xml2js to ^0.6.0 (52e6bad)

Version 2.0.0

28 Nov 13:44
1c311d2
Compare
Choose a tag to compare

Breaking

The qgis-parser now expects an input style in the format of the geostyler-style v7 when reading. The write output is also in the format of geostyler-style v7.

What's Changed

New Contributors

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

Version 1.0.0

19 Oct 12:07
Compare
Choose a tag to compare

Breaking

  • update geostyler-style to v5 1bb1dbe

Migration-Guide:
The output of the readStyle and writeStyle methods has changed from the pure style to the ReadStyleResult/WriteStyleResult.

Version <1:

// read
const geostylerStyle = await qgisParser.readStyle(someQml);
// write
const qmlStyle = await qgisParser.writeStyle(geostylerStyle);

Version >=1:

// read
const { output: geostylerStyle } = await qgisParser.readStyle(someQml);
// write
const { output: qmlStyle }  = await qgisParser.writeStyle(geostylerStyle);

Dependency updates

  • Merge pull request #264 from jansule/geostyler-v5 71edcfd
  • Merge pull request #237 from geostyler/dependabot/npm_and_yarn/tar-6.1.11 3aad3de
  • Bump tar from 6.1.4 to 6.1.11 22c747d
  • Merge pull request #223 from geostyler/dependabot/npm_and_yarn/tar-6.1.4 6e8dfb0
  • Merge pull request #227 from geostyler/dependabot/npm_and_yarn/path-parse-1.0.7 4e11175
  • Bump path-parse from 1.0.6 to 1.0.7 7540c34
  • Bump tar from 6.0.2 to 6.1.4 fe1d1c1
  • Merge pull request #202 from geostyler/dependabot/npm_and_yarn/trim-newlines-3.0.1 cc2070c
  • Merge pull request #203 from geostyler/dependabot/npm_and_yarn/normalize-url-4.5.1 0d44ac3
  • Bump normalize-url from 4.5.0 to 4.5.1 11ec813
  • Bump trim-newlines from 3.0.0 to 3.0.1 b937836
  • 0.3.0 a75b2c3
  • Merge branch 'master' of github.com:geostyler/geostyler-qgis-parser 2d1ec68
  • 0.2.4 1d959d7

v0.3.0...v1.0.0

Version 0.3.0

07 Jun 07:58
ebbe37c
Compare
Choose a tag to compare
  • Update geostyler-style to v4 70eb5e8
  • Change comparison operator 980ff73
  • Refine qml output for labels with no symbolizer rules 057d1c2
  • Distinction between outline and fill opacity 74c4566
  • Additional buffer props for label styles 2872293
  • Uses outline and opacity defaults for polygon fill 1c12b4b
  • Modifies the test for line width unit f032d26
  • Adds line width unit pixel 1b09ed8
  • Adds a new test for text-buffer fbaf2ea
  • Fixes an error when writing additional text rules 132b755
  • Several dependecy updates

v0.2.4...v0.3.0

Version 0.2.4

29 Mar 07:58
aa3eebf
Compare
Choose a tag to compare

v0.2.3...v0.2.4

v0.2.3

08 Jun 07:19
Compare
Choose a tag to compare

Updates dependencies