Patch Changes
-
Type utils in collection options as specific type (e.g. ElectricCollectionUtils) instead of generic UtilsRecord. (#940)
-
fix: Add BigInt support to pg-serializer and fix error message for non-JSON-serializable values (#932)
- Added support for serializing BigInt values to strings in the
serializefunction - Fixed the error message when encountering unsupported types to handle values that cannot be serialized by
JSON.stringify(like BigInt), preventing a secondary error from masking the original issue
- Added support for serializing BigInt values to strings in the
-
Updated dependencies [
1d19d22,b3e4e80]:- @tanstack/db@0.5.10