Skip to content

0.0.5

Compare
Choose a tag to compare
@cxmeel cxmeel released this 03 Feb 23:58
· 6 commits to main since this release
57e8dfb

What's Changed

Fixed a bug relating to TypeScript types (#11), and added set and array difference functions (#12).

Added

  • Array.difference and Array.differenceSymmetric to find the difference between two or more arrays.
  • Set.difference and Set.differenceSymmetric to find the difference between two or more sets.

Fixed

  • Typings for Array.concat, which previously returned T[][] instead of T[] (typings changed from T[]T).

Full Changelog: 0.0.4...0.0.5