swagger_parser 0.5.0 swagger_parser: ^0.5.0 copied to clipboard
Generate REST clients and data classes from swagger json file
0.5.0 #
- Objects are now recognized and are being generated as DTO's
- Fixed some problems with defaultValue
- Fixed some problems with return type
- Fixed some problems with naming parameters whose names are similar to dart keywords
0.4.1 #
- Fixed a problem with parameters whose names are similar to dart keywords
- Fixed a problem with postfix in file import
0.4.0 #
- Add support for
default
annotations - Add enum support for dart
- Fixed errors with Multipart
- Fixed errors with Kotlin types
0.3.1 #
- Fixed error with
@
in url path - Fix the problem with
number
type to mapdouble
- Fix the problem with
object
type to map DartObject
- Updates the README with instructions and steps to generate the code
0.3.0 #
- Add support for
required
annotations - Fixed error with rest client parameters type in OpenApi v2
0.2.4 #
- Fixed error with
.
and,
in url path
0.2.3 #
- Fixed error in MultiPart with single
$ref
0.2.2 #
- Remove swagger_parser section from pubspec.yaml
- Update dependencies in example
0.2.1 #
- Fixed README
- Fixed workflow files
0.2.0 #
- Fixed errors with generation of data classes containing
allOf
- Fixed errors with templates
- Add web interface for package https://carapacik.github.io/swagger_parser
- Add generator tests
0.1.0 #
- Initial release