Skip to content

Releases: Twipped/js-utils

v7.1.0

12 Mar 03:36
9c196e3
Compare
Choose a tag to compare

7.1.0 (2023-03-12)

Features

  • Now exports both commonjs and esm builds, with type definitions (0c2e1c4)
  • suspend: New function to simplify React Suspension use-cases (64808ec)

v7.0.0

10 Oct 22:36
3c04ed0
Compare
Choose a tag to compare

7.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • Removed dom and fs exports from the index file so that webpack doesn’t freak.

Bug Fixes

  • Removed dom and fs exports from the index file so that webpack doesn’t freak. (289b801)

v6.1.1

29 Sep 03:09
b0b9274
Compare
Choose a tag to compare

6.1.1 (2022-09-29)

Bug Fixes

  • filter: filtering a map will now produce a map instead of an object. (0e43e3c)
  • pMap: pMap will no longer spit out an object when given an array. (5f1819a)

v6.1.0

30 Aug 03:30
dfc75f0
Compare
Choose a tag to compare

6.1.0 (2022-08-30)

Features

  • pDebounce: Added promise aware debounce function. (e8ec88f)