Skip to content

Latest commit

 

History

History
92 lines (45 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

92 lines (45 loc) · 4.46 KB

Changelog

1.5.0 (2025-03-12)

Features

  • docs: Improve documentation (4e72f66)
  • utils: Add new addTrailingSlash function (ca3a0e8)
  • utils: Add new stripUndefined and stripNull util functions (4be0ec1)

Bug Fixes

  • Fixed an issue with the OptionalProperties type not being typed properly (1a7e07e)

1.4.0 (2025-02-09)

Features

  • Migrate monorepo to a more isolated structure and force re-releases (64e48f4)

1.3.0 (2024-12-29)

Features

  • http: Implemented new transformFetchJson() util function (cae5dc2)

1.2.0 (2024-11-06)

Features

  • utils: Add isEmptyArray function (5ae1597)

1.1.2 (2024-11-03)

Bug Fixes

  • http: Prevent transformer from being called after an error (a953ab5)

1.1.1 (2024-11-02)

Bug Fixes

  • 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)

Features

  • http: Implemented HttpClientMixin, offering an accessible API to create simple HttpClients abstractions with support for both fetch and axios (4157766)

Bug Fixes

  • http: Fix HttpClientMixin exports (6c2ea5f)

1.0.0 (2024-08-31)

Features

  • 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)

Documentation

  • changelog: Documented initial release in changelog (36d7711)
  • Prepared changelogs for release-please changelog generation (a042005)

0.2.0 (2024-07-31)

Features

  • npm: Improved documentation in package.json files (d46e518)

0.1.0 (2024-07-31)

🌟 Initial release.