vue-request
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -5,13 +5,10 @@ # Changelog | ||
## [1.0.0-beta.11](https://github.com/attojs/vue-request/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-03-03) | ||
## [1.0.0-beta.10](https://github.com/attojs/vue-request/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-03-02) | ||
### ⚠ BREAKING CHANGES | ||
* `queries` changed from `shallowReactive` to `reactive` | ||
- `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f)) | ||
### Refactor | ||
* `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f)) | ||
## [1.0.0-beta.9](https://github.com/attojs/vue-request/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-02-26) | ||
@@ -18,0 +15,0 @@ |
@@ -5,13 +5,10 @@ # Changelog | ||
## [1.0.0-beta.11](https://github.com/attojs/vue-request/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-03-03) | ||
## [1.0.0-beta.10](https://github.com/attojs/vue-request/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-03-02) | ||
### ⚠ BREAKING CHANGES | ||
* `queries` changed from `shallowReactive` to `reactive` | ||
- `queries` 由 `shallowReactive` 对象,修改为 `reactive` 对象 ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f)) | ||
### Refactor | ||
* `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f)) | ||
## [1.0.0-beta.9](https://github.com/attojs/vue-request/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-02-26) | ||
@@ -18,0 +15,0 @@ |
@@ -6,2 +6,3 @@ import { BaseOptions, FormatOptions } from './config'; | ||
run: (...arg: P) => InnerRunReturn<R>; | ||
reset: () => void; | ||
}; | ||
@@ -8,0 +9,0 @@ export declare type UnWrapState<R, P extends unknown[]> = UnWrapRefObject<InnerQueryState<R, P>>; |
@@ -18,3 +18,3 @@ import { State } from '../createQuery'; | ||
export declare const setCache: <R, P extends unknown[]>(cacheKey: CacheKey, data: CacheDataType<R, P>, cacheTime: number) => void; | ||
export declare const clearCache: () => void; | ||
export declare const clearCache: (cacheKey?: string | undefined) => void; | ||
export {}; |
@@ -5,1 +5,2 @@ export { setGlobalOptions } from './core/config'; | ||
export { default as usePagination } from './usePagination'; | ||
export { default as useLoadMore } from './useLoadMore'; |
{ | ||
"name": "vue-request", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "A request library for Vue 3", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
528765
23
12196