Skip to content

Releases: geostyler/geostyler-style

v8.1.0

01 Dec 10:36
Compare
Choose a tag to compare

8.1.0 (2023-12-01)

Features

  • adds isSprite typeguard (2684c38)

v8.0.0

30 Nov 13:51
Compare
Choose a tag to compare

8.0.0 (2023-11-30)

⚠ BREAKING CHANGES

  • IconSymbolizer.image can be a Sprite
    • This might break your typings / typechecks when using TypeScript so it is maybe needed to add some checks.

Features

  • add support for image sprites (f51c297)

Bug Fixes

  • replace width and height with size (f264c83)
  • add missing semantic-release dependency (aa60480)

Version 7.5.0

09 Nov 12:16
Compare
Choose a tag to compare

What has changed

  • feat: added placement for TextSymbolizer 74cd3ab
  • docs: fix typo in README d6b7c10
  • docs: add badges to README 5d58d4e
  • docs: remove deprecated badges from readme and update schema.json 3bee045
  • chore: remove deprecated tsconfig option 2cd7c61
  • chore(deps): remove dependabot 2f5ae9d
  • chore(deps): dependency maintenance 0d0f615
  • docs: update schema.json 33722e1
  • Add renovate.json 72e56e0

v7.4.0...v7.5.0

Version 7.4.0

04 Sep 13:42
Compare
Choose a tag to compare

What has changed

  • feat: add metadata block to geostyler style 93f1d59
  • ci: use Node.js versions 18.x and 20.x 71ed591

v7.3.1...v7.4.0

Version 7.3.1

25 May 12:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.3.1

Version 7.3.0

23 May 15:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.2.0...v7.3.0

Version 7.2.0

24 Oct 07:26
Compare
Choose a tag to compare
  • improve documentation ac0026b
  • introduces outlineCap and outlineJoin db1da5d
  • introduces haloOpacity 2aa6b02
  • create dedicated types for join and cap 8915d83

v7.1.1...v7.2.0

Version 7.1.1

17 Oct 15:21
Compare
Choose a tag to compare

v7.1.0...v7.1.1

Version 7.1.0

05 Sep 14:47
Compare
Choose a tag to compare

Features

  • add Function to unsupportedProperties 955ed08
  • make function typeguards more failsafe be9cf53

Fixes

  • fix signature of ComparisonFilter 20e0639
  • fix signature of "between" Function 7b33009

v7.0.0...v7.1.0

Version 7.0.0

05 Sep 08:52
Compare
Choose a tag to compare

Breaking

  • Removes AbstractExpression, PropertyName and LiteralValue.

Features

  • Introduces typing for functions

v7.0.0-beta.0...v7.0.0