Skip to content

Commit

Permalink
Version/2.10.3 (#578)
Browse files Browse the repository at this point in the history
* Fixed #553 Generation putIfAbsent for names begins with "Map"

* Removed not needed property

* Removed toJson generation

* Returned generation of toJson()

* Implemented toJson only for some models feature

* Fixed some errors

* Added some fixes

* Added createToJson: false for models without toJson

* Fixed #554 generation of putIfAbsent for not needed schemas

* Updated pubspec and changelog

* Reverted change in analysis_options

* Fixed warnings

* Fixed generation of multipart data

* Fixed parameter type generation

* Changed dynamic to Object

* Some fixes

* Add recognition of int64 as int

* Fixed #571

* Fixed #572

* Fixed #570

* Fix #576

* Updated changelog

* Some fixed in configs

* Reverted changes

---------

Co-authored-by: Uladzimir Paliukhovich <uladzimir_paliukhovich@epam.com>
  • Loading branch information
Vovanella95 and Uladzimir Paliukhovich authored Apr 11, 2023
1 parent ed30437 commit 55cd313
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# 2.10.2
# 2.10.3

* Fixed generation `putIfAbsent` in requests for not needed schemas ([#554](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/554))

* Added `hashCode` to exception words ([#577](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/577))

* Fixed syntax issues with generation ([#572](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/572))

* Fixed generation of array of integers ([#570](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/570))

* Added generation of int64 as `int` ([#568](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/568))

* Some fixes with generation arrays ([#571](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/571))

# 2.10.2

* Fixed generation of enumMaps in case when no models defined ([#540](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/540))
Expand Down
1 change: 1 addition & 0 deletions lib/src/exception_words.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ List<String> exceptionWords = <String>[
'part',
'try',
'client',
'hashCode',
];

0 comments on commit 55cd313

Please sign in to comment.