Skip to content

v6.0.0

Compare
Choose a tag to compare
@gibahjoe gibahjoe released this 06 Nov 11:51
818a358

6.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • forceAlwaysRun is used to represent if the library should run everytime build_runner is executed. This is done by modifying the annotated file after build_runner completes. Previous versions of this library did not have this flag but they had the equivalent of true. However, this now defaults to false. To keep previous behavior, set this flag to true.

Features

  • add --name-mappings param support for generator (f5c6aed)
  • added fields skipIfSpecUnchanged and forceAlwaysRun (d5555dd)
  • annotated file updating made optional by argument (c108469)
  • annotations: fixed issue with DioSerializationLibrary and updated tests (c9a179a), closes #152
  • Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)

Bug Fixes

  • annotations: added doc for --name-mappings and moved some things around (f2d6c04), closes #114
  • dart format (af19a8e)
  • fixed ci (fe64d7a)
  • fixed failing tests (f1c0a1c)
  • fixes some tests (79c9ce7)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)