Releases: L-Blondy/up-fetch
Releases · L-Blondy/up-fetch
v2.6.0-beta.3
09 Mar 14:33
Compare
Sorry, something went wrong.
No results found
v2.6.0-beta.2
09 Mar 14:27
Compare
Sorry, something went wrong.
No results found
v2.6.0-beta.1
09 Mar 13:43
Compare
Sorry, something went wrong.
No results found
v2.6.0-beta.0
09 Mar 13:29
Compare
Sorry, something went wrong.
No results found
refactor!: rename validation errors and simplify response error shape
rename ValidationError to ResponseValidationError
rename isValidationError to isResponseValidationError
remove request/response from ResponseError
add v2 to v3 upgrade guide and update docs/tests
feat: restore deprecated validation error aliases in dist exports
serializable errors
serializable errors
feat(ai): add agent skill
v2.6.0
09 Mar 15:08
Compare
Sorry, something went wrong.
No results found
What's changed since v2.5.1
Added up-fetch agent skill files and related documentation
deprecate ValidationError and isValidationError in favor of ResponseValidationError and isResponseValidationError
Breaking : ResponseError no longer has response and request, status has been moved top level.
This set of changes ensures errors can be (de)serialized while preserving their types
v2.5.1
15 Jan 10:09
Compare
Sorry, something went wrong.
No results found
feat: export ValidationError class instead of type
v2.5.0
09 Oct 12:39
Compare
Sorry, something went wrong.
No results found
feat: add onResponse callback that executes once after all retries
v2.4.2
08 Oct 07:36
Compare
Sorry, something went wrong.
No results found
fix: onError unhandled promise
v2.4.1
08 Oct 07:16
Compare
Sorry, something went wrong.
No results found
fix: floating promises in event handlers are properly handled
fix: fetcher's onSuccess data type is properly inferred
v2.4.0
19 Aug 10:47
Compare
Sorry, something went wrong.
No results found
onResponseStreaming totalBytes no longer defaults to transferredBytes