Releases: grimzy/laravel-mysql-spatial
Releases · grimzy/laravel-mysql-spatial
1.2.0
21 Sep 17:55
Compare
Sorry, something went wrong.
No results found
2.2.0
04 Sep 11:15
Compare
Sorry, something went wrong.
No results found
2.1.3
04 Mar 04:41
Compare
Sorry, something went wrong.
No results found
Adds scopes orderByDistance() and orderByDistanceSphere() (#64 )
Thanks to @robjbrain .
2.1.2
05 Feb 04:55
Compare
Sorry, something went wrong.
No results found
Fix Geometry::fromWKB function to allow various SRID #67 #47
Thanks to @jl9404
1.1.4
05 Feb 05:13
Compare
Sorry, something went wrong.
No results found
Port of #67 (Fix Geometry::fromWKB function to allow various SRID)
Thanks to @jl9404
1.1.3
21 Jan 16:27
Compare
Sorry, something went wrong.
No results found
Port of #43 (Unserialize from GeoJSON) to mysql-5.6 branch. Closes #72 .
Thanks to @Chrissi2812
2.1.1
26 Jul 01:04
Compare
Sorry, something went wrong.
No results found
Fixes bug when parsing WKT pair with extra wrapping parenthesis (#56 )
2.1.0
16 Jun 19:20
Compare
Sorry, something went wrong.
No results found
Resolves compatibility issue with newer versions of Laravel (#49 , #50 )
Resolves SQL injection vulnerability (#48 , #51 )
Fix build (#53 )
2.0.3
04 Mar 00:45
Compare
Sorry, something went wrong.
No results found
Added support to easily unserialize Geometry fields using Geometry::fromJson($string) (Resolves #23 )
2.0.2
10 Sep 22:59
Compare
Sorry, something went wrong.
No results found
Fixes #13 : Bug when using PointCollection::insertPoint()