All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.8.6 (2026-01-29)
- handling shouldRetryOnError properly (bd420ac)
2.8.5 (2026-01-19)
- expose defaultFetch (6b16219)
2.8.4 (2025-11-06)
- preprocessing request url (bc4ecdb)
2.8.3 (2025-09-12)
- better redirect handling, avoid unnecessary should retry calls (89e8afb)
2.8.2 (2025-09-10)
- add external redirect handling (29397da)
2.8.1 (2025-09-09)
- better redirect following (3d5033b)
2.8.0 (2025-08-12)
- add processError option (a72c143)
2.7.4 (2025-05-12)
- process object index signature jsdoc (b3749af)
2.7.3 (2025-05-12)
- handle enums with booleans (4096ac0)
2.7.2 (2025-04-17)
- improve documentation (fb1f8b8)
2.7.1 (2025-02-20)
- support promise-response for shouldRetryOnError (684efc1)
2.7.0 (2025-02-14)
- option to retry in case of an error: shouldRetryOnError (367ac09)
2.6.0 (2024-12-21)
- remove eslint postprocessing, it is too inefficient (af454e9)
2.5.4 (2024-12-19)
- format array examples for typedoc (f0bc192)
2.5.3 (2024-11-15)
- concurrent file processing (428e234)
2.5.2 (2024-11-15)
- concurrent directory creation (76c9c5c)
2.5.1 (2024-11-14)
- include API client class name to the operation deprecation error message (4da7d8b)
2.5.0 (2024-11-14)
- ability to show warnings in case of deprecated operation calls (b43904f)
2.4.24 (2024-09-13)
- improve http error message (5251169)
2.4.23 (2024-09-10)
- use baseUrl from client config (569e53d)
2.4.22 (2024-09-10)
- add ability to specify schema names to exportModels (4a9bfd4)
2.4.21 (2024-08-19)
- ability to customize validation error handling (dc29ff6)
2.4.20 (2024-07-22)
- parallel generation for multiple sources/targets (317256a)
2.4.19 (2024-07-22)
- support parameter serialization style / explode (ff073b5)
2.4.18 (2024-07-05)
- correct fieldPath when generating model jsdoc (b4f2d10)
2.4.17 (2024-07-02)
- core files jsdoc generator, add more comments (ce3e871)
2.4.16 (2024-06-25)
- improve tsdoc compatibility (565b795)
2.4.15 (2024-06-25)
- format plain jsdoc with tsdoc compatibility (7d9a345)
2.4.14 (2024-06-25)
- support tsdoc, do not word wrap jsdoc tag values (7fe243a)
2.4.13 (2024-06-21)
- configure jsdoc generation for API Client Errors, add protected where necessary (ff1f9f0)
2.4.12 (2024-06-20)
- remove sources from the package (c9f4219)
2.4.11 (2024-06-14)
- avoid constructing unused service instances (c14770c)
2.4.10 (2024-06-14)
- allow using unbound service methods (dbf68d9)
2.4.9 (2024-06-11)
- default to empty object when all operation arguments are optional (6421141)
2.4.8 (2024-06-07)
- improve type simplification when intersecting (48791db)
2.4.7 (2024-06-07)
- reserved names / keywords in operation arguments (65b0051)
2.4.6 (2024-06-06)
- parameter name generation (0497887)
2.4.5 (2024-06-06)
- improve entity name formatting (41bc93b)
2.4.4 (2024-06-04)
- fix common validation schema imports (172bf6d)
2.4.3 (2024-06-04)
- fix core imports (c5543f3)
2.4.2 (2024-06-04)
- format core filenames in core file imports (18713c3)
2.4.1 (2024-06-03)
- eslint fix files in memory in case of non-existing files (4b12932)
2.4.0 (2024-06-03)
- ability to specify exact model names for export (d46ea2b)
2.3.0 (2024-06-03)
- allow function/async function config, add more source types, make patch functions async (639a985)
2.2.7 (2024-05-28)
- fail in case of fatal eslint error (84a60c6)
2.2.6 (2024-05-28)
- improve generated files quality (dccae0e)
2.2.5 (2024-05-28)
- specify full path to the files for eslint (efa04fa)
2.2.4 (2024-05-28)
- fix core build (ad1e553)
2.2.3 (2024-05-27)
- improve validation error reporting, add zod validation provider tests (b7c1dab)
2.2.2 (2024-05-27)
- include common http types (cea163d)
2.2.1 (2024-05-24)
- add CommonOpenApiClientGeneratorConfigPostprocess export (3f6803e)
2.2.0 (2024-05-24)
- add eslint formatting, checking generated files (b0a0f76)
2.1.7 (2024-05-23)
- fix adding missing dependencies for model validation (b9f7743)
2.1.6 (2024-05-23)
- add missing dependencies for model validation (2876b64)
2.1.5 (2024-05-23)
- include generation-related typescript files (69d314e)
2.1.4 (2024-05-23)
- improve mediaType condition for validators (6994c8b)
2.1.3 (2024-05-23)
- fix checking for media types in validation storage (a062437)
2.1.2 (2024-05-21)
- specify import type where necessary (9facc9c)
2.1.1 (2024-05-20)
- fix readme example (87afa15)
- first public version (e495c61)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.