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 22db7e9 commit 40e0002Copy full SHA for 40e0002
CHANGELOG.md
@@ -5,6 +5,8 @@
5
* String startsWith and endsWith condition: removed unused `descending` parameter, add `caseSensitive` parameter.
6
* String greaterThan/lessThan condition: `withEqual` is deprecated, use the greaterOrEqual/lessOrEqual condition instead.
7
* Query find/findIds `offset` and `limit` parameters are deprecated, set them using the equally named methods instead.
8
+* New support to create a Dart Stream from a Query
9
+ (thanks [@Buggaboo](https://github.com/Buggaboo) for [#88](https://github.com/objectbox/objectbox-dart/pull/88))
10
11
0.7.0 (2020-08-14)
12
------------------
0 commit comments