Skip to content

Latest commit

 

History

History
120 lines (45 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

120 lines (45 loc) · 4.52 KB

2.2.2 (2022-03-20)

Documentation

  • updated code example in readme (77a2e53)

2.2.1 (2022-03-20)

2.2.0 (2022-03-20)

Features

  • added abortController support (065e9e7)

2.1.2 (2022-03-19)

Documentation

  • fixed one outstanding issue with readme with html/markdown clash and added spaces (3991dbe)

2.1.1 (2022-03-19)

Documentation

  • fixed issue in readme with html/markdown clash (2047f2e)

2.1.0 (2022-03-19)

Bug Fixes

  • removed jest.config.js from ts config and added to .eslintignore so it won't be included in dist (2c92357)

2.0.0 (2022-03-19)

Documentation

  • updated readme and added TOC (a0f4be5)
  • updated README with npm version badge (90df3b1)

Features

  • added custom error class - timeout error - for errors in the timeout rejection (09aac98)

1.0.4 (2022-03-19)

Continuous Integration

  • small fixes for ci pipeline/scripts (84d97a4)

1.0.3 (2022-03-19)

Documentation

1.0.2 (2022-03-19)

Documentation

1.0.1 (2022-03-18)

Documentation

1.0.0 (2022-03-18)

Bug Fixes

  • added files to package.json to only publish dist (b0c6cfe)
  • fixed issue with tsconfig having noEmit true and general changes for publishing to npm (136350b)
  • more fixes for publishing (f18583e)

Features

  • added CI pipeline (5a60ab5)
  • added timeout-promise utility and tests (c9ebd12)
  • updated name to promise-race-ts due to npm package name clash (923b141)
  • updates to export types before publishing to npm (127ced5)