Skip to content

Releases: AttoJS/vue-request

v1.1.0

19 Apr 08:44
Compare
Choose a tag to compare

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
Choose a tag to compare

Bug Fixes

v1.0.4

08 Mar 04:07
Compare
Choose a tag to compare

Bug Fixes

v1.0.3

06 Mar 10:50
Compare
Choose a tag to compare

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
Choose a tag to compare

Features

v1.0.0-beta.10

02 Mar 07:34
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • queries changed from shallowReactive to reactive (8f940a4). see also #30

v1.0.0-beta.9

26 Feb 02:39
Compare
Choose a tag to compare

⚠ 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
Choose a tag to compare

Features

v1.0.0-beta.7

11 Jan 01:21
Compare
Choose a tag to compare
  • feat: add back off algorithm to errorRetryInterval (#19) 13ce153

v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

31 Dec 09:02
Compare
Choose a tag to compare

Refactor

  • add isServer to be compatible with node env 4f1c797
  • modify the default value of cacheTime to 10 minutes a56ecb0