All notable changes to laravel-magellan
will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2023-03-02
- Added config for geodetic SRIDs (most of the time WGS84 is sufficient, but there are much more geodetic SRIDs than 4326)
- Fixed sql syntax error when trying to create magellanGeography (fixes #27, thanks @tanabi)
- Fix getValue calls on Expressions in Laravel 10
1.1.0 - 2023-02-07
- Laravel 10 support
- PHP 8.2 support
- Optional geometry type param for ST_Buffer enabling easier control about metric buffering
- Typing bug when trying to use a Closure as Geoparam
1.0.2 - 2023-01-05
- Fix some ST functions not being migrated to the GeometryType enum.
1.0.1 - 2023-01-05
- Fix bindings being wrongly converted to SQL function statements, eg. in
query()->update()
calls.
1.0.0 - 2023-01-04
- Initial Release 🎉