Skip to content

Releases: geostyler/geostyler-style

6.0.0-beta.0

13 Jun 08:15
Compare
Choose a tag to compare
6.0.0-beta.0 Pre-release
Pre-release
  • Allow release on branches c9b1ac8
  • Add sample expression style 66f4960
  • Update corejs version 97efab3
  • Remove unused import bd789e9
  • Add type parameter for literals 03695cb
  • Add boolean as literal value alternative type 2353184
  • Update schema 3e78e1e
  • Text labels do not support expressions yet fc3092d
  • Support expressions 6f1001d
  • tmp add expressions cc6570a
  • Merge pull request #392 from geostyler/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.27.1 5adcbb9
  • Bump @typescript-eslint/eslint-plugin-tslint from 5.27.0 to 5.27.1 94335ae

v5.1.0...v6.0.0-beta.0

Adds experimental support for expressions.

Version 5.1.0

08 Jun 13:26
Compare
Choose a tag to compare
  • Adds -no-tests option to np 2fb4d09
  • add typeguards for ChannelSelection 76a5238
  • update several packages

v5.0.2...v5.1.0

Version 5.0.2

21 Feb 11:06
Compare
Choose a tag to compare
  • fix isComparisonFilter a21e83b
  • several package updates

v5.0.1...v5.0.2

Version 5.0.1

19 Jan 09:39
Compare
Choose a tag to compare
  • Fix missing source file warnings #297
  • several dependency updates

v5.0.0...v5.0.1

Version 5.0.0

04 Oct 09:21
Compare
Choose a tag to compare

Breaking

  • Introduces complex parser output #265 (Also makes the StyleParser interface generic.)
    The output of the readStyle and writeStyle methods of the parser interface have changed. What was just a style before is now an object.
  • Update UnsupportedProperties #274

Compare geostyler/geostyler-sld-parser@e7edfe2 to update your parser.

Feature

  • Introduces unit properties #266
  • Introduce RangeFilter and the corresponding operator "<=x<=" #275
  • Introduces "format" property for the IconSymbolizer #280

Misc

Version 4.0.3

07 Jun 08:57
Compare
Choose a tag to compare
  • Set module type to commonjs 16003fa
  • Several dependency updates

v4.0.2...v4.0.3

Version 4.0.2

27 Apr 07:02
Compare
Choose a tag to compare
  • Fixes schema generation f6fa55a
  • Several dependency updates

v4.0.1...v4.0.2

Version 4.0.1

13 Apr 09:33
Compare
Choose a tag to compare

Bugfixes

  • Restructures code files 4d66d63
    • Fixes typing of exported TypeGuards

v4.0.0...v4.0.1

Version 4.0.0

12 Apr 14:41
Compare
Choose a tag to compare

Breaking

  • Transpile TypeGuards and provide via dist folder 452c16f
    • If you use the TypeGuards in your project change the import path from geostyler-style/typeguards to geostyler-style/dist/typeguards
  • Updates WellKnownName b5d196d
    • All WellKnownNames are now lower case. The font specifier is typed more precisely which might require changes to your existing code.

v3.1.1...v4.0.0

Version 3.1.1

29 Mar 12:34
Compare
Choose a tag to compare

v3.1.0...v3.1.1