File tree 7 files changed +32
-6
lines changed
openapi-generator-annotations
7 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "openapi-generator" : " 6.0 .0" ,
3
- "openapi-generator-annotations" : " 6.0 .0" ,
4
- "openapi-generator-cli" : " 6.0 .0"
2
+ "openapi-generator" : " 6.1 .0" ,
3
+ "openapi-generator-annotations" : " 6.1 .0" ,
4
+ "openapi-generator-cli" : " 6.1 .0"
5
5
}
Original file line number Diff line number Diff line change 4
4
5
5
* fixed spec diff tracking
6
6
7
+ ## [ 6.1.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0 ) (2024-12-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * added ` --enum-name-mappings ` support ([ 328c9da] ( https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8 ) )
13
+
7
14
## [ 6.0.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0 ) (2024-11-06)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
name : openapi_generator_annotations
2
2
description : Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.
3
- version : 6.0 .0
3
+ version : 6.1 .0
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
Original file line number Diff line number Diff line change 4
4
5
5
* fixed spec diff tracking
6
6
7
+ ## [ 6.1.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0 ) (2024-12-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * added ` --enum-name-mappings ` support ([ 328c9da] ( https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** cli:** Fixed additionalCommands in config not appending to generator commands ([ 99f6bec] ( https://github.com/gibahjoe/openapi-generator-dart/commit/99f6becd51a1294aa25b8d2577b76ebfa69d7fff ) )
18
+
7
19
## [ 6.0.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0 ) (2024-11-06)
8
20
9
21
Original file line number Diff line number Diff line change 1
1
name : openapi_generator_cli
2
2
description : A dart wrapper around openapi-generator inspired by the node implementation.
3
- version : 6.0 .0
3
+ version : 6.1 .0
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
environment :
Original file line number Diff line number Diff line change 4
4
5
5
* fixed spec diff tracking
6
6
7
+ ## [ 6.1.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0 ) (2024-12-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * added ` --enum-name-mappings ` support ([ 328c9da] ( https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8 ) )
13
+
7
14
## [ 6.0.0] ( https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0 ) (2024-11-06)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
name : openapi_generator
2
2
description : Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3
- version : 6.0 .0
3
+ version : 6.1 .0
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments