We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b73be commit bbca525Copy full SHA for bbca525
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to `laravel-spatial` will be documented in this file
4
5
-## 1.0.0 - 201X-XX-XX
+# 1.1.2 - 2022-03-08
6
+- Bug fixed for casting location columns that is null.
7
8
+# 1.1.1 - 2022-01-20
9
+- `axis-order` added to setter of `LocationCast`.
10
+- `axis-order` added to query in `HasSpatial` trait.
11
+
12
+# 1.1.0 - 2022-01-20
13
+- `Point` type added to Doctrine mapped types in the service provider.
14
+- SRID support added to setter of `LocationCast`.
15
16
+## 1.0.0 - 2022-01-18
17
- initial release
0 commit comments