Skip to content

Commit 702a144

Browse files
committed
Added mapping to/from Map.
1 parent 6b851f3 commit 702a144

File tree

3 files changed

+302
-32
lines changed

3 files changed

+302
-32
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,17 @@ The marshalled version of the input data.
4949
* [X] Casting from/to `undefined`.
5050
* [ ] Casting from/to `Date`.
5151
* [X] Casting from/to `Function`
52-
* [ ] Casting from/to `Map`
52+
* [X] Casting from/to `Map`
5353
* [ ] Casting from/to `WeakSet`
5454
* [ ] Casting from/to `WeakMap`
5555
* [ ] Casting from/to `RegExp`
5656

5757
## Changelog:
5858

59+
**v1.0.22**:
60+
61+
- Added mapping to/from `Map`.
62+
5963
**v1.0.21**:
6064

6165
- Made sure that quoted strings will not be re-quoted.

0 commit comments

Comments
 (0)