Releases: gibahjoe/openapi-generator-dart
Releases · gibahjoe/openapi-generator-dart
v6.1.0
v6.0.0
6.0.0 (2024-11-06)
⚠ BREAKING CHANGES
forceAlwaysRun
is used to represent if the library should run everytimebuild_runner
is executed. This is done by modifying the annotated file afterbuild_runner
completes. Previous versions of this library did not have this flag but they had the equivalent oftrue
. However, this now defaults tofalse
. To keep previous behavior, set this flag totrue
.
Features
- add --name-mappings param support for generator (f5c6aed)
- added fields
skipIfSpecUnchanged
andforceAlwaysRun
(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)
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2024-01-16)
⚠ BREAKING CHANGES
- cli: removed various deprecated methods and properties such as inputSpecFile
Features
- annotation: removed deprecated properties from annotation (51d3683)
- cli: bumped official generator version to 7.2 (51d3683)
- generator: moved completely to newgen (51d3683)
Bug Fixes
v4.13.1
v4.13.0
4.13.0 (2023-09-02)
Features
- Add a format stage to the end of nextGen (acac104)
- Add headers options for requests (nextGen only) (bc4a170)
Bug Fixes
- fix incorrect find and replace causing tests to fail (0016a03)
- move to delegate, add tests, revert version requirement (6a32542)
- remove duplicate run test, fix failing tests (677a318)
- remove unused imports (4eb64c9)
- repair the docker run command, update the type_methods to expand out the remote delegate (c00b334)
4.12.0
What's Changed
- Generate for spec changes by @Nexushunter in #96
New Contributors
- @Nexushunter made their first contribution in #96
Full Changelog: 4.11.0...4.12.0