Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-03-13 | 287 Bytes | |
v2.0.18.tar.gz | 2019-03-13 | 1.8 MB | |
v2.0.18.zip | 2019-03-13 | 1.9 MB | |
Totals: 3 Items | 3.7 MB | 0 |
- 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.