@@ -4,35 +4,61 @@ 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
6
## [ Unreleased]
7
- ------------------------------
7
+
8
+ ---
8
9
9
10
### Added
11
+
10
12
- [ IntersectionObserver] ( composable/web/intersectionObserver ) - Provides functionality to IntersectionObserver #27
11
- - [ breakpoint] ( https://pikax.me/vue-composable/composable/web/breakpoint ) - reactive ` breakpoints ` based on ` window.innerWidth `
13
+ - [ breakpoint] ( https://pikax.me/vue-composable/composable/misc/breakpoint ) - reactive ` breakpoints ` based on ` window.innerWidth `
14
+ - [ matchMedia] ( https://pikax.me/vue-composable/composable/misc/matchMedia ) - reactive ` matchMedia `
15
+
16
+ ## 1.0.0-dev.1
17
+
18
+ ---
19
+
20
+ _ 2019-12-14_
21
+
22
+ ### Changed
23
+
24
+ - Converting the project to monorepo
25
+ - [ vue-composable] ( https://www.npmjs.com/package/vue-composable ) : default package ` core + web `
26
+ - [ @vue-composable/core ] ( https://www.npmjs.com/package/@vue-composable/core ) : core package
27
+ - [ @vue-composable/web ] ( https://www.npmjs.com/package/@vue-composable/web ) : web api packages
28
+ - [ @vue-composable/axios ] ( https://www.npmjs.com/package/@vue-composable/axios ) : axios dependent package
12
29
13
30
## 0.2.2
14
- ------------------------------
15
- * 2019-12-10*
31
+
32
+ ---
33
+
34
+ _ 2019-12-10_
16
35
17
36
### Fix
37
+
18
38
- Types: Allow passing ` window ` when using ` useEvent `
19
39
20
40
## 0.2.0
21
- ------------------------------
22
- * 2019-11-03*
41
+
42
+ ---
43
+
44
+ _ 2019-11-03_
23
45
24
46
### Added
47
+
25
48
- [ Retry] ( https://pikax.me/vue-composable/composable/promise/retry ) - Provides functionality to retry ` promise `
26
49
- [ localStorage] ( https://pikax.me/vue-composable/composable/misc/localStorage ) - Reactive access to a ` localStorage `
27
50
- [ Axios] ( https://pikax.me/vue-composable/composable/web/axios ) - reactive ` axios ` wrapper client
28
51
- [ WebSocket] ( https://pikax.me/vue-composable/composable/web/webSocket ) - reactive ` WebSocket ` wrapper
29
52
30
53
## 0.1.0
31
- ------------------------------
32
- * 2019-10-23*
54
+
55
+ ---
56
+
57
+ _ 2019-10-23_
33
58
First release
34
59
35
60
### Added
61
+
36
62
- useArrayPagination
37
63
- useCancellablePromise
38
64
- useDebounce
@@ -42,4 +68,3 @@ First release
42
68
- useOnResize
43
69
- usePagination
44
70
- usePromise
45
-
0 commit comments