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 c8a4295 commit 4f906adCopy full SHA for 4f906ad
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+0.7.0 (2020-08-14)
2
+------------------
3
+* Flutter v1.20 support
4
+ (move libs to separate package `objectbox_flutter_libs`, add it as a new dependency if you use Flutter)
5
+* New property query support
6
+ (thanks [Jasm Sison](https://github.com/Buggaboo) for [#75](https://github.com/objectbox/objectbox-dart/pull/75))
7
+* New `@Transient` annotation to skip storing select properties
8
+ (thanks [Jasm Sison](https://github.com/Buggaboo) for [#98](https://github.com/objectbox/objectbox-dart/pull/98))
9
+* Handle `Byte` property as a signed `int8` (was previously unsigned) to align with other bindings
10
+
11
0.6.4 (2020-05-12)
12
------------------
13
* Update to objectbox-swift 1.3.0
0 commit comments