Skip to content

Releases: Carapacik/swagger_parser

1.17.2

01 Apr 07:37

Choose a tag to compare

  • Add MappableField to dart_mappable template

1.17.0

05 Mar 12:05

Choose a tag to compare

1.16.4

03 Mar 11:55

Choose a tag to compare

  • Fixed errors with required_by_default

1.16.3

02 Mar 10:08

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

Choose a tag to compare

  • Add new exceptions to export
  • Fixed file name from schemeUrl

1.16.1

26 Feb 08:49

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

Choose a tag to compare

1.16.0 Refactoring config (#174)

Co-authored-by: StarProxima <[email protected]>
Co-authored-by: Sancene <[email protected]>

1.15.5

23 Feb 19:30
c5ccb79

Choose a tag to compare

  • Support schema url without extension

1.15.4

18 Feb 15:49

Choose a tag to compare

  • FIx docs

1.15.3

15 Feb 06:35

Choose a tag to compare

  • Fixed errors with Object body in retrofit client (#110)