Releases: tarfin-labs/laravel-spatial
Releases · tarfin-labs/laravel-spatial
v2.2.0
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
v1.6.1
- Changed
toGeomFromTextString()
to toGeomFromText()
in Readme.
- Fixed
with_wkt_options
configuration.
v1.6.0
- 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