Skip to content

Releases: clickbar/laravel-magellan

1.7.1

03 Jan 11:58
524a98d
Compare
Choose a tag to compare

Fixed

  • [1.x] Backport: Fix missing precision in WKT coordinates by @saibotk in #122

Full Changelog: 1.7.0...1.7.1

1.7.0

27 Dec 19:47
d37f0d5
Compare
Choose a tag to compare

Added

  • PostGIS ST_LineSubstring support
  • PostGIS ST_LineFromEncodedPolyline support
  • PostGIS ST_LineLocatePoint support
  • Added ST::asGeoJson function to convert geometries to GeoJSON via the database

Fixed

  • Fixed Expression types in SRID-related functions
  • Fixed missing schema prefix for generated SQL of first-level ST functions
  • Fixed numeric SRID queries in ST::transform and ST::setSRID (thanks @BezBIS #91)
  • Fixed ST::buffer & ST:offsetCurve: Correctly renamed styleMitreLevel to styleMitreLimit

New Contributors

Full Changelog: 1.6.1...1.7.0

1.6.1

08 Aug 20:47
8421042
Compare
Choose a tag to compare

Improved

  • Only override attribute preparation functions on models instead of performInsert or performUpdate entirely (thanks @RomainMazB #89)

Fixed

  • Fixed geometries not being passed to model events (fixes #87) (thanks @RomainMazB #89)
  • Fixed not updating Point dimension when using setAltitude

New Contributors

Full Changelog: 1.6.0...1.6.1

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