Skip to content

Commit 22f70cd

Browse files
committed
docs(changeset): add release notes
1 parent f9dd338 commit 22f70cd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.changeset/large-deer-send.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@gkoos/ffetch': minor
3+
---
4+
5+
Added
6+
7+
- Support for modern AbortSignal.timeout and AbortSignal.any APIs (requires polyfill for Node <20 and older browsers).
8+
- cause property to all custom error classes for better error provenance.
9+
10+
Changed
11+
12+
- Refactored timeout and abort logic to use only AbortSignal APIs; removed manual timeout fallback.
13+
- Tests now strictly assert error types and .cause properties.
14+
- Improved test coverage for edge cases and fallback branches.
15+
16+
Docs
17+
18+
- Updated README with new prerequisites, error .cause documentation, and polyfill instructions.

0 commit comments

Comments
 (0)