File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
openapi-generator-annotations Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.0
2
+
3
+ - ** BREAKING CHANGES**
4
+ - ` dioNext ` and ` jaguar ` generators are removed
5
+
6
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.13
7
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
8
+ - Bumped official openapi generator to 6.0.0.
9
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v6.0.0 )
10
+
1
11
## 3.3.0
2
12
3
13
- Bumped dart-ogurets (_ dioAlt_ ) generator to 5.11
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 : 3.3 .0
3
+ version : 4.0 .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 @@ -10,7 +10,7 @@ dependencies:
10
10
build : ' >=0.12.6 <=3.0.0'
11
11
source_gen : ' >=1.0.0 <=2.0.0'
12
12
path : ' >=1.0.0 <=2.0.0'
13
- openapi_generator_annotations : ^3.3 .0
13
+ openapi_generator_annotations : ^4.0 .0
14
14
analyzer : ' >=1.4.0 <=5.0.0'
15
15
openapi_generator_cli : ^4.0.0
16
16
You can’t perform that action at this time.
0 commit comments