Skip to content

Releases: thedammyking/composable-http-client

composable-http-client: v1.2.0

12 Jun 17:28
1f8c71b
Compare
Choose a tag to compare

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

06 Jun 12:38
180dde2
Compare
Choose a tag to compare

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

06 Jun 12:29
8a5bc72
Compare
Choose a tag to compare

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

05 Jun 23:28
a5ea523
Compare
Choose a tag to compare

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

05 Jun 22:38
0e4aa46
Compare
Choose a tag to compare

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)