We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1246f commit 9edd4f5Copy full SHA for 9edd4f5
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.1.1](https://github.com/geostyler/geostyler-cql-parser/compare/v4.1.0...v4.1.1) (2025-08-26)
2
+
3
+### Bug Fixes
4
5
+* remove lodash and define isString locally ([#442](https://github.com/geostyler/geostyler-cql-parser/issues/442)) ([df1246f](https://github.com/geostyler/geostyler-cql-parser/commit/df1246f35f9fd038b4dd27b5741f7249f44ac498))
6
7
## [4.1.0](https://github.com/geostyler/geostyler-cql-parser/compare/v4.0.2...v4.1.0) (2025-06-13)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "geostyler-cql-parser",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "Translates CQL Filters and Geostyler Style Filters",
"type": "module",
"main": "dist/CqlParser.js",
0 commit comments