Skip to content

Releases: mysticatea/abort-controller

v3.0.0

03 Apr 06:24
v3.0.0
a935d38
Compare
Choose a tag to compare

💥 Breaking Changes

  • #14 ... Now package.json has browser field with browser.js. This doesn't contain the shim of AbortController because all modern browsers support it. Therefore, it improves the experience when universal libraries use abort-controller package. Please use abort-controller/polyfill to support IE.

v2.0.3

07 Mar 07:09
v2.0.3
4b0c82d
Compare
Choose a tag to compare

🐛 Bug fixes

  • 7241089 fixed a bug that dist/abort-controller.umd.js contained const syntax.

v2.0.2

07 Mar 07:08
v2.0.2
68150a3
Compare
Choose a tag to compare

🐛 Bug fixes

v2.0.1

22 Jan 07:26
v2.0.1
91bf895
Compare
Choose a tag to compare

This package has been rewritten with TypeScript. This release should not have any user-facing change.

v2.0.0

10 Dec 10:36
v2.0.0
b0eda96
Compare
Choose a tag to compare

The notable change is that this package gets including the TypeScript type definition 🎉

Breaking changes

  • c909fcd dropped Node.js 4 support.
  • dcc2506 added TypeScript type definitions.

v1.1.0

08 Dec 14:39
v1.1.0
0d285bf
Compare
Choose a tag to compare

✨ Enhancements

  • 3124d96 added abort-controller/polyfill entry point.

v1.0.2

29 Mar 05:59
v1.0.2
f0540c0
Compare
Choose a tag to compare

Bug fixes

  • ec3a81f fixed the Symbol.toStringTags of AbortController and AbortSignal.

v1.0.1

25 Mar 12:29
v1.0.1
9fdbd08
Compare
Choose a tag to compare

Bug fixes

v1.0.0

25 Mar 12:27
v1.0.0
d885ae5
Compare
Choose a tag to compare

🎉 The first release.