Releases: tarfin-labs/laravel-spatial
Releases · tarfin-labs/laravel-spatial
v1.4.1
- Doctrtine unknown type error fixed.
v1.4.0
- Locations that have zero points are excluded while getting the distance to a given location in
withingDistanceTo
scope.
v1.3.0
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
- Laravel 9 and PHP 8.1 support added.
v1.1.2
- Bug fixed for casting location columns that is null.
v1.1.1
axis-order
added to setter of LocationCast
.
axis-order
added to query in HasSpatial
trait.
v1.1.0
Point
type added to Doctrine mapped types in the service provider.
- SRID support added to setter of
LocationCast
.