Releases: r17x/fetch.macro
Releases · r17x/fetch.macro
v1.9.0
1.9.0 (2022-11-09)
Features
- swc: support more response data (018f778)
v1.8.0
1.8.0 (2022-10-30)
Features
- swc-plugin: remove imported fetch.macro (0aee575)
- swc: basic fetch.macro feature in swc plugin (9a06531)
v1.7.0
1.7.0 (2022-10-09)
Features
- fetchClone: add fetchClone API for produce fetch for cloned response (#38) (d88c4f7), closes #22
v1.6.0
1.6.0 (2022-10-04)
Features
- fetchArrayBuffer: add fetchArrayBuffer API for produce fetch for arrayBuffer response (#34) (1136e05), closes #22
v1.5.0
1.5.0 (2022-10-04)
Features
- fetchFormData: add fetchFormData API for produce fetch for formData response (#31) (08a8303), closes #22