Releases: thedammyking/composable-http-client
Releases · thedammyking/composable-http-client
composable-http-client: v1.2.0
1.2.0 (2025-06-12)
Features
- add optional baseURL support for fetch client (215c75a)
Bug Fixes
- allow optional input for callable procedures in builder and callable functions (9a7add1)
composable-http-client: v1.1.1
1.1.1 (2025-06-06)
Bug Fixes
- consolidate error handling by removing index.ts and updating entry point in vite.config.ts (305a823)
composable-http-client: v1.1.0
1.1.0 (2025-06-06)
Features
- add modular entry points for error handling and enhance README documentation (73c8522)
composable-http-client: v1.0.4
1.0.4 (2025-06-05)
Bug Fixes
- add CODECOV_TOKEN environment variable to build workflow for enhanced coverage reporting (4d64689)
composable-http-client: v1.0.3
1.0.3 (2025-06-05)
Bug Fixes
- improve error handling for 401 responses in Axios client; (3e77aa6)
- improve release workflow with debugging and proper asset upload (2ca48df)