chore(deps): bump matanyadaev/laravel-eloquent-spatial from 3.2.2 to 4.2.1
Bumps matanyadaev/laravel-eloquent-spatial from 3.2.2 to 4.2.1.
Release notes
Sourced from matanyadaev/laravel-eloquent-spatial's releases.
v4.2.1
What's Changed
Geometry::fromArrayadded optional$sridparamter by@ju-gowin MatanYadaev/laravel-eloquent-spatial#118New Contributors
@ju-gowmade their first contribution in MatanYadaev/laravel-eloquent-spatial#118Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.2.0...4.2.1
v4.2.0
What's Changed
- Support Laravel 11 by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#113Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.1...4.2.0
v4.1.1
What's Changed
- Laravel Pint by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#112- Bugfix:
isDirtyis alwaystrueafter creation by@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#115Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.0...4.1.1
v4.1.0
What's Changed
- Postgres support by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#109Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.0.0...4.1.0
v4.0.0
What's Changed
- Moved away from spatialbuilder to scopes by
@yinxin MatanYadaev/laravel-eloquent-spatial#102- Allow srid enum as srid property aside from integer by
@yinxin MatanYadaev/laravel-eloquent-spatial#103- Add php 8.3 support by
@gdebrauwerin MatanYadaev/laravel-eloquent-spatial#105New Contributors
@yinxmade their first contribution in MatanYadaev/laravel-eloquent-spatial#102@gdebrauwermade their first contribution in MatanYadaev/laravel-eloquent-spatial#105Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.2.2...4.0.0
Changelog
Sourced from matanyadaev/laravel-eloquent-spatial's changelog.
v4.2.1 - 2024-04-02
What's Changed
Geometry::fromArrayadded optional$sridparamter by@ju-gowin MatanYadaev/laravel-eloquent-spatial#118New Contributors
@ju-gowmade their first contribution in MatanYadaev/laravel-eloquent-spatial#118Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.2.0...4.2.1
v4.2.0 - 2024-03-13
What's Changed
- Support Laravel 11 by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#113Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.1...4.2.0
v4.1.1 - 2024-03-05
What's Changed
- Laravel Pint by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#112- Bugfix:
isDirtyis alwaystrueafter creation by@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#115Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.0...4.1.1
v4.1.0 - 2024-02-24
What's Changed
- Postgres support by
@MatanYadaevin MatanYadaev/laravel-eloquent-spatial#109Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.0.0...4.1.0
v4.0.0 - 2024-01-18
What's Changed
- Moved away from spatialbuilder to scopes by
@yinxin MatanYadaev/laravel-eloquent-spatial#102- Allow srid enum as srid property aside from integer by
@yinxin MatanYadaev/laravel-eloquent-spatial#103- Add php 8.3 support by
@gdebrauwerin MatanYadaev/laravel-eloquent-spatial#105New Contributors
@yinxmade their first contribution in MatanYadaev/laravel-eloquent-spatial#102@gdebrauwermade their first contribution in MatanYadaev/laravel-eloquent-spatial#105
... (truncated)
Commits
2ede874fix test names casingb4d00ecformatting3b18793Geometry::fromArray added $srid optional paramter (and tests) (#118)568aba4Update CHANGELOGe840f42Support Laravel 11 (#113)ce5c27fUpdate CHANGELOGdf3ed55override originalIsEquivalent to compare geometries (#115)d078b79Laravel Pint (#112)16a979freadme fixesdbebd7dUpdate CHANGELOG- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit c8c484cb and detected 0 issues on this pull request.
View more on Code Climate.