Skip to content

Releases: geostyler/geostyler-style

Version 3.1.0

29 Mar 09:07
d19e7f4
Compare
Choose a tag to compare
  • Introduces TypeGuards cccbbf5
  • Updates unsupportedProperties for Symbolizers 4ba2b3c

v3.0.0...v3.1.0

Version 3.0.0

24 Mar 08:00
798ae68
Compare
Choose a tag to compare

Breaking changes:

  • Refactors unsupported properties cc091af
  • Transform typing of Filter 61e851a

v2.2.0...v3.0.0

Version 2.2.0

16 Mar 10:13
4565b0b
Compare
Choose a tag to compare

Features

  • Introduces generation of json schema a174298

Dev-Setup

  • Create dependabot.yml 7618e09
  • Adds configuration for github ci 2214bb7

v2.1.0...v2.2.0

Version 2.1.0

03 Mar 12:01
Compare
Choose a tag to compare

DevSetup / MISC

  • Adapt urls to geostyler organization 20503ef
  • Replaces deprecated tslint with eslint setup 829f981

Features

  • Allow ttf:// scheme for well known names in mark symbolizer 66db17d
  • Add an example mark symbolizer using a font glyph aa86bcb

Changes since 2.0.3 v2.0.3...v2.1.0

Version 2.0.3

06 Sep 09:39
ec4cdbb
Compare
Choose a tag to compare
  • Specifies 'files' in package.json 8e02963

v2.0.2...v2.0.3

Version 2.0.1

06 Sep 09:37
ec4cdbb
Compare
Choose a tag to compare

❗ deprecated ❗ Use v2.0.3

Version 2.0.0

03 Sep 07:28
a8c9b2f
Compare
Choose a tag to compare

❗ Breaking Changes ❗

  • Removes type property from LineSymbolizer. Seems to be a copy & paste thing from the first days of GeoStyler. ca8207c
  • Removes ignorePlacement as it is (more or less) a duplicate of allowOverlap. 57a2e63
  • Removes translate as it was a duplicate of offset and moves BaseSymbolizer.translateAnchor to BasePointSymbolizer.offsetAnchor. Replacing all occurences of translate in your parsers with offset should do the trick. 58fff46
  • Adds fillOpacity to MarkerSymbolizer and fillOpacity and outlineOpacity to FillSymbolizer as the general opacity property on the BasePointSymbolizer is not precise enough if you want the fill to have a different opacity then the outline. 9a88908
  • Moves spacing to LineSymbolizer. 5d14249

Docs & Sample

v1.2.1...v2.0.0

Version v1.2.1

08 Jul 08:20
936b8ee
Compare
Choose a tag to compare
  • Introduces code docs for Symbolizer properties cc8e90b
  • Reintroduces package-lock.json 3cba13e
  • Update .travis.yml b76e76e

v1.2.0...v1.2.1

Version 1.2.0

17 May 12:42
41704e1
Compare
Choose a tag to compare
  • Introduces StrMatchesFunctionFilter 1d3c59c

v1.1.0...v1.2.0

v1.1.0

10 Apr 09:35
Compare
Choose a tag to compare

New Features

  • Introduces RasterSymbolizer
  • Introduces fontStyle and fontWeight in TextSymbolizer

Commits

  • Merge pull request #118 from jansule/font 15ea04b
  • add fontStyle and fontWeight to TextSymbolizer 8046cf5
  • 1.0.0 fbdc66a
  • Merge pull request #117 from jansule/remove-constructable b622f1e
  • Merge pull request #116 from jansule/raster-symbolizer-mapbox 9c32539
  • remove constructable cfbab0f
  • Merge pull request #113 from jansule/raster-symbolizer 9d34a03
  • update rastersample 7519768
  • add definition for mapbox raster 58e17e5
  • add missing spaces c6a661d
  • update StyleType and add RasterSample d1e9493
  • define ChannelSelection and linting 76e8733
  • add definition for RasterSymbolizer 7fbeb47
  • Merge pull request #111 from KaiVolland/remove-node-types 3f97b91
  • Removes @types/node 736ae4e
  • Merge pull request #110 from KaiVolland/remove-tests 3c5e08b
  • Removes tests 8b3502e
  • Merge pull request #109 from terrestris/greenkeeper/@types/node-11.9.3 5ab4f52
  • chore(package): update @types/node to version 11.9.3 828e403
  • Merge pull request #107 from terrestris/greenkeeper/@types/node-11.9.0 b4b4c1d
  • chore(package): update @types/node to version 11.9.0 ac66ceb
  • Merge pull request #106 from terrestris/greenkeeper/@types/node-10.12.24 b5fa9d7
  • chore(package): update @types/node to version 10.12.24 7ef5aab

v0.14.3...v1.1.0