Skip to content

Releases: Carapacik/swagger_parser

1.19.2

14 Oct 20:35
Compare
Choose a tag to compare
  • Fix replacement rules for OpenAPI v2(#266)
  • Add x-nullable field for null definition in OpenAPI v2(#268)

1.19.1

30 Sep 07:58
Compare
Choose a tag to compare
  • Fix generation with anyOf, oneOf and allOf properties

1.19.0

06 Sep 15:19
Compare
Choose a tag to compare
  • Add version getter to root client:
final version = RestClient.version;
  • Add dio_options_parameter_by_default

1.18.2

26 Aug 18:03
Compare
Choose a tag to compare
  • Added support for int64 types

1.18.1

09 Aug 09:53
Compare
Choose a tag to compare
  • Fix errors with nullable: false
  • Fix same property name conflict(#235)

1.18.0

06 Jun 11:13
Compare
Choose a tag to compare
  • Handle empty enum value case (#238)
  • Some fixes for the replacement rules
  • Support for nullable lists and maps
  • Remove config parameter required_by_default, behaviour is now consistent required_by_default: false

1.17.3

09 May 20:48
4d44c12
Compare
Choose a tag to compare
  • Fixed unnecessary null types with required_by_default: false
  • Fixed generation of class parameters that are set directly from the request specification (#224)
  • Fixed changing case and applying replacement rules to class names (#223)
  • Maps with additionalProperties are now generated correctly (#214)

1.17.2

01 Apr 07:37
Compare
Choose a tag to compare
  • Add MappableField to dart_mappable template

1.17.0

05 Mar 12:05
Compare
Choose a tag to compare

1.16.4

03 Mar 11:55
Compare
Choose a tag to compare
  • Fixed errors with required_by_default