6.0.3 (2024-01-13)
Bug Fixes
- core: allow raw fragments as keys with multiple conditions (d0d5de8), closes #5112
- core: fix leaking raw fragments cache (9638410)
- core: respect raw fragments in
orderBy
andpopulateOrderBy
(7bf986c), closes #5110 - core: support raw fragments in order by with pagination (67ee6f5), closes #5110
- core: do not map array types as
Loaded
when partially loaded (75d035d), closes #5123 - core: provide mapped custom types into constructor with
forceEntityConstructor
(b293789), closes #5118