# Changelog

## [7.1.0](https://github.com/Twipped/js-utils/compare/v7.0.0...v7.1.0) (2023-03-12)


### Features

* Now exports both commonjs and esm builds, with type definitions ([0c2e1c4](https://github.com/Twipped/js-utils/commit/0c2e1c40347b1d81e3a42be324a9acd87743e5c8))
* **suspend:** New function to simplify React Suspension use-cases ([64808ec](https://github.com/Twipped/js-utils/commit/64808ec06312a78a966d43f4713503a72260ba42))

## [7.0.0](https://github.com/Twipped/js-utils/compare/v6.1.1...v7.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](https://github.com/Twipped/js-utils/commit/289b801b3d27aef24e955b8e6bf86ecb6a131089))

## [6.1.1](https://github.com/Twipped/js-utils/compare/v6.1.0...v6.1.1) (2022-09-29)


### Bug Fixes

* **filter:** filtering a map will now produce a map instead of an object. ([0e43e3c](https://github.com/Twipped/js-utils/commit/0e43e3c340b145cffcc5c7c3135917be59c347f7))
* **pMap:** pMap will no longer spit out an object when given an array. ([5f1819a](https://github.com/Twipped/js-utils/commit/5f1819a5bba159bfd9e6aaa6fea0cf8af13847d1))

## [6.1.0](https://github.com/Twipped/js-utils/compare/v6.0.0...v6.1.0) (2022-08-30)


### Features

* **pDebounce:** Added promise aware debounce function. ([e8ec88f](https://github.com/Twipped/js-utils/commit/e8ec88f38cfa6746bb543220f8960e8e2748cb5c))


### Bug Fixes

* woops, didn’t include the index.js [release] ([3076c80](https://github.com/Twipped/js-utils/commit/3076c803c4ff6f575a5799493f88a4b3f914b765))
