Skip to content

Releases: kaisukez/cancellation-token

v3.1.3

13 Oct 16:39
e110929
Compare
Choose a tag to compare

v3.1.2

13 Oct 16:17
Compare
Choose a tag to compare

v3.1.1...v3.1.2

v3.1.1

03 Apr 14:52
v3.1.1
2c8d9a8
Compare
Choose a tag to compare
  • Merge pull request #1 from kaisukez/dependabot/npm_and_yarn/minimist-1.2.6 518f233
  • Bump minimist from 1.2.5 to 1.2.6 f4e3919
  • use .test instead of .spec 87d780b

v3.1.0...v3.1.1

v3.1.0

06 Mar 11:33
ebd4e7e
Compare
Choose a tag to compare

v3.0.3...v3.1.0

v3.0.3

31 Oct 16:43
3f7e36b
Compare
Choose a tag to compare

v3.0.2

31 Oct 16:36
c198031
Compare
Choose a tag to compare

v3.0.1

31 Oct 16:29
03c4aa6
Compare
Choose a tag to compare

v3.0.0

31 Oct 12:13
bf638e0
Compare
Choose a tag to compare
  • change how CancellationError.ignoreAsync works 575730c

v2.0.1...v3.0.0

v2.0.1

31 Oct 11:57
f1b99fb
Compare
Choose a tag to compare
  • fix bug AsyncCheckpoint 8adacad
  • update how to use checkpoint 92934ac
  • remove dist folder before building project c800174
  • prepare to release 2435eb4
  • add tests for SyncCheckpoint and AsyncCheckpoint 83a516e
  • add tests for CancellationError 18c2c61
  • use Promise.all in cancel function 1bee269
  • seperate sync and async checkpoint 1f094eb
  • cancel is now async f3d961e
  • add tests b4797ab
  • add readme and update examples 355a0f6
  • refactor code to typescript 5efc882
  • add Task.checkpoint (syntactic sugar) b62e4d5
  • add example of how to combine tokens with race and all method bb6113c
  • add example of how to use with AbortController 82cdba4
  • implement CancelToken 0d4237e

4330538...v2.0.1