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 ab13e8a commit 3c99394Copy full SHA for 3c99394
CHANGELOG.md
@@ -1,4 +1,14 @@
1
0.1.0 (2019-09-03)
2
------------------
3
* Minimal Store setup
4
-* Minimal Box with put and get
+* Minimal Box with put and get
5
+
6
+0.2.0 (2019-09-10)
7
+------------------
8
+* UTF-8 support for Store and Box
9
+* Bulk put and get functions (getMany, getAll, putMany)
10
+* Updated to objectbox-c 0.7
11
+* Basic Store options
12
+* Minimal unit tests
13
+* Removed reflection code, switched to model code generation instead
14
+* Minimal Flutter Desktop example for Dart 2.5.0
0 commit comments