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 6e585f8 commit d45932bCopy full SHA for d45932b
CHANGELOG.md
@@ -1,14 +1,14 @@
1
-0.1.0 (2019-09-03)
2
-------------------
3
-* Minimal Store setup
4
-* Minimal Box with put and get
5
-
6
-0.2.0 (2019-09-10)
+0.2.0 (2019-09-11)
7
------------------
8
-* UTF-8 support for Store and Box
+* UTF-8 support for Store and Box (thanks to [Buggaboo](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!)
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.1.0 (2019-09-03)
+------------------
+* Minimal Store setup
+* Minimal Box with put and get
0 commit comments