Skip to content

Commit 40e0002

Browse files
README: add Dart Stream support.
1 parent 22db7e9 commit 40e0002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* String startsWith and endsWith condition: removed unused `descending` parameter, add `caseSensitive` parameter.
66
* String greaterThan/lessThan condition: `withEqual` is deprecated, use the greaterOrEqual/lessOrEqual condition instead.
77
* 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))
810

911
0.7.0 (2020-08-14)
1012
------------------

0 commit comments

Comments
 (0)