Skip to content

Releases: cocreators-ee/apity

Support text and binary responses

03 Oct 11:47
982c521
Compare
Choose a tag to compare
  • 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

24 Mar 14:15
a4f3353
Compare
Choose a tag to compare
  • Rename onData into result for ApiRequest.

0.0.3

28 Feb 14:54
0f454b3
Compare
Choose a tag to compare
  • Better handling of network errors
  • Prevent SvelteKit from crashing by unexpected exceptions

0.0.2

25 Jan 10:31
b4e934f
Compare
Choose a tag to compare
  • Fix importing of the library

0.0.1

24 Jan 20:24
35e187c
Compare
Choose a tag to compare

First version of Apity

  • Compatibility with SvelteKit's load function
  • Support of {#await} syntax
  • Support of request reloading