v0.4
Changelog:
- new: Add
JsArray::from()static method for generate array from length and user defined function. - new: Add
flatMap()method for flatten a nested array and apply map. - update: Update the
flat()method, now by default it flattens the array depth 1 and you can provide your own depth value.