Releases: cocreators-ee/apity
Releases · cocreators-ee/apity
Support text and binary responses
- Now the library returns
string
for text/*
content types and Blob
for others. It depends on content-type
header sent by a server
0.0.4
- Rename
onData
into result
for ApiRequest.
0.0.3
- Better handling of network errors
- Prevent SvelteKit from crashing by unexpected exceptions
0.0.2
- Fix importing of the library
0.0.1
First version of Apity
- Compatibility with SvelteKit's load function
- Support of
{#await}
syntax
- Support of request reloading