Skip to content

Commit 30d3d37

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.3.0...v5.0.0) (2024-06-25) ### ⚠ BREAKING CHANGES * You may need to adapt your imports, your bundler config or other configs when using this module to make sure your tooling knows this is now an esm module. * you may need to adjust your imports as some of the paths have been changed ### Features * switch to esm build ([71502fb](71502fb)) * use esm build & update geostyler-style ([4da7581](4da7581)) ### Bug Fixes * add module, update node ([299acb8](299acb8)) * cleanup imports ([605ccc7](605ccc7)) * fix imports & exports ([f906dc1](f906dc1)) * move variable declaration ([6837cf8](6837cf8)) * parsing of property functions in filter args ([484bb8c](484bb8c)) * update geostyler-style & cleanup package.json ([48b7386](48b7386)) * update node versions [skip ci] ([32f4f84](32f4f84)) * use preserve module strategy ([cd83ecc](cd83ecc))
1 parent 716ea45 commit 30d3d37

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [5.0.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v4.3.0...v5.0.0) (2024-06-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* You may need to adapt your imports, your bundler
7+
config or other configs when using this module to make sure your
8+
tooling knows this is now an esm module.
9+
* you may need to adjust your imports as some
10+
of the paths have been changed
11+
12+
### Features
13+
14+
* switch to esm build ([71502fb](https://github.com/geostyler/geostyler-openlayers-parser/commit/71502fbd32d7c7bf21dd2308ec036da2dc646465))
15+
* use esm build & update geostyler-style ([4da7581](https://github.com/geostyler/geostyler-openlayers-parser/commit/4da75810f52cc62a99b9c84532f16b1b39d10475))
16+
17+
18+
### Bug Fixes
19+
20+
* add module, update node ([299acb8](https://github.com/geostyler/geostyler-openlayers-parser/commit/299acb86394091bc7cea00d6be9ee935f22bd0a7))
21+
* cleanup imports ([605ccc7](https://github.com/geostyler/geostyler-openlayers-parser/commit/605ccc78159aaf38d36f6b864125a1f70d3dcdd7))
22+
* fix imports & exports ([f906dc1](https://github.com/geostyler/geostyler-openlayers-parser/commit/f906dc13836ca45b8e1245efe1d53cdd8e3dff5e))
23+
* move variable declaration ([6837cf8](https://github.com/geostyler/geostyler-openlayers-parser/commit/6837cf88d9b1f6e4761885e313a071c3396e99da))
24+
* parsing of property functions in filter args ([484bb8c](https://github.com/geostyler/geostyler-openlayers-parser/commit/484bb8cda05d81d63afe654974af3cdb5c5701ca))
25+
* update geostyler-style & cleanup package.json ([48b7386](https://github.com/geostyler/geostyler-openlayers-parser/commit/48b7386b2ce7a557ca2dc0c6c37c3ca04f30df1c))
26+
* update node versions [skip ci] ([32f4f84](https://github.com/geostyler/geostyler-openlayers-parser/commit/32f4f841909841340ca3c5245cbc9b2cf0e2b65a))
27+
* use preserve module strategy ([cd83ecc](https://github.com/geostyler/geostyler-openlayers-parser/commit/cd83ecc80312a11ded64d10715237ef7f4cb2513))
28+
129
## [5.0.0-next.6](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0-next.5...v5.0.0-next.6) (2024-06-20)
230

331

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geostyler-openlayers-parser",
3-
"version": "5.0.0-next.6",
3+
"version": "5.0.0",
44
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
55
"type": "module",
66
"main": "dist/OlStyleParser.js",

0 commit comments

Comments
 (0)