Releases: clickbar/laravel-magellan
Releases · clickbar/laravel-magellan
1.6.1
Improved
- Only override attribute preparation functions on models instead of
performInsert
orperformUpdate
entirely (thanks @RomainMazB #89)
Fixed
- Fixed geometries not being passed to model events (fixes #87) (thanks @RomainMazB #89)
- Fixed not updating
Point
dimension when usingsetAltitude
New Contributors
- @tmgreensolutions made their first contribution in #92
- @RomainMazB made their first contribution in #88
Full Changelog: 1.6.0...1.6.1
1.6.0
1.5.0
Added
- Added
as
parameter forstFrom
function - Aligned
stHaving
withstWhere
to also accept string column and ST expressions, boxes and geometries as value
Fixed
- Fixed builder macro docblocks to use FQDN for an issue within laravel-ide-helper
- Fixed
ST_PROJECT
function not being migrated to the GeometryType enum. - Fixed model attribute equality checks for geometries, reduces unnecessary database updates (thanks @adamczykpiotr)
Full Changelog: 1.4.0...1.5.0
1.4.0
Improved
- Added Typing for Box2D and Box3D in GeoParam allowing Box objects as params in Magellan Expressions
- Added evaluation of parameters in stWhere in order to also allow magellan expressions in value and regular string, boxes or geometries in first parameter
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.2
What's Changed
- Fixed missing handling of expressions in GeoParam by @ahawlitschek in #33
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fixed generation of invalid FeatureCollection in case of zero rows by @ahawlitschek in #31
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.0
What's Changed
- Support Laravel 10 & test on PHP 8.2 by @saibotk in #19
- Fixed missing unwrapping of geoparam in case of queryable by @ahawlitschek in #21
- Optional geometry type param for ST_Buffer enabling easier control ab… by @ahawlitschek in #22
Full Changelog: 1.0.2...1.1.0