Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.89 KB

changelog.md

File metadata and controls

61 lines (46 loc) · 1.89 KB

Changelog

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.

Fixed

  • Fix TimeoutError.name from Error to TimeoutError.

Removed

  • Minimum supported Node.js version is now v16.

0.5.0 - 2021-05-23

Added

  • Added .timeout() API.

Changed

  • A faster way to obtain the size of Set and Map 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

  • Added .d.ts declaration files.

0.4.1 - 2020-04-04

Fixed

  • Fix incorrect link in README.

0.4.0 - 2020-04-04

Added

  • Added .mapSeries() and .each() API.

0.3.0 - 2020-03-31

Added

  • Added .filter() API.

0.2.0 - 2020-03-29

Added

  • Added .map() API.

0.1.1 - 2020-03-29

Fixed

  • Fix incorrect export path.

0.1.0 - 2020-03-29

Added

  • First release with .delay() API.