MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
350 stars 15 forks source link

Question: is there any migration steps between major versions ? #94

Closed Bartheleway closed 1 year ago

Bartheleway commented 1 year ago

I was wondering if migrating from version 2 to 4 was involving any refactoring or what are the breaking changes. I tried to read through the release notes and didn't clearly found anything.

By the way, thanks for the work !

MartinMalinda commented 1 year ago

I don't think so! The main reason for the major version changes are that the newer versions of Vue concurrency no longer support older versions of Vue 2. Version 4 support only Vue 3 and Vue 2.7.Sent from my iPhoneOn 11. 3. 2023, at 11:26, Barthélemy L. @.***> wrote: I was wondering if migrating from version 2 to 4 was involving any refactoring or what are the breaking changes. I tried to read through the release notes and didn't clearly found anything. By the way, thanks for the work !

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Bartheleway commented 1 year ago

Thanks for your reply, I did upgrade without noticing any failures ;)