You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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