Skip to content

Releases: alovajs/alova

v2.20.5

16 May 09:26
Compare
Choose a tag to compare

2.20.5 (2024-05-16)

Bug Fixes

  • package.json: fix the path of require export (#367) (bd94366)

v2.20.4

14 May 02:22
Compare
Choose a tag to compare

2.20.4 (2024-05-14)

Bug Fixes

  • cjs: add the cjs bundle of vuehook, reacthook, sveltehook (7ef0063), closes #361
  • cjs: add the cjs bundle of vuehook, reacthook, sveltehook (#364) (012a0c5)

v2.20.3

26 Apr 16:40
Compare
Choose a tag to compare

2.20.3 (2024-04-26)

Bug Fixes

  • download and upload inverted fixed. (855b896)
  • uploading state not working (fe266ca)

v2.20.2

26 Apr 01:34
Compare
Choose a tag to compare

2.20.2 (2024-04-26)

Bug Fixes

v2.20.1

22 Apr 09:04
Compare
Choose a tag to compare

2.20.1 (2024-04-22)

Bug Fixes

  • incorrect building of globalfetch cause not initialize error (4a50284), closes #334
  • incorrect building of globalfetch cause not initialize error (#336) (39f7eed)

v2.20.0

18 Apr 04:09
Compare
Choose a tag to compare

2.20.0 (2024-04-18)

Bug Fixes

  • alova: fix that out of memory when creating large number of alova instances (d9fe68b)
  • fix that error throws when aborting file downloading (40a2b6b), closes #331

Features

  • deprecated: deprecate enableDownload and enableUpload in method config, these are auto now (65c64b8)
  • globalconfig: add globalConfig function to custom the limitation of method snapshots (1799def)

v2.19.2

16 Apr 02:51
Compare
Choose a tag to compare

2.19.2 (2024-04-16)

Bug Fixes

  • fix that invalidation of method key setting (#329) (e2698f7)

v2.19.1

12 Apr 03:23
Compare
Choose a tag to compare

2.19.1 (2024-04-12)

Bug Fixes

  • change the condition to determine where to call handleResponseTask from (#327) (7da3dbc)

v2.19.0

11 Apr 05:40
Compare
Choose a tag to compare

2.19.0 (2024-04-11)

Features

  • Add updateState configuration to useFetcher with default is true (#326) (1727178)

v2.18.3

07 Apr 10:44
Compare
Choose a tag to compare

2.18.3 (2024-04-07)

Bug Fixes

  • correct wrong types (13fa78a)
  • new method key in cloned method instance (4c32b81)
  • type: add "export" to all type to suppress (import/named) of ESLint (6351fdb), closes #321