Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.38 KB

Changelog

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.

Unreleased

1.2.0 - 2023-03-02

Improved

  • Added config for geodetic SRIDs (most of the time WGS84 is sufficient, but there are much more geodetic SRIDs than 4326)

Fixed

  • 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

Added

  • Laravel 10 support
  • PHP 8.2 support

Improved

  • Optional geometry type param for ST_Buffer enabling easier control about metric buffering

Fixed

  • Typing bug when trying to use a Closure as Geoparam

1.0.2 - 2023-01-05

Fixed

  • Fix some ST functions not being migrated to the GeometryType enum.

1.0.1 - 2023-01-05

Fixed

  • Fix bindings being wrongly converted to SQL function statements, eg. in query()->update() calls.

1.0.0 - 2023-01-04

  • Initial Release 🎉