Skip to content

v2.0.18

Compare
Choose a tag to compare
@paldepind paldepind released this 13 Mar 11:44
· 50 commits to master since this release
  • This release adds a toJSON method to List. When used in combination with the JSON.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.