Skip to content

Commit 65c7e6b

Browse files
committed
v0.2.0
1 parent c6dcc33 commit 65c7e6b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.2.0](https://github.com/axios-use/axios-use-vue/compare/v0.1.1...v0.2.0) (2023-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **type:** `onCompleted` response generic error ([3c7e56f](https://github.com/axios-use/axios-use-vue/commit/3c7e56f5737ab34e2dc8706a8f66f29ebce0994f))
7+
8+
9+
### Features
10+
11+
* **request:** export `_request` function to custom data or response type ([4ad4896](https://github.com/axios-use/axios-use-vue/commit/4ad4896a11889f29077c339636362f0bf48d83a6), [ec40987](https://github.com/axios-use/axios-use-vue/commit/ec40987447f8f6a3329ef65bfa7ac1ef6abec2cb))
12+
* **options:** `getResponseItem` options (custom data value) ([#1](https://github.com/axios-use/axios-use-vue/pull/1))
13+
14+
15+
116
## [0.1.1](https://github.com/axios-use/axios-use-vue/compare/v0.1.0...v0.1.1) (2023-04-15)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axios-use/vue",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A Vue composition utilities for Axios.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)