Patch Changes
-
Fix date field corruption after app restart. String values matching ISO date format were incorrectly converted to Date objects during deserialization, corrupting user data. Now only explicit Date markers are converted, preserving string values intact. (#1127)
-
Fix mutation.changes field being lost during offline transaction serialization. Previously, the changes field was not included in serialized mutations, causing it to be empty ({}) after app restart. This led to sync functions receiving incomplete data when using mutation.changes for partial updates. (#1124)
-
Introduce specialized OnlineDetector for React Native (#1137)
-
Updated dependencies [
6745ed0,1b22e40,7a2cacd,bdf9405]:- @tanstack/db@0.5.21