Releases: Twipped/js-utils
Releases · Twipped/js-utils
v7.1.0
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
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
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
6.1.0 (2022-08-30)
Features
- pDebounce: Added promise aware debounce function. (e8ec88f)