All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.4 (2022-01-21)
- replacing IIFE with UMD modules (2f05be8)
1.2.3 (2021-10-12)
1.2.2 (2021-10-06)
- Fix nullish operator is not transform
1.2.1 (2021-10-06)
1.2.0 (2021-05-22)
- usePagination: add
changePagination()
to modify bothcurrent
andpageSize
#43 (c3822f0) - add
onBefore()
andonAfter()
hooks #42 (135e76f) - add
reloading
to record the loading status ofreload()
#41 (5034f2c)
1.1.1 (2021-04-28)
- usePagination:
defaultParams.current
anddefaultParams.pageSize
should work ifmanual: true
(3ca5fd7), closes #40
1.1.0 (2021-04-19)
- useLoadMore: remove
mutate
ofuseLoadMore
(b935bcd)
1.0.5 (2021-03-22)
1.0.4 (2021-03-08)
- fix
useLoadMore
types (0e673bf)
1.0.3 (2021-03-06)
- concurrent request should have independent events (7511720)
usePagination
anduseLoadMore
support global config (8cceb1e)- usePagination: add
reload
function to reset paging info (def45e3) - useRequest: add
reload
function to clear thequeries
list (b64216b)
1.0.0-beta.11 (2021-03-03)
1.0.0-beta.10 (2021-03-02)
queries
changed fromshallowReactive
toreactive
(8f940a4)
1.0.0-beta.9 (2021-02-26)
- usePagination: does not support concurrent request (2c083ef)
- usePagination:
current
andpageSize
can modify and can trigger request, means you can directly usev-model
to bind them (ea5a238)
1.0.0-beta.8 (2021-02-24)
1.0.0-beta.7 (2021-01-11)
1.0.0-beta.6 (2020-12-31)
- add
isServer
to be compatible with node env 4f1c797 - modify the default value of
cacheTime
to 10 minutes a56ecb0