Skip to content

Commit 822a586

Browse files
committed
updated useSerialize changesets
1 parent 6b6b3f4 commit 822a586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/tricky-peaches-buy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
FEAT: `useSerializer$`, `createSerializer$`: Create a Signal holding a custom serializable value. See {@link useSerializer$} for more details.
66

7-
FEAT: `NoSerializeSymbol`: objects that have this symbol will not be serialized.
7+
`NoSerializeSymbol`: objects that have this symbol will not be serialized.
88

9-
FEAT: `SerializerSymbol`: When defined on an object, this function will get called with the object and is expected to returned a serializable object literal representing this object. Use this to remove data cached data, consolidate things, integrate with other libraries, etc.
9+
`SerializerSymbol`: When defined on an object, this function will get called with the object and is expected to returned a serializable object literal representing this object. Use this to remove data cached data, consolidate things, integrate with other libraries, etc.

0 commit comments

Comments
 (0)