Skip to content

Commit cdb0216

Browse files
committed
chore: release master
1 parent d5555dd commit cdb0216

File tree

7 files changed

+72
-6
lines changed

7 files changed

+72
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi-generator": "5.0.3",
3-
"openapi-generator-annotations": "5.0.3",
4-
"openapi-generator-cli": "5.0.3"
2+
"openapi-generator": "6.0.0",
3+
"openapi-generator-annotations": "6.0.0",
4+
"openapi-generator-cli": "6.0.0"
55
}

openapi-generator-annotations/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
* fixed spec diff tracking
66

7+
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-05)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `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`.
13+
14+
### Features
15+
16+
* add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1))
17+
* added fields `skipIfSpecUnchanged` and `forceAlwaysRun` ([d5555dd](https://github.com/gibahjoe/openapi-generator-dart/commit/d5555dda4281091102342ade5c0103c9757ac3c4))
18+
* **annotations:** fixed issue with DioSerializationLibrary and updated tests ([c9a179a](https://github.com/gibahjoe/openapi-generator-dart/commit/c9a179ab8271e439c246b47c6fdd43ac272a1137)), closes [#152](https://github.com/gibahjoe/openapi-generator-dart/issues/152)
19+
* Changing to a config based approach for obtaining the official openapi generator jar. ([05d61f7](https://github.com/gibahjoe/openapi-generator-dart/commit/05d61f7f323479af971dbfc3c07377cc57ce6792))
20+
* **cli:** remove unsupported flags for DioAltProperties ([72a509b](https://github.com/gibahjoe/openapi-generator-dart/commit/72a509b6323ef7519e7917148f07932f7901ad44))
21+
* updateAnnotatedFile property to OpenApi annotation ([e7bfa94](https://github.com/gibahjoe/openapi-generator-dart/commit/e7bfa947a9a9610509bd52f0cec08a5689495015))
22+
23+
24+
### Bug Fixes
25+
26+
* **annotations:** added doc for --name-mappings and moved some things around ([f2d6c04](https://github.com/gibahjoe/openapi-generator-dart/commit/f2d6c045ab36f4dd5a313b8a7850f38cd98ed0ba)), closes [#114](https://github.com/gibahjoe/openapi-generator-dart/issues/114)
27+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
28+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
29+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
30+
731
## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)
832

933
### Bug Fixes

openapi-generator-annotations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_annotations
22
description: Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.
3-
version: 5.0.2
3+
version: 6.0.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66

openapi-generator-cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
* fixed spec diff tracking
66

7+
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-05)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `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`.
13+
14+
### Features
15+
16+
* added fields `skipIfSpecUnchanged` and `forceAlwaysRun` ([d5555dd](https://github.com/gibahjoe/openapi-generator-dart/commit/d5555dda4281091102342ade5c0103c9757ac3c4))
17+
* Changing to a config based approach for obtaining the official openapi generator jar. ([05d61f7](https://github.com/gibahjoe/openapi-generator-dart/commit/05d61f7f323479af971dbfc3c07377cc57ce6792))
18+
* **cli:** bumped official generator version to 7.7 ([d8b9de1](https://github.com/gibahjoe/openapi-generator-dart/commit/d8b9de1a948ea5958ecfe85bcf228b97e0f2a8fd))
19+
* **cli:** bumped unofficial generator version to 8.1 ([2fdd022](https://github.com/gibahjoe/openapi-generator-dart/commit/2fdd022bbcca07dc03bd743e378dbc10b9f0503f))
20+
* **cli:** removed jar binary from library and made the jar downloadable by auto generated config ([8131e8e](https://github.com/gibahjoe/openapi-generator-dart/commit/8131e8eedcd3d9ba853b5b45fafd9f4c6c0fe1d7)), closes [#153](https://github.com/gibahjoe/openapi-generator-dart/issues/153)
21+
722
## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)
823

924
### Bug Fixes

openapi-generator-cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_cli
22
description: A dart wrapper around openapi-generator inspired by the node implementation.
3-
version: 5.0.2
3+
version: 6.0.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

openapi-generator/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
* fixed spec diff tracking
66

7+
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-05)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `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`.
13+
14+
### Features
15+
16+
* add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1))
17+
* added fields `skipIfSpecUnchanged` and `forceAlwaysRun` ([d5555dd](https://github.com/gibahjoe/openapi-generator-dart/commit/d5555dda4281091102342ade5c0103c9757ac3c4))
18+
* annotated file updating made optional by argument ([c108469](https://github.com/gibahjoe/openapi-generator-dart/commit/c108469787da68794dce7ca595387539e009eb50))
19+
* **annotations:** fixed issue with DioSerializationLibrary and updated tests ([c9a179a](https://github.com/gibahjoe/openapi-generator-dart/commit/c9a179ab8271e439c246b47c6fdd43ac272a1137)), closes [#152](https://github.com/gibahjoe/openapi-generator-dart/issues/152)
20+
* Changing to a config based approach for obtaining the official openapi generator jar. ([05d61f7](https://github.com/gibahjoe/openapi-generator-dart/commit/05d61f7f323479af971dbfc3c07377cc57ce6792))
21+
22+
23+
### Bug Fixes
24+
25+
* **annotations:** added doc for --name-mappings and moved some things around ([f2d6c04](https://github.com/gibahjoe/openapi-generator-dart/commit/f2d6c045ab36f4dd5a313b8a7850f38cd98ed0ba)), closes [#114](https://github.com/gibahjoe/openapi-generator-dart/issues/114)
26+
* dart format ([af19a8e](https://github.com/gibahjoe/openapi-generator-dart/commit/af19a8e6f85f6c6b0b144acc3e6e5762641974ae))
27+
* fixed ci ([fe64d7a](https://github.com/gibahjoe/openapi-generator-dart/commit/fe64d7a294ce417d8cec91ee5da4a905e9eb30cc))
28+
* fixed failing tests ([f1c0a1c](https://github.com/gibahjoe/openapi-generator-dart/commit/f1c0a1c8b5f17771ae29dc3f8f11c196c8f8248b))
29+
* fixes some tests ([79c9ce7](https://github.com/gibahjoe/openapi-generator-dart/commit/79c9ce77fb6627797299eb9f1fd3f545b176863f))
30+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
31+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
32+
* removed unsupported field ([27eb1af](https://github.com/gibahjoe/openapi-generator-dart/commit/27eb1af9abcd7338dd06e8c52f13f9713111ecd0))
33+
734
## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)
835

936
### Bug Fixes

openapi-generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator
22
description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3-
version: 5.0.2
3+
version: 6.0.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)