Skip to content

v7.0.0

Latest

Choose a tag to compare

@gibahjoe gibahjoe released this 31 May 08:57
bb8d1d1

7.0.0 (2026-05-30)

⚠ BREAKING CHANGES

  • openapi_generator now declares analyzer as a runtime dependency with constraint >5.12.0 <9.0.0 because its public library code imports analyzer APIs.

Features

  • generator: add cleanOutputDirectory flag (#19) (e12f1a1)

Bug Fixes

  • add support for remote specs without extensions. Closes #176 (c08164d)
  • command: simplify argument wrapping for fvm wrapper (1f4da4a)
  • Enhance OpenAPI generator with new features and improvements (a0a2594)
  • generator: prepend 'flutter' to fvm args and use runInShell: true (#129) (99ad2a1)
  • generator: prevent AssetId crash for spec paths outside package root (0df1fc0), closes #198
  • generator: use runInShell and auto-create outputDirectory (#164) (e651c09)
  • harden generator release pipeline (5922f30)
  • Notify build_runner of dependency on inputSpec (#187) (b4c15ee)
  • Remove deprecated skipIfSpecIsUnchanged and skipSpecDepMessage (#193) (bc06852)
  • update build_test dependency version to >=2.0.0 <4.0.0 in pubspec files (5747abf)
  • update README for clarity and formatting; adjust generator arguments and caching logic (2c85976)
  • updated analyzer and source_gen dependencies (7b2b4b7), closes #192