File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
14
## 0.13.0 (2021-03-19)
2
15
3
16
* Null-safety support: both in the library and the generated code.
You can’t perform that action at this time.
0 commit comments