You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
-
## latest
2
-
1
+
## 0.10.0 (2020-12-01)
2
+
* Add support for string array properties: `List<String>`.
3
+
* Add support for byte array properties: `List<Int>`, `Uint8List`, `Int8List`.
4
+
* Add `@Index()` and `@Unique()` property annotations
5
+
(thanks [@Buggaboo](https://github.com/Buggaboo) for [#123](https://github.com/objectbox/objectbox-dart/pull/123)).
6
+
* Add `Query.remove()` to remove all objects matching the query.
7
+
* Fix `Query.findStream()` to only rerun on changes to the queried type
8
+
(thanks [@RTrackerDev](https://github.com/RTrackerDev) and [@Buggaboo](https://github.com/Buggaboo) for [#152](https://github.com/objectbox/objectbox-dart/pull/152)).
9
+
* Change `type` field on `@Property()` annotation to PropertyType.
10
+
* Mark `offset` and `limit` query parameters deprecated, use `offset()` and `limit()` instead.
11
+
* Update to objectbox-swift 1.4.1
12
+
* Internal changes in preparation for null-safety (still waiting for our dependencies to migrate).
description: ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox, including ObjectBox Sync.
@@ -11,7 +11,7 @@ environment:
11
11
dependencies:
12
12
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
13
13
# You should still depend on objectbox directly in your Flutter application.
0 commit comments