We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ebee6 commit 3407d4fCopy full SHA for 3407d4f
objectbox/CHANGELOG.md
@@ -1,6 +1,12 @@
1
-## 0.13.0-nullsafety.3 (2021-03-17)
2
-
3
-* Null-safety pre-release.
+## latest
+
+* Null-safety support: both in the library and the generated code.
4
+* Remove deprecated arguments `offset`, `limit`, `withEqual` from `Query` methods.
5
+* More performance optimizations, mostly in our FlatBuffers fork.
6
+* Fix FlatBuffers builder growing.
7
+* Update to objectbox-c v0.13.0
8
+* Update to objectbox-android v2.9.1
9
+* Increase minimum SDK versions: Flutter v2.0 & Dart v2.12.
10
11
## 0.12.2 (2021-03-11)
12
0 commit comments