2.1.0 (2021-06-08)
- Update vue-demi
2.0.3 (2021-02-02)
- fix npm install (40931b6)
2.0.2 (2020-11-21)
- use warn if possible (1d06e7c)
2.0.1 (2020-11-21)
Fix build for Vue 2
2.0.0 (2020-11-16)
New Release
BREAKING CHANGES: Browser ESM build removed, Global build (iife) replaced with 2 builds:
dist/vue-promised-global-vue-2.js
/dist/vue-promised-global-vue-2.prod.js
: for Vue 2. RequiresVueCompositionAPI
as a globaldist/vue-promised-global-vue-3.js
/dist/vue-promised-global-vue-3.prod.js
: for Vue 3. RequiresVue
as a global
Both require vue-demi (can be added through any CDN).
By default vue-promised will point to the Vue 2 version on CDNs.
Vue Promised now supports both Vue 2 and Vue 3 but requires Vue composition API if you are using Vue 2. If you don't want to add this library to your application, you can keep using the v1, which is stable but does not expose usePromise
.