vue-composable
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,2 +8,9 @@ # Changelog | ||
------------------------------ | ||
*2019-12-10* | ||
### Fix | ||
- Types: Allow passing `window` when using `useEvent` | ||
## 0.2.0 | ||
------------------------------ | ||
*2019-11-03* | ||
@@ -10,0 +17,0 @@ |
@@ -0,0 +0,0 @@ export * from "./event/event"; |
@@ -0,0 +0,0 @@ import { Ref } from "@vue/composition-api"; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ import { isRef, ref, onMounted, onUnmounted, computed, watch } from '@vue/composition-api'; |
@@ -0,0 +0,0 @@ (function (global, factory) { |
@@ -0,0 +0,0 @@ (function (global, factory) { |
@@ -0,0 +0,0 @@ export interface UseFetchOptions { |
{ | ||
"name": "vue-composable", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Vue composition-api composable components", | ||
@@ -37,2 +37,3 @@ "main": "index.js", | ||
"@vue/composition-api": "^0.3.2", | ||
"axios": "^0.19.0", | ||
"vue": "^2.6.10" | ||
@@ -49,4 +50,4 @@ }, | ||
"jest": "^24.9.0", | ||
"jest-junit": "^9.0.0", | ||
"jest-websocket-mock": "^1.5.1", | ||
"jest-junit": "^10.0.0", | ||
"jest-websocket-mock": "^2.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -53,0 +54,0 @@ "mock-socket": "^9.0.2", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
102274
3