Skip to content

Releases: clickbar/laravel-magellan

1.6.0

17 Mar 19:34
7336e57
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Update dependencies & spatie/invade by @saibotk in #79
  • chore: Laravel 11 support by @faytekin in #76

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

19 Jan 10:49
377c0a1
Compare
Choose a tag to compare

Added

  • Added as parameter for stFrom function
  • Aligned stHaving with stWhere 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

01 Jul 23:47
eb17e22
Compare
Choose a tag to compare

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

28 Jun 15:15
a61f495
Compare
Choose a tag to compare

Added

  • Added Missing Distance Relationships Functions (Fixes #46)

Fixed

  • Fixed nullable handling in TransformsGeojsonGeometry trait (Fixes #37)

Full Changelog: 1.2.2...1.3.0

1.2.2

28 Mar 13:20
3d2c1bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

28 Mar 11:57
95d8f2b
Compare
Choose a tag to compare

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

02 Mar 11:22
2f2bf1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

07 Feb 12:47
2118c86
Compare
Choose a tag to compare

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

1.0.2

05 Jan 19:13
3787591
Compare
Choose a tag to compare

Fixed

  • Fix some expressions to use GeometryType enum for $geometryType by @saibotk in #17

Full Changelog: 1.0.1...1.0.2

1.0.1

05 Jan 16:24
Compare
Choose a tag to compare

Fixed

  • Remove DB hook to fix having sql in binding values by @saibotk in #15

Full Changelog: 1.0.0...1.0.1