@axios-use/vue
Advanced tools
Comparing version 0.2.2-alpha.1 to 0.2.2
@@ -0,1 +1,10 @@ | ||
## [0.2.2](https://github.com/axios-use/axios-use-vue/compare/v0.2.1...v0.2.2) (2023-11-21) | ||
### Feature | ||
* **build:** add umd modules and `type: module` ([b198da0](https://github.com/axios-use/axios-use-vue/commit/b198da089cff1afb0de2236c97219755572a57e4)) | ||
## [0.2.1](https://github.com/axios-use/axios-use-vue/compare/v0.2.0...v0.2.1) (2023-06-05) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@axios-use/vue", | ||
"version": "0.2.2-alpha.1", | ||
"version": "0.2.2", | ||
"description": "A Vue composition utilities for Axios.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -28,2 +28,8 @@ <br> | ||
- 🪽 Lightweight with **1.7kb** bundle size | ||
- 👼 Less change. Increment, doesn't affect current Axios usage | ||
- ✨ Written in TypeScript | ||
- 🚀 Cancelable. Auto / Manual cancellation of duplicate requests | ||
- 🙆♂️ Works with both Vue 2.7 and Vue 3 | ||
## Usage | ||
@@ -30,0 +36,0 @@ |
59731
336