Skip to content

Latest commit

 

History

History
79 lines (29 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

79 lines (29 loc) · 2.71 KB

0.2.5 (2024-01-12)

Bug Fixes

  • useRequest: revert hasPending recomputed (sources) (d349846)

Features

  • types: FullRefArrayItem compatible with MaybeRef (8082b72)

0.2.4 (2024-01-08)

Bug Fixes

  • useRequest: cancel-sources comparison failed (vue reactivity in depth) (6e60503)

0.2.3 (2024-01-04)

Bug Fixes

  • types: type directory error (eaeba42)

0.2.2 (2023-11-21)

Feature

  • build: add umd modules and type: module (b198da0)

0.2.1 (2023-06-05)

Features

  • types: any replaces unknown as the response type when using js (d23653c)

0.2.0 (2023-05-22)

Bug Fixes

  • type: onCompleted response generic error (3c7e56f)

Features

  • request: export _request function to custom data or response type (4ad4896, ec40987)
  • options: getResponseItem options (custom data value) (#1)

0.1.1 (2023-04-15)

Bug Fixes

  • context: support vue 2 (provide) (7013478)

Features

  • content: provide_key to Symbol (23c9c32)
  • types: support vue2 type (3d22979)