Skip to content

Commit bd3843f

Browse files
committed
update CHANGELOG.md
1 parent 6f248d1 commit bd3843f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

objectbox/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## latest
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.
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
12+
* Generated code - avoid more linter issues.
13+
114
## 0.13.0 (2021-03-19)
215

316
* Null-safety support: both in the library and the generated code.

0 commit comments

Comments
 (0)