Releases: MatanYadaev/laravel-eloquent-spatial
Releases · MatanYadaev/laravel-eloquent-spatial
v4.4.0
v4.3.2
What's Changed
- Fix SRID not being optional for expression in GeometryCast by @nickknissen in #124
New Contributors
- @nickknissen made their first contribution in #124
Full Changelog: 4.3.1...4.3.2
v4.3.1
What's Changed
- Fix columns that their cast is
Geometry
by @MatanYadaev in #127
Full Changelog: 4.3.0...4.3.1
v4.3.0
What's Changed
- Support Geometry class extension by @jobverplanke in #125
New Contributors
- @jobverplanke made their first contribution in #125
Full Changelog: 4.2.1...4.3.0
v4.2.1
v4.2.0
v4.1.1
What's Changed
- Laravel Pint by @MatanYadaev in #112
- Bugfix:
isDirty
is alwaystrue
after creation by @MatanYadaev in #115
Full Changelog: 4.1.0...4.1.1
v4.1.0
v4.0.0
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
- @yinx made their first contribution in #102
- @gdebrauwer made their first contribution in #105
Full Changelog: 3.2.2...4.0.0
v3.2.2
- Revert v3.2.1 changes