Skip to content

Latest commit

 

History

History
78 lines (40 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

78 lines (40 loc) · 3.96 KB

1.9.2 (2024-04-08)

1.9.1 (2024-02-17)

1.9.0 (2022-11-09)

Features

  • swc: support more response data (018f778)

1.8.1 (2022-10-31)

1.8.0 (2022-10-30)

Features

  • swc-plugin: remove imported fetch.macro (0aee575)
  • swc: basic fetch.macro feature in swc plugin (9a06531)

1.7.2 (2022-10-19)

1.7.1 (2022-10-14)

1.7.0 (2022-10-09)

Features

  • fetchClone: add fetchClone API for produce fetch for cloned response (#38) (d88c4f7), closes #22

1.6.1 (2022-10-04)

1.6.0 (2022-10-04)

Features

  • fetchArrayBuffer: add fetchArrayBuffer API for produce fetch for arrayBuffer response (#34) (1136e05), closes #22

1.5.0 (2022-10-04)

Features

  • fetchFormData: add fetchFormData API for produce fetch for formData response (#31) (08a8303), closes #22

1.4.0 (2022-10-03)

Features

  • fetchBlob: add fetchBlob API for produce fetch for blob response (#28) (962ed11), closes #22

1.3.0 (2022-10-03)

Features

  • fetchJson: add fetchJson API for produce fetch for json response (#24) (c2cbbf2)

1.2.0 (2022-10-02)

Features

  • fetchText: add fetchText API for fetch text response (#23) (814d36e)

1.1.1 (2022-09-08)

Bug Fixes

  • handle when empty url when use fetch.macro (f08a572)

1.1.0 (2022-09-08)

Features

  • allow parse url arguments to be fetcher parameters (#3) (dcb84da)

1.0.0 (2022-09-08)

Features

  • produced basic fetch by URL (135d5eb)