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.
1 parent 327ff74 commit 7bbec70Copy full SHA for 7bbec70
README.md
@@ -44,6 +44,7 @@ The marshalled version of the input data.
44
* [X] Casting from/to `Array`.
45
* [X] Casting from/to `symbol`.
46
* [X] Casting from/to `null`.
47
+* [X] Casting from/to `undefined`.
48
* [ ] Casting from/to `Date`.
49
* [X] Casting from/to `Function`
50
* [ ] Casting from/to `Map`
@@ -53,6 +54,10 @@ The marshalled version of the input data.
53
54
55
## Changelog:
56
57
+**v1.0.17**:
58
+
59
+- Corrected some issues with marshalling to/from `undefined`.
60
61
**v1.0.16**:
62
63
- Bumped `typedecetor` dependency.
0 commit comments