File tree Expand file tree Collapse file tree 8 files changed +66
-27
lines changed
openapi-generator-annotations Expand file tree Collapse file tree 8 files changed +66
-27
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.3.0
2
+
3
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.11
4
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
5
+ - Bumped official openapi generator to 5.3.0.
6
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.3.0 )
7
+
1
8
## 3.2.1
2
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
3
- - Bumped official openapi generator to 5.2.1. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
9
+
10
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9
11
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
12
+ - Bumped official openapi generator to 5.2.1.
13
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
4
14
5
15
## 3.2.0
6
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
7
- - Bumped official openapi generator to 5.2.0. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.0 )
16
+
17
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8
18
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
19
+ - Bumped official openapi generator to 5.2.0.
20
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.0 )
8
21
- Added support for nullSafe for _ dioAlt_ generator
9
22
- Added support for import mappings
10
23
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.2.1
3
+ version : 3.3.0
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
7
7
environment :
8
8
sdk : ' >=2.12.0 <3.0.0'
9
9
10
10
dev_dependencies :
11
- pedantic : ^1.11.1
12
- test : ^1.16.8
11
+ pedantic :
12
+ test :
Original file line number Diff line number Diff line change
1
+ ## 3.3.0
2
+
3
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.11
4
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
5
+ - Bumped official openapi generator to 5.3/0.
6
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.3.0 )
7
+
1
8
## 3.2.1
2
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
3
- - Bumped official openapi generator to 5.2.1. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
9
+
10
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9
11
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
12
+ - Bumped official openapi generator to 5.2.1.
13
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
4
14
5
15
## 3.2.0
6
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
7
- - Bumped official openapi generator to 5.2.0. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.0 )
16
+
17
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8
18
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
19
+ - Bumped official openapi generator to 5.2.0.
20
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.0 )
8
21
9
22
## 3.1.3
10
23
- Bumped dart-ogurets (_ dioAlt_ ) generator to 5.3 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.openapitools</groupId >
49
49
<artifactId >openapi-generator-cli</artifactId >
50
- <version >5.2.1 </version >
50
+ <version >5.3.0 </version >
51
51
</dependency >
52
52
53
53
<dependency >
54
54
<groupId >com.bluetrainsoftware.maven</groupId >
55
55
<artifactId >openapi-dart-generator</artifactId >
56
- <version >5.9 </version >
56
+ <version >5.11 </version >
57
57
</dependency >
58
58
</dependencies >
59
59
</project >
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 : 3.2.1
3
+ version : 3.3.0
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dev_dependencies :
10
- pedantic : ^1.11.1
11
- test : ^1.16.8
10
+ pedantic :
11
+ test :
12
12
13
13
executables :
14
14
openapi-generator : main
Original file line number Diff line number Diff line change
1
+ ## 3.3.0+1
2
+
3
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.11
4
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
5
+ - Bumped official openapi generator to 5.3/0.
6
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.3.0 )
7
+
1
8
## 3.2.1
2
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
3
- - Bumped official openapi generator to 5.2.1. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
9
+
10
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.9
11
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
12
+ - Bumped official openapi generator to 5.2.1.
13
+ See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1 )
4
14
5
15
## 3.2.0+2
16
+
6
17
- fixed boolean additional properties returning null
7
18
8
19
## 3.2.0
9
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8 with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
20
+
21
+ - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.8
22
+ with [ changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
10
23
- Bumped official openapi generator to 5.2.0. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.0 )
11
24
- Added support for nullSafe for _ dioAlt_ generator
12
25
- Added support for import mappings
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 : 3.2. 1
3
+ version : 3.3.0+ 1
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dependencies :
10
- build : ^2.1.0
11
- source_gen : ^1.1.0
12
- path : ^1.8.0
13
- openapi_generator_annotations : ^3.2.1
14
- analyzer : ^2.2.0
15
- openapi_generator_cli : ^3.2.1
10
+ build : ' >=0.12.6 <=3.0.0 '
11
+ source_gen : ' >=1.0.0 <=2.0.0 '
12
+ path : ' >=1.0.0 <=2.0.0 '
13
+ openapi_generator_annotations : ^3.3.0
14
+ analyzer : ' >=1.4.0 <=3.0.0 '
15
+ openapi_generator_cli : ^3.3.0
16
16
17
17
dev_dependencies :
18
- pedantic : ^1.11.1
18
+ pedantic :
19
19
You can’t perform that action at this time.
0 commit comments