Skip to content

Commit

Permalink
Fixed epam-cross-platform-lab#598 Generation of query enum parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKandel committed Oct 30, 2024
1 parent 3f16217 commit 24f1dd0
Show file tree
Hide file tree
Showing 14 changed files with 1,120 additions and 2,138 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.14.2

* Added option `generate_first_succeed_response` to generate first succeed response or `dynamic` ([#703](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/703))

# 2.14.1

* ***Breaking*** Added ability to rename downloaded swagger files ([#558](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/558))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ targets:
| `add_base_path_to_requests` | `false` | `false` | Add swagger base path to all request path. |
| `multipart_file_type` | `List<int>` | `false` | Allow to override the generated class for multipart file (See #605). |
| `override_to_string` | `bool` | `true` | Overrides `toString()` method using `jsonEncode(this)` |
| `generate_first_succeed_response` | `bool` | `true` | If request has multiple success responses, first one will be generated. Otherwice - `dynamic` |



Expand Down
Loading

0 comments on commit 24f1dd0

Please sign in to comment.