All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this module adheres to Semantic Versioning.
- Fix
TimeoutError.name
fromError
toTimeoutError
.
- Minimum supported Node.js version is now v16.
0.5.0 - 2021-05-23
- Added
.timeout()
API.
- A faster way to obtain the size of
Set
andMap
instead of iterating through them. - Removed unnecessary
return await
in.delay()
API. For benefit, see no-return-await.
0.4.2 - 2020-08-05
- Added
.d.ts
declaration files.
0.4.1 - 2020-04-04
- Fix incorrect link in README.
0.4.0 - 2020-04-04
- Added
.mapSeries()
and.each()
API.
0.3.0 - 2020-03-31
- Added
.filter()
API.
0.2.0 - 2020-03-29
- Added
.map()
API.
0.1.1 - 2020-03-29
- Fix incorrect export path.
0.1.0 - 2020-03-29
- First release with
.delay()
API.