Skip to content

Releases: MatanYadaev/laravel-eloquent-spatial

v4.4.0

23 Nov 22:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.4.0

v4.3.2

07 Aug 20:57
Compare
Choose a tag to compare

What's Changed

  • Fix SRID not being optional for expression in GeometryCast by @nickknissen in #124

New Contributors

Full Changelog: 4.3.1...4.3.2

v4.3.1

03 Aug 19:41
e3308f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

v4.3.0

24 Jul 16:20
862f599
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.0

v4.2.1

02 Apr 18:46
Compare
Choose a tag to compare

What's Changed

  • Geometry::fromArray added optional$srid paramter by @ju-gow in #118

New Contributors

Full Changelog: 4.2.0...4.2.1

v4.2.0

13 Mar 23:32
e840f42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

v4.1.1

05 Mar 22:15
df3ed55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

v4.1.0

24 Feb 12:10
920c897
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

v4.0.0

18 Jan 13:44
3b1e2d5
Compare
Choose a tag to compare

What's Changed

  • Moved away from spatialbuilder to scopes by @yinx in #102
  • Allow srid enum as srid property aside from integer by @yinx in #103
  • Add php 8.3 support by @gdebrauwer in #105

New Contributors

Full Changelog: 3.2.2...4.0.0

v3.2.2

05 Jan 07:53
Compare
Choose a tag to compare
  • Revert v3.2.1 changes