Skip to content

Releases: geostyler/geostyler-qgis-parser

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

Version 0.2.2

06 May 13:34
83fe592
Compare
Choose a tag to compare
  • Fixes filter issue by updating geostyler-cql-parser
  • Several package updates

v0.2.1...v0.2.2

v0.2.1

26 Apr 12:28
0415574
Compare
Choose a tag to compare
  • Updates jest 2da06c0
  • Updates geostyler-style f27da09
  • Fixes key generation for renderer and labeling 5ef0bfc
  • Replaces uglifyjs with terser a0334d9
  • Several depency updates

v0.2.0...v0.2.1

v0.2.0

13 Mar 07:26
Compare
Choose a tag to compare
  • Merge pull request #51 from hwbllmnn/qml-robustness f0b578b
  • Fix various edge cases d6cdc67
  • Merge pull request #46 from terrestris/greenkeeper/@types/node-11.10.5 889995b
  • chore(package): update @types/node to version 11.10.5 375660b

v0.1.1...v0.2.0

Version 0.1.1

08 Mar 08:10
Compare
Choose a tag to compare

Version 0.1.0

08 Mar 07:36
7762744
Compare
Choose a tag to compare
  • Merge pull request #47 from hwbllmnn/fix-no-symbolizers 7762744
  • Trigger travis build 7346814
  • Fix failing coverage 7fb0156
  • Fix writing of rules with no symbolizers a02dd56

v0.0.2...v0.1.0