Skip to content

Latest commit

 

History

History
87 lines (46 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

87 lines (46 loc) · 4.8 KB

4.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • Produces ESM build.

Features

  • add semantic release, commitlint, introduce next branch (7967653)
  • produce esm build, switch to vite (#351) (d416111)
  • update geostyler-style (5926082)

Bug Fixes

  • fix esm build & add vitest (13bf824)
  • fix import of generated parser/lexer (083cfba)
  • improve check for window (aeca5c0)
  • remove commented code (78cdfcd)
  • remove obsolete dependency (bf4f406)
  • update browsercheck (d7e0af6)
  • update geostyler-style version, cleanup package.json (a938ae7)
  • use global if window is not available (bab4242)
  • use proper cqlParser object to run properly in all environments (23e0546)

4.0.0-beta.7 (2024-06-21)

Bug Fixes

4.0.0-beta.6 (2024-06-21)

Bug Fixes

  • improve check for window (aeca5c0)

4.0.0-beta.5 (2024-06-21)

Bug Fixes

  • use global if window is not available (bab4242)

4.0.0-beta.4 (2024-06-21)

Bug Fixes

  • use proper cqlParser object to run properly in all environments (23e0546)

4.0.0-beta.3 (2024-06-20)

Bug Fixes

  • remove obsolete dependency (bf4f406)

4.0.0-beta.2 (2024-06-20)

Bug Fixes

  • update geostyler-style version, cleanup package.json (a938ae7)

4.0.0-beta.1 (2024-06-20)

⚠ BREAKING CHANGES

  • Produces ESM build.

Features

  • add semantic release, commitlint, introduce next branch (7967653)
  • produce esm build, switch to vite (#351) (d416111)
  • update geostyler-style (5926082)

Bug Fixes

  • fix esm build & add vitest (13bf824)
  • fix import of generated parser/lexer (083cfba)
  • remove commented code (78cdfcd)