Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
97 lines (65 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

97 lines (65 loc) · 3.32 KB

Change Log (@egomobile/api-utils)

7.0.0

6.0.0

5.0.1

  • implement throwOnUnexpectedApiResponse() function
  • code cleanups and improvements
  • npm updates

4.1.1

  • implement createApiHandlerFactory() factory function, which create strong typed API handlers

4.0.0

3.0.0

2.0.2

1.2.0

  • implement loadSwaggerDocumentation() and loadSwaggerDocumentationSync() functions to load Swagger documentation from a directory with a strict file and folder structure
  • npm updates

1.1.0

  • implement handleApiParseError(), which creates standardrized error handlers for invalid JSON, e.g.

1.0.0

0.6.1

0.5.0

0.4.0

0.3.0

0.2.1

  • add parseListQuery, which creates middlewares to parse and validate query params, which can be used to realize list / collection cursors

0.1.1

  • initial release