Releases: AttoJS/vue-request
Releases · AttoJS/vue-request
v1.1.0
19 Apr 08:44
Compare
Sorry, something went wrong.
No results found
Features
useLoadMore: refactor refresh
and cancel
of useLoadMore
, add refreshing
#36 (7c34351 )
Bug Fixes
root level refresh
, mutate
, cancel
not work with queryKey
#37 (66b3198 )
⚠ BREAKING CHANGES
useLoadMore: remove mutate
of useLoadMore
(b935bcd )
v1.0.5
22 Mar 08:14
Compare
Sorry, something went wrong.
No results found
v1.0.4
08 Mar 04:07
Compare
Sorry, something went wrong.
No results found
v1.0.3
06 Mar 10:50
Compare
Sorry, something went wrong.
No results found
Bug Fixes
concurrent request should have independent events (7511720 )
Features
usePagination
and useLoadMore
support global config (8cceb1e )
usePagination: add reload
function to reset paging info (def45e3 )
useRequest: add reload
function to clear the queries
list (b64216b )
v1.0.0-beta.11
03 Mar 08:57
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.10
02 Mar 07:34
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
queries
changed from shallowReactive
to reactive
(8f940a4 ). see also #30
v1.0.0-beta.9
26 Feb 02:39
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
usePagination: does not support concurrent request (2c083ef )
Refactor
usePagination: current
and pageSize
can modify and can trigger request, means you can directly use v-model
to bind them (ea5a238 )
v1.0.0-beta.8
24 Feb 10:00
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.7
11 Jan 01:21
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.6
31 Dec 09:02
Compare
Sorry, something went wrong.
No results found
Refactor
add isServer
to be compatible with node env 4f1c797
modify the default value of cacheTime
to 10 minutes a56ecb0