Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 1.65 KB

Changelog

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)

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)

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)

6.1.0 (2022-08-30)

Features

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

Bug Fixes

  • woops, didn’t include the index.js [release] (3076c80)