6.0.7 (2024-01-30)
Bug Fixes
- core: consider
PrimaryKeyProp
as optional properties forem.create()
(69522f2), closes #5187 - core: do not add
undefined
tonull
types inEntityDTO
(d661c68), closes #5186 - core: fix ignoring function properties when they are optional (fb33934)
- reflection: fix validation of string enums when loading via
QueryBuilder
(908864c), closes #5185