Skip to content
On this page

v1.2.0

New

  • chr
    • throttle and debounce now return the timeout id in case you need to cancel the timeout completely.
  • map
    • fromObjecyArray to easy transform an array of objects to a Map.

Breaking changes

  • arr
    • first and last removed in favor of Array.prototype.at
    • sort removed in favor of Array.prototype.toSorted
    • combinations renamed to combinate
  • map
    • first and last removed in favor of Array.prototype.at, since you can easily retrieve Map entries as arrays.