Skip to content

Commit b07313b

Browse files
committed
Document the omitted undefineds in params
1 parent b8e7417 commit b07313b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## master
44

5+
- Omit `undefined` within Channels' params to fix invalid JSON serialization. ([@ardecvz][])
6+
7+
It's intended to mimic the ActionCable behavior when using `JSON.stringify`.
8+
9+
Also, extend the type signature to allow `null` values.
10+
511
## 0.7.11 (2023-11-29)
612

713
- Implement `subscriptions.findAll` for Action Cable compat. ([@palkan][])
@@ -183,3 +189,4 @@ Each component takes care of subscribing and unsubsribing; the actual subscripti
183189
[@gydroperit]: https://github.com/gydroperit
184190
[@TheSeally]: https://github.com/TheSeally
185191
[@lokkirill]: https://github.com/lokkirill
192+
[@ardecvz]: https://github.com/ardecvz

0 commit comments

Comments
 (0)