Skip to content

Releases: rotick/axues

Release 0.10.1

26 Mar 07:35
Compare
Choose a tag to compare

0.10.1 (2023-03-26)

Bug Fixes

  • don't call refresh and retry while pending (5f252be)

Release 0.10.0

26 Mar 06:54
Compare
Choose a tag to compare

0.10.0 (2023-03-26)

Features

Release 0.9.0 with ibuprofen🤒

19 Mar 09:51
Compare
Choose a tag to compare

0.9.0 (2023-03-19)

Features

  • add refreshed state and finer grained requestTimes (98307d4)
  • add resetAction method so that we can return to the initial state (9dc2a45)
  • add watch option to listen for changes in url, params, data, headers and initiate requests (35d6a16)

Performance Improvements

  • add warning to deprecated API (24ad21b)

Release 0.8.0

12 Mar 13:37
Compare
Choose a tag to compare

0.8.0 (2023-03-12)

Bug Fixes

Features

  • move loadingDelay to request config and make it rewritable, change delay to 200 (156d7dd)
  • rewriteDefault, you can rewrite some default value of axues request config now (5c1b9d7)

Release 0.7.0

05 Mar 15:57
Compare
Choose a tag to compare

0.7.0 (2023-03-05)

Features

  • use debounce instead of debounceMode, it will be deprecated in next major version (ce25ee8)

Release 0.6.1

19 Feb 13:10
Compare
Choose a tag to compare

0.6.1 (2023-02-19)

Performance Improvements

  • rename MaybeComputedRef to MaybeComputedRefWithoutFn (b828278)
  • the type of requestConfig is changed to MaybeComputedRef (4cdf972)

Release 0.6.0

19 Feb 10:48
Compare
Choose a tag to compare

0.6.0 (2023-02-19)

Features

  • responseHandlingStrategy & errorHandlingStrategy & transformUseOptions (2d21496)

Release 0.5.1

14 Feb 16:05
Compare
Choose a tag to compare

0.5.1 (2023-02-14)

Bug Fixes

Performance Improvements

Release 0.5.0

12 Feb 06:43
Compare
Choose a tag to compare

0.5.0 (2023-02-12)

Bug Fixes

Features

Release 0.4.2

03 Feb 19:25
Compare
Choose a tag to compare

0.4.2 (2023-02-03)

Bug Fixes