Releases: orval-labs/orval
Releases · orval-labs/orval
Release 6.11.1
Release 6.11.0
6.11.0 (2023-01-06)
Bug Fixes
- case: handling name starting with underscore (d393a1c)
- core: getters scalar stringify all enum items (83d1d59)
- enum: authorise nullable (74993d1)
- form-data: handling nullable object property (cb5db56)
- getters: properties composition correctly check if the schema name already exist (60c6bb2)
- import-schemas: handling schema file which contain other schemas (68f84a8)
- imports: correctly handling schema file (c58c0df)
- imports: non specification improve schema assertion (68522ac)
- msw: handling combine without resolved type (17f4c82)
- msw: handling combined type array correctly (128d0c4)
- mutator: parser mutator double return arrow function (f9f1ee8)
- mutators: imports error type and body type verify that not already imported (ccb78d5)
- options: normalize correctly operations verboptions (bfe3333)
- required query parameters with content (#683) (98e311a)
- scalar: handling enum without type (e2c449f)
Features
Release 6.10.3
6.10.3 (2022-11-07)
Bug Fixes
- enum: dont sanitize if only one char (81e9dcc)
- getters: handle OpenAPI 3.1 nullability (#645) (622919a)
- multi-files: add better parsing for non openapi file (5218b91)
- writers: parse current index to keep existing export (2d7bbb9)
- writers: remove import if type or interface already in the file (12a7cfe)
- cli: handling global input and output with config (a38b73d)
Release 6.10.2
Release 6.10.1
Release 6.10.0
6.10.0 (2022-09-13)
Bug Fixes
- code: generated code for arrays with nullable items (#563) (6b3f770)
- compare-versions: handling range versions (031a02a)
- generators: sanitize schema name (94a4d39)
- msw (#532) (e18539d)
- msw: generated mocks for polymorphic type (#567) (5748a40)
- mutator: correctly check if custom instance is a hook (d921c2f)
- writers: fix handling of duplicate kebab'd tag names (#581) (a2b929a)