Skip to content

Commit 354441a

Browse files
committed
CHANGELOG.md: finalize for 5.1
1 parent f371c91 commit 354441a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

objectbox/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
On the Dart side, ObjectBox also offers binding to a list of maps, e.g. `List<Map<String, dynamic>>`.
77
* Dynamic/Object: can hold any kind of data, including primitive types like integer, floating point and string,
88
plus maps and lists.
9-
* Sync note: when used together with the MongoDB Connector, flex properties allow storing nested documents from MongoDB
9+
* Sync note: when used together with the MongoDB Connector,
10+
flex properties allow storing nested documents from MongoDB
11+
* Added `dateUtc` and `dateUtcNano` property types for DateTime read back UTC.
12+
[#308](https://github.com/objectbox/objectbox-dart/issues/308)
13+
* Added "GeneratorVersion" enum to enforce generated code is compatible with the runtime library.
14+
**You must regenerate code after updating the objectbox package.**
15+
Until you regenerate code, compiling will fail with a message like this:
16+
"Error: Required named parameter 'generatorVersion' must be provided".
1017

1118
## 5.0.4 (2025-12-09)
1219

0 commit comments

Comments
 (0)