Skip to content

Releases: Carapacik/swagger_parser

1.14.2

30 Jan 11:08
Compare
Choose a tag to compare
  • Fixed errors with multipart (#144)

1.14.1

11 Jan 09:35
Compare
Choose a tag to compare
  • Removed check that would avoid generating a map when additional properties has a $ref value

1.14.0

10 Jan 11:33
Compare
Choose a tag to compare
  • 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

12 Dec 20:24
Compare
Choose a tag to compare
  • Fixed error with path-level parameters cause crash (#147)
  • Fixed dart:io import in template

1.13.0

06 Dec 15:20
Compare
Choose a tag to compare
  • 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

23 Nov 21:58
3265534
Compare
Choose a tag to compare
  • Fixes enum duplicate names (#140)

1.12.1

17 Nov 12:55
Compare
Choose a tag to compare
  • Fixed error with ref in a case other than PascalCase (#139)

1.12.0

15 Nov 16:49
9f82c37
Compare
Choose a tag to compare
  • Add new config parameter export_file

1.11.3

31 Oct 16:52
912cb4c
Compare
Choose a tag to compare
  • 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

29 Oct 09:14
Compare
Choose a tag to compare
  • Add description of request parameters to the code docs