Skip to content

Releases: tarfin-labs/laravel-spatial

v3.1.1

12 Jun 08:47
a6a45de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v2.2.1

12 Jun 08:46
7cf2956
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v3.1.0

14 May 14:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.1.0

v2.2.0

14 May 14:25
ed03da2
Compare
Choose a tag to compare

What's Changed

  • [2.X] Update CI workflow, remove Laravel 11 support, and adjust README and changelog by @frkcn in #36
  • Merge pull request #37 from tarfin-labs/specifying-table-name by @tkaratug in #38
  • Handling expression in location cast v2 by @tkaratug in #42

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Feb 13:52
25c513e
Compare
Choose a tag to compare

What's Changed

  • [3.x] Laravel 12 compatibility by @frkcn in #35
  • Fix spatial queries by explicitly referencing table names by @tkaratug in #37

Full Changelog: v2.0.1...v2.1.0

v2.0.1

09 Dec 12:50
b8abe0b
Compare
Choose a tag to compare

What's Changed

  • Fix for MariaDB Compatibility with ST_SRID Function by @tkaratug in #32

Full Changelog: v2.0.0...v2.0.1

v2.0.0

25 Jul 13:16
fe243d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v2.0.0

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