Skip to content

Commit c3de19f

Browse files
committed
Merge branch 'master' into dev-nullsafety
# Conflicts: # openapi-generator-annotations/CHANGELOG.md # openapi-generator-annotations/pubspec.yaml # openapi-generator-cli/CHANGELOG.md # openapi-generator-cli/pubspec.yaml # openapi-generator/CHANGELOG.md # openapi-generator/pubspec.yaml
2 parents ef87f8b + 78df61d commit c3de19f

File tree

6 files changed

+19
-2
lines changed

6 files changed

+19
-2
lines changed

openapi-generator-annotations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Bumped generator version to 5.0.0. This has some breaking changes. [Click here](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.0.0) to view changes
4+
15
## 2.0.0-nullsafety.0
26

37
- Added null safety

openapi-generator-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Bumped generator version to 5.0.0. This has some breaking changes. [Click here](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.0.0) to view changes
4+
15
## 2.0.0-nullsafety.0
26

37
- Added null safety

openapi-generator-cli/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ Please see [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/open
1010

1111
## Usage
1212

13+
### CLI
1314
Run
1415

1516
```cmd
1617
pub global activate openapi_generator_cli
1718
```
1819
Then you can run the generator using the command below.
1920
```cmd
20-
openapi-generator <command>
21+
openapi-generator generate -i http://127.0.0.1:8111/v3/api-docs -g dart
2122
```
2223

2324
See [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator) for more commands
2425

26+
### Dart/Flutter
27+
28+
You can use this package also using the openapi-generator dart plugin that helps you configure the appropriate commands. You can find it [here](https://pub.dev/packages/openapi_generator)
29+
2530
## Features and bugs
2631

2732
Please file feature requests and bugs at the [issue tracker][tracker].
119 KB
Binary file not shown.

openapi-generator-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.openapitools</groupId>
4949
<artifactId>openapi-generator-cli</artifactId>
50-
<version>4.3.1</version>
50+
<version>5.0.0</version>
5151
</dependency>
5252

5353
<dependency>

openapi-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Bumped generator version to 5.0.0. This has some breaking changes. [Click here](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.0.0) to view changes
4+
15
## 2.0.0-nullsafety.0
26

37
- Migrated to null safety

0 commit comments

Comments
 (0)