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: objectbox/CHANGELOG.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
## latest
1
+
## 0.14.0 (2021-04-01)
2
2
3
-
* Fix non-nullable Date fields deserialization regression (introduced in v0.13.0) - fields were read as DateNano.
4
-
* Respect string property query distinct `count()`result (was same as case-sensitive).
5
-
* Query `findFirst()` doesn't overwrite`offset` and `limit` anymore.
3
+
* Fix non-nullable `DateTime` fields deserialization regression (introduced in v0.13.0) - fields were read as nanosecond instead of millisecond timestamp.
4
+
* Respect case-sensitivity setting in string `PropertyQuery.count()`with `distinct = true` (the result was always like with `caseSensitive = true`).
5
+
* Query `findFirst()` doesn't change `Query` object's`offset` and `limit` anymore.
6
6
* Change Query string conditions `caseSensitive` default to `true`, previously conditions were case-insensitive by default.
7
-
* Introduce Store constructor argument `queriesCaseSensitiveDefault`allowing to change the default behaviour of `caseSensitive`argument.
8
-
* Store-configured `queriesCaseSensitiveDefault` is now also the default for string property queries when using `distinct = true`.
9
-
* Get around Flutter's Android release build issue by changing the offending code.
10
-
* Remove deprecated APIs from internal plugin interfaces (Flutter build notified about them).
11
-
* Generator - update dependencies to their null-safe versions
7
+
* Introduce Store constructor argument `queriesCaseSensitiveDefault`- allows changing the default value of `caseSensitive`in queries.
8
+
This includes string `PropertyQuery` when using `distinct = true`.
9
+
* Get around Flutter's Android release build issue by changing the code the compiler had trouble with.
10
+
* Remove deprecated APIs from internal plugin interfaces (deprecation notice printed during Flutter build).
11
+
* Generator - update dependencies to their null-safe versions.
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