Skip to content

v0.49.0

Compare
Choose a tag to compare
@andywhite37 andywhite37 released this 06 Jan 17:24

Thanks to contributors!

✨ New

  • @utkarshkukreti New functions for Array/List:
    • insertAt - inserts an element at an index, shifting the following elements down
    • updateAt - modifies an element at an index using a function
    • swapAt - swaps the values at two indices

✔️ Tests

  • @jihchi - Greatly improved test coverage for various modules