Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 1.03 KB

Changelog

All notable changes to laravel-eloquent-spatial will be documented in this file.

v2.5.1 - 2022-09-24

Geometry objects are now stringable.

v2.5.0 - 2022-09-23

Support MySQL 5.7

v2.4.0 - 2022-09-22

  • Add whereNotWithin Builder method
  • Add whereNotContains Builder method

v2.3.0 - 2022-09-06

Added MariaDB support

v2.2.0 - 2022-08-29

Fix axis-order when using SRID

v2.1.1 - 2022-07-20

Refactor toWkt

v2.1.0 - 2022-07-20

  • SRID support
  • Add Geometry@toWkt
  • Add Geometry@toWkb
  • Fix generic type issue with GeometryCollection

v2.0.1 - 2022-07-12

Make Geometry::toWkt parameters optional

v2.0.0 - 2022-07-08

Improve casting:

  • Fix getOriginal
  • Use a more standard WKT format

1.0.4 - 2022-03-07

  • Fix PHPStan issues

1.0.3 - 2022-02-24

  • Support Laravel 9
  • Support PHP 8.1

1.0.2 - 2021-08-31

  • Remove auto-discovery part from composer.json

1.0.1 - 2021-08-11

  • Upgrade to PHP-CS-Fixer v3 and clear PHPStan issues

1.0.0 - 2021-02-23

  • Initial release