Skip to content

Releases: Carapacik/swagger_parser

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

1.16.3

02 Mar 10:08
Compare
Choose a tag to compare
  • Temporary fix for (#110)
  • Ignore parameters start with x- for (#185)
  • Fixed parameter type (#186
  • Fixed handle $ref (#187) and (#183)

1.16.2

28 Feb 20:58
Compare
Choose a tag to compare
  • Add new exceptions to export
  • Fixed file name from schemeUrl

1.16.1

26 Feb 08:49
Compare
Choose a tag to compare
  • Fix swagger_parser_pages (https://carapacik.github.io/swagger_parser)
  • Wrapping collections variable introduced replacing arrayDepth and mapType: this variable presents
    a list of all collections wrapping a type (example: List<List<Map<String,
    List>>> -> [List, List, List, Map, List]) and will resolve them in order of
    appearance (#128)
  • Fixed error
    with required_by_default (#168)
  • Refactor config and rename parameters:
    • squash_clients to merge_clients
    • enums_prefix to enums_parent_prefix
    • skipp_parameters to skipped_parameters
  • Remove config parameter put_in_folder

1.16.0

26 Feb 09:16
30e8352
Compare
Choose a tag to compare
1.16.0 Refactoring config (#174)

Co-authored-by: StarProxima <34741787+StarProxima@users.noreply.github.com>
Co-authored-by: Sancene <56795876+Sancene@users.noreply.github.com>

1.15.5

23 Feb 19:30
c5ccb79
Compare
Choose a tag to compare
  • Support schema url without extension

1.15.4

18 Feb 15:49
Compare
Choose a tag to compare
  • FIx docs