We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined
1 parent b8e7417 commit b07313bCopy full SHA for b07313b
packages/core/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
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
11
## 0.7.11 (2023-11-29)
12
13
- Implement `subscriptions.findAll` for Action Cable compat. ([@palkan][])
@@ -183,3 +189,4 @@ Each component takes care of subscribing and unsubsribing; the actual subscripti
183
189
[@gydroperit]: https://github.com/gydroperit
184
190
[@TheSeally]: https://github.com/TheSeally
185
191
[@lokkirill]: https://github.com/lokkirill
192
+[@ardecvz]: https://github.com/ardecvz
0 commit comments