v2.0.18
- This release adds a
toJSON
method toList
. When used in combination with theJSON.stringify
function a list will now serialize into a JSON array. - List is now tested using model based testing thanks to @dubzzz and the fast-check library.
toJSON
method to List
. When used in combination with the JSON.stringify
function a list will now serialize into a JSON array.