File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## [ UNRELEASED]
6
+ ## 0.2.0
7
+ ------------------------------
8
+ * 2019-11-03*
7
9
8
10
### Added
9
- - ` useAxios `
10
- - ` webSocket `
11
- - ` useRetry `
11
+ - [ Retry] ( https://pikax.me/vue-composable/composable/promise/retry ) - Provides functionality to retry ` promise `
12
+ - [ localStorage] ( https://pikax.me/vue-composable/composable/misc/localStorage ) - Reactive access to a ` localStorage `
13
+ - [ Axios] ( https://pikax.me/vue-composable/composable/web/axios ) - reactive ` axios ` wrapper client
14
+ - [ WebSocket] ( https://pikax.me/vue-composable/composable/web/webSocket ) - reactive ` WebSocket ` wrapper
12
15
13
16
## 0.1.0
14
17
------------------------------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-composable" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Vue composition-api composable components" ,
5
5
"main" : " index.js" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments