Vue Concurrency Versions Save

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.

3.0.0-5

2 years ago
  • save guard token discard (90dce54)
  • add wip to try to make the vue3 build work again (8d798e4)
  • update typescript (2d27df3)
  • change caf import (21735e1)
  • Revert "support vue 3 only" (264f006)
  • support vue 3 only (37edb74)

4.0.0-5

2 years ago
  • try catch on token discard as it can fail now (f9eef98)

4.0.0-4

2 years ago
  • move vue to deps (3e59726)

4.0.0-3

2 years ago
  • fix import (27a394d)

4.0.0-2

2 years ago
  • show only warning if task is run in inactive scope (9de76b0)
  • show warning if scope is inactive (72825ca)

2.3.0

2 years ago
  • update caf and use require to get it (81955fb)

4.0.0-1

2 years ago
  • support vue 3 only (37edb74)

3.0.0-3

2 years ago

3.0.0-1

2 years ago
  • fix vue3 import (23f5389)

3.0.0-0

2 years ago
  • Merge branch 'master' of https://github.com/MartinMalinda/vue-concurrency (59b7a3d)
  • Release 2.2.1 (c6589db)
  • typo... (#55) (60ad5d5)
  • update travis script (479b558)
  • add isError method to task group (9c9a377)
  • Release 2.1.3 (8105846)
  • prevent aborting finished tasks (9d54c45)
  • add some progress on effect scope (1f00017)