Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #657

Merged
merged 29 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2c826d8
Fixed some issues
Jun 7, 2023
f064936
formatted code
Jun 7, 2023
352d09f
updated SDK
Jun 7, 2023
861dfac
Updated SDK and version
Jun 7, 2023
d320f12
Fixed generation of lists of classes
Jun 7, 2023
fbda249
Fixed generation $Items classes
Jun 7, 2023
1ade0c7
Updated pubspec and changelog
Jun 7, 2023
fe41f12
Fixed #524
Jun 9, 2023
173d9aa
Fixed #598 Generation of query enum parameters
Jun 23, 2023
a09e442
Merge branch 'master' into version/2.11.6
Jun 23, 2023
16b5e3f
Fixed conflicts
Jun 23, 2023
d1c7d2f
Fixed some issues in swaggers
Jul 5, 2023
6ae1b7d
Updated changelog and pubspec
Jul 5, 2023
ff4d14e
Fix #583, #637, #619 and update readme (#638)
romainboucher Sep 8, 2023
3466b48
Merge branch 'master' into version/2.11.6
Sep 8, 2023
290deb0
Fixed generation of some fields
Sep 22, 2023
d3a77eb
Removed test
Sep 22, 2023
8283674
Fixed classes named List
Sep 22, 2023
a71a9e9
Fixed generation of query parameters with ref default type
Sep 22, 2023
dead103
Merge branch 'master' into version/2.11.6
Sep 22, 2023
d99e4f9
Fixed generation of DateTime parameters
Sep 22, 2023
e2fe57f
Fixed generation of responses in some cases
Sep 22, 2023
8e8c5ff
Merge branch 'master' into version/2.11.6
Sep 22, 2023
1b24515
Some fixes
Sep 22, 2023
4bdd297
Updated changelog and pubspec
Sep 22, 2023
b974025
Merge branch 'master' into version/2.11.6
Sep 22, 2023
3e6c745
Implemented not nullable fields
Sep 29, 2023
bc0c305
Fixed tests
Sep 29, 2023
0ed9163
fixed generation of some swaggers
Oct 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated pubspec and changelog
  • Loading branch information
Uladzimir Paliukhovich committed Jun 7, 2023
commit 1ade0c7b9d1f06407ea4e02308f8d8e7a01b162a
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.11.8

* Fixed generation of fields of some models

# 2.11.7

* Updated SDK version
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: swagger_dart_code_generator

version: 2.11.7
version: 2.11.8

homepage: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
repository: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
Expand Down