Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed May 22, 2023
1 parent c6dcc33 commit 65c7e6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.2.0](https://github.com/axios-use/axios-use-vue/compare/v0.1.1...v0.2.0) (2023-05-22)


### Bug Fixes

* **type:** `onCompleted` response generic error ([3c7e56f](https://github.com/axios-use/axios-use-vue/commit/3c7e56f5737ab34e2dc8706a8f66f29ebce0994f))


### Features

* **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))
* **options:** `getResponseItem` options (custom data value) ([#1](https://github.com/axios-use/axios-use-vue/pull/1))



## [0.1.1](https://github.com/axios-use/axios-use-vue/compare/v0.1.0...v0.1.1) (2023-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axios-use/vue",
"version": "0.1.1",
"version": "0.2.0",
"description": "A Vue composition utilities for Axios.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 65c7e6b

Please sign in to comment.