openapi_generator_cli 6.0.0 openapi_generator_cli: ^6.0.0 copied to clipboard
A dart wrapper around openapi-generator inspired by the node implementation.
5.0.2 (2024-01-16) #
Bug Fixes #
- fixed spec diff tracking
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 #
- added fields
skipIfSpecUnchanged
andforceAlwaysRun
(d5555dd) - Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)
- cli: bumped official generator version to 7.7 (d8b9de1)
- cli: bumped unofficial generator version to 8.1 (2fdd022)
- cli: removed jar binary from library and made the jar downloadable by auto generated config (8131e8e), closes #153
5.0.1 (2024-01-16) #
Bug Fixes #
- annotation: fixed formatting (b21a177)
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)
4.13.0 (2023-09-02) #
Features #
- Bumped versions to match (506689c)
4.13.1 (2023-09-04) #
Bug Fixes #
- Trigger version bump for CLI (996f328)
4.12.0 #
- Bumped version to match annotations and core.
4.11.0 #
- Bumped dart-ogurets (dioAlt) generator to 7.2 with changes
- Bumped official openapi generator to 6.6.0. See change log
- fix endpoints returning null #15433
- Drop default value when unnecessary #15368
4.10.0 #
- Bumped dart-ogurets (dioAlt) generator to 7.1 with changes
- Bumped official openapi generator to 6.4.0. See change log
4.0.0 #
- Bumped dart-ogurets (dioAlt) generator to 5.13 with changes
- Bumped official openapi generator to 6.0.0. See change log
3.3.0 #
- Bumped dart-ogurets (dioAlt) generator to 5.11 with changes
- Bumped official openapi generator to 5.3/0. See change log
3.2.1 #
- Bumped dart-ogurets (dioAlt) generator to 5.9 with changes
- Bumped official openapi generator to 5.2.1. See change log
3.2.0 #
- Bumped dart-ogurets (dioAlt) generator to 5.8 with changes
- Bumped official openapi generator to 5.2.0. See change log
3.1.3 #
- Bumped dart-ogurets (dioAlt) generator to 5.3 with changes
- Bumped official openapi generator to 5.1.1. See change log
3.1.0 #
- BREAKING CHANGES
- Bumped dart-ogurets (dioAlt) generator to 5.0 with breaking changes
- Bumped official openapi generator to 5.1.0. See change log
3.0.2 #
- Bumped dart-ogurets generator to 4.2 with breaking changes
- Bumped official openapi generator to 5.0.1. See change log
2.2.0 #
- Bumped dart-ogurets generator to 4.1 with breaking changes
3.0.0-nullsafety.1 #
- Bumped null safety version
2.0.0 #
- Bumped generator version to 5.0.0. This has some breaking changes. Click here to view changes
2.0.0-nullsafety.0 #
- Added null safety
1.1.4 #
- Updated dart_2 api to version 3.10
1.1.3 #
- Updated dart_2 api to latest
- Added support for reservedWordsMapping
1.1.2 #
- Updated Dart2-api support
1.1.0 #
- Added support for dart2-api from dart-ogurets thanks to Robert Csakany
1.0.8 #
- Updated Generator to 4.3.1 Check here for details
1.0.5 #
- Updated openapi to 4.3.0
1.0.1 #
- Updated docs
1.0.0 #
- Updated readme
0.0.3 #
- Support for inclusion of JAVA arguments
0.0.1 #
- Initial version