Skip to content

v0.55.0

Choose a tag to compare

@andywhite37 andywhite37 released this 12 Feb 18:31

✨ New

  • @endlo - add Set.toggle for adding/removing an item from a Set
  • Added aliases for Array, List, Option:
    • filter -> keep
    • filterWithIndex -> keepWithIndex
    • filterNot -> reject
    • filterNotWithIndex -> rejectWithIndex