Skip to content

Commit a4c5203

Browse files
committed
refactor: Rename fetch wrapper to middleware pattern
- Rename FetchWrapper type to FetchMiddleware for clarity - Rename withWrappers() to applyMiddleware() following standard middleware patterns - Update parameter names from 'fetch' to 'next' aligning with middleware conventions - Update all test names and variables to use middleware terminology - Add deprecation aliases for backward compatibility This change makes the middleware pattern more recognizable to developers familiar with standard middleware systems like Express, Redux, etc.
1 parent f906891 commit a4c5203

File tree

2 files changed

+128
-114
lines changed

2 files changed

+128
-114
lines changed

0 commit comments

Comments
 (0)