Releases: Carapacik/swagger_parser
Releases · Carapacik/swagger_parser
1.14.2
- Fixed errors with multipart (#144)
1.14.1
- Removed check that would avoid generating a map when additional properties has a
$ref
value
1.14.0
- Fixed error with empty content type
- Fixed retrofit template
- Remove special characters from tags
- Add new config parameter
skip_parameters
- Extract schemas from url (#150)
1.13.1
- Fixed error with path-level parameters cause crash (#147)
- Fixed
dart:io
import in template
1.13.0
- Added support for (
dart_mappable
)[https://pub.dev/packages/dart_mappable]
- Changed
freezed
schema property to json_serializer
, which can be set to freezed
, dart_mappable
or json_serializable
(default).
- Fixed enum generation name that are defined inside an array
1.12.2
- Fixes enum duplicate names (#140)
1.12.1
- Fixed error with
ref
in a case other than PascalCase (#139)
1.12.0
- Add new config parameter
export_file
1.11.3
- Fix: annotating client methods with the first specified content type header in OpenAPI V2 schemas if the specified one is not the default.
1.11.2
- Add description of request parameters to the code docs