orval-labs / orval

orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
https://orval.dev
MIT License
3.18k stars 336 forks source link

Is there a migration guide to v7? #1641

Closed KaitakuShiba closed 1 month ago

KaitakuShiba commented 1 month ago

Thank you for creating a great product.

What are the steps to reproduce this issue?

migrating orval v6 to v7

What happens?

Is there a migration document somewhere to get orval from v6 to v7? In my development environment, when I generate from the same openapi.yaml, I get a build error because the generated file contains variables that cannot be referenced in v7.

What were you expecting to happen?

generated/example.ts

melloware commented 1 month ago

Hmm no migration guide that looks like a bug. I think it was just fixed: https://github.com/orval-labs/orval/issues/1620

It will be in next release.