Releases: geostyler/geostyler-style
Releases · geostyler/geostyler-style
6.0.0-beta.0
- 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
Adds experimental support for expressions.
Version 5.1.0
Version 5.0.2
- fix isComparisonFilter a21e83b
- several package updates
Version 5.0.1
- Fix missing source file warnings #297
- several dependency updates
Version 5.0.0
Breaking
- Introduces complex parser output #265 (Also makes the
StyleParser
interface generic.)
The output of thereadStyle
andwriteStyle
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
- Set module type to commonjs 16003fa
- Several dependency updates
Version 4.0.2
- Fixes schema generation f6fa55a
- Several dependency updates
Version 4.0.1
Version 4.0.0
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
togeostyler-style/dist/typeguards
- If you use the TypeGuards in your project change the import path from
- Updates WellKnownName b5d196d
- All WellKnownNames are now lower case. The font specifier is typed more precisely which might require changes to your existing code.