1.5.0 (2025-03-12)
- docs: Improve documentation (4e72f66)
- utils: Add new
addTrailingSlash
function (ca3a0e8) - utils: Add new
stripUndefined
andstripNull
util functions (4be0ec1)
- Fixed an issue with the OptionalProperties type not being typed properly (1a7e07e)
1.4.0 (2025-02-09)
- Migrate monorepo to a more isolated structure and force re-releases (64e48f4)
1.3.0 (2024-12-29)
- http: Implemented new
transformFetchJson()
util function (cae5dc2)
1.2.0 (2024-11-06)
- utils: Add isEmptyArray function (5ae1597)
1.1.2 (2024-11-03)
- http: Prevent transformer from being called after an error (a953ab5)
1.1.1 (2024-11-02)
- http: Fixed a bug in
HttpClient
that would cause fetch responses not to be handled properly sometimes (98c69de) - http: Fixed a bug in
HttpClient
that would cause unhandled errors not to be thrown (a5d22a8) - http: Fixed a bug that would cause a wrong endpoint return type in case a transformer is used (50abbe8)
- http: Fixed an issue that would cause
invokeEndpoint
to break in case of an unexpected response type (0e3f7f8)
1.1.0 (2024-11-02)
- http: Implemented
HttpClientMixin
, offering an accessible API to create simple HttpClients abstractions with support for both fetch and axios (4157766)
- http: Fix
HttpClientMixin
exports (6c2ea5f)
- Add
OmitFunctionMembers
helper type (13fd2fc) - Include and export a couple of useful types (ce53634)
- npm: Improved documentation in package.json files (d46e518)
- readme: Improve documentation (b46811e)
- changelog: Documented initial release in changelog (36d7711)
- Prepared changelogs for release-please changelog generation (a042005)
0.2.0 (2024-07-31)
- npm: Improved documentation in package.json files (d46e518)
🌟 Initial release.