Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 1.45 KB

Changelog

0.4.0 - 2024-12-19

💥 Breaking changes

  • compatibility with doctrine/orm 3.x (2.x is no longer supported)
  • compatibility with doctrine/dbal 4.x (2.x and 3.x are no longer supported)

🐛 Bug fixes

  • GeometryType::convertToDatabaseValue() now properly throws ConversionException as it should

0.3.1 - 2024-06-07

Upgrades

  • Compatibility with brick/geo version 0.11

0.3.0 - 2024-01-23

💥 Breaking changes

  • Minimum PHP version is now 8.1

Upgrades

  • Compatibility with brick/geo version 0.10

0.2.1 - 2022-11-22

Improvements

  • Compatibility with brick/geo version 0.9

0.2.0 - 2022-10-11

💥 Breaking changes

  • Minimum PHP version is now 8.0

Improvements

  • Compatibility with brick/geo version 0.8

🩹 Deprecation fixes

  • Fixed code using deprecated Doctrine method AbstractPlatform::getName()

0.1.1 - 2022-03-21

Deprecation fixes

  • Add return types to methods.

0.1.0 - 2021-10-10

🎉 First release!