v1.1.8 (2026-08-30)
Warning
This release addresses a fundamental Collection design issue that now requires your schemas to be synchronous. Asynchronous schemas will throw. Support for asynchronous schema will be considered in the future major releases of Data.
Bug Fixes
- hydrate relational values (#377) (09ea6b4) @kettanaito
- persist: use
visibilitychangeinstead of deprecatedunloadevent (#376) (cb8fa69) @kettanaito - check for function condition first, array later (#374) (8bc680b) @kettanaito
- prevent deep cloning relations on apply (#373) (1164e2a) @kettanaito