Skip to content

Releases: tarfin-labs/laravel-spatial

v1.7.0

11 May 12:19
a68b379
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

04 Apr 14:33
Compare
Choose a tag to compare
  • Changed toGeomFromTextString() to toGeomFromText() in Readme.
  • Fixed with_wkt_options configuration.

v1.6.0

30 Mar 13:08
ca27447
Compare
Choose a tag to compare
  • Added MariaDB support to spatial functions. #16
  • Readme updated for adding a location column with default value to an existing table. #17
  • toGeomFromTextString() method added to Point class for bulk insert/update operations. #18

v1.5.0

16 Feb 07:48
7beae04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

05 Sep 09:35
9476305
Compare
Choose a tag to compare
  • Doctrtine unknown type error fixed.

v1.4.0

05 Sep 09:00
1215c85
Compare
Choose a tag to compare
  • Locations that have zero points are excluded while getting the distance to a given location in withingDistanceTo scope.

v1.3.0

24 Jun 08:46
67239f3
Compare
Choose a tag to compare
  • toWkt() method added to Point class for getting the coordinates as well known text.
  • toPair() method added to Point class for getting the coordinates as pair.
  • toArray() method added to Point class for getting the coordinates as array.

v1.2.0

10 May 06:46
818edf4
Compare
Choose a tag to compare
  • Laravel 9 and PHP 8.1 support added.

v1.1.2

08 Mar 12:58
2c4d862
Compare
Choose a tag to compare
  • Bug fixed for casting location columns that is null.

v1.1.1

20 Jan 15:13
Compare
Choose a tag to compare
  • axis-order added to setter of LocationCast.
  • axis-order added to query in HasSpatial trait.