Skip to content

Commit 7bbec70

Browse files
committed
Corrected some issues with marshalling to/from undefined
1 parent 327ff74 commit 7bbec70

File tree

2 files changed

+150
-53
lines changed

2 files changed

+150
-53
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The marshalled version of the input data.
4444
* [X] Casting from/to `Array`.
4545
* [X] Casting from/to `symbol`.
4646
* [X] Casting from/to `null`.
47+
* [X] Casting from/to `undefined`.
4748
* [ ] Casting from/to `Date`.
4849
* [X] Casting from/to `Function`
4950
* [ ] Casting from/to `Map`
@@ -53,6 +54,10 @@ The marshalled version of the input data.
5354

5455
## Changelog:
5556

57+
**v1.0.17**:
58+
59+
- Corrected some issues with marshalling to/from `undefined`.
60+
5661
**v1.0.16**:
5762

5863
- Bumped `typedecetor` dependency.

0 commit comments

Comments
 (0)