Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version/2.3.9 #318

Merged
merged 66 commits into from
Jan 19, 2022
Merged

Version/2.3.9 #318

merged 66 commits into from
Jan 19, 2022

Commits on Nov 1, 2021

  1. Fixed some issues

    uladzimir_paliukhovich committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    4f84c08 View commit details
    Browse the repository at this point in the history
  2. Added fix for Field annotations. Updatec changelog and pubspec

    uladzimir_paliukhovich committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    26c00bd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Fixed lot of issues with AllOf support

    uladzimir_paliukhovich committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    57186d5 View commit details
    Browse the repository at this point in the history
  2. Updated changelog and pubspec

    uladzimir_paliukhovich committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9c20696 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Added requestbodies generation from requests

    uladzimir_paliukhovich committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0a5e0a1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.2.5

    # Conflicts:
    #	CHANGELOG.md
    #	lib/src/code_generators/swagger_models_generator.dart
    #	pubspec.yaml
    uladzimir_paliukhovich committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4a5b13b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Add windows support (#273)

    * Run CI on windows too
    
    * chore: Fix a number of path joins
    
    * fix: Revert change to getFileNameWithoutExtension
    
    * fix: Normalize paths used for extensions
    Mause committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e22cf42 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Fixed errors with requestBodies generation

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    73d60e2 View commit details
    Browse the repository at this point in the history
  2. Added possibility to use operationId for request name

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cfc205f View commit details
    Browse the repository at this point in the history
  3. Format code

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    364a7b4 View commit details
    Browse the repository at this point in the history
  4. Updated pubspec and changelog

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    42ee7ed View commit details
    Browse the repository at this point in the history
  5. Fix tests

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2da1393 View commit details
    Browse the repository at this point in the history
  6. Fix analyser issues

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    95c4478 View commit details
    Browse the repository at this point in the history
  7. Updated example readme

    uladzimir_paliukhovich committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bdd025b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Removed converter generator

    uladzimir_paliukhovich committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e5de95a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Fix cases when refs are overriden

    uladzimir_paliukhovich committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    fc1a8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Fixed enum generation

    Changed int64 parsing to double
    uladzimir_paliukhovich committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e14ed6a View commit details
    Browse the repository at this point in the history
  2. Released 2.2.8

    uladzimir_paliukhovich committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    16d788e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Added support int64

    uladzimir_paliukhovich committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    73d0ae5 View commit details
    Browse the repository at this point in the history
  2. Updated changelog and pubspec

    uladzimir_paliukhovich committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    850624f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix for models int64

    uladzimir_paliukhovich committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9139808 View commit details
    Browse the repository at this point in the history
  2. Updated changelog and pubspec

    uladzimir_paliukhovich committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c575224 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge remote-tracking branch 'origin/version/2.2.8' into version/2.3.0

    # Conflicts:
    #	CHANGELOG.md
    #	example/lib/main.dart
    #	example/lib/swagger_generated_code/example_swagger.swagger.chopper2.dart
    #	example/lib/swagger_generated_code/example_swagger.swagger.dart
    #	example/lib/swagger_generated_code/example_swagger.swagger.g2.dart
    #	pubspec.yaml
    uladzimir_paliukhovich committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c1d69b3 View commit details
    Browse the repository at this point in the history
  2. Removed not needed file

    uladzimir_paliukhovich committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2a6f9cd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Fixed responses array of int

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    3f850d3 View commit details
    Browse the repository at this point in the history
  2. Reverted analysis options

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    c6e9cb3 View commit details
    Browse the repository at this point in the history
  3. Updated changelog

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b987918 View commit details
    Browse the repository at this point in the history
  4. Updated version

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2c20a3b View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    a1a93c3 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into version/2.3.0

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    22075cd View commit details
    Browse the repository at this point in the history
  7. Fixed analyser issues

    uladzimir_paliukhovich committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    a1b6bd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Fixed issue #291

    uladzimir_paliukhovich committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b6eb45b View commit details
    Browse the repository at this point in the history
  2. updated changelog and pubcpec

    uladzimir_paliukhovich committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f495829 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into version/2.3.1

    # Conflicts:
    #	CHANGELOG.md
    #	lib/src/code_generators/swagger_requests_generator.dart
    #	pubspec.yaml
    uladzimir_paliukhovich committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f006011 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Added parsing of security for requests

    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    39f4a7e View commit details
    Browse the repository at this point in the history
  2. Fixed num parsing as Num

    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    56882c9 View commit details
    Browse the repository at this point in the history
  3. Implemented security keys definition

    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    c2e4412 View commit details
    Browse the repository at this point in the history
  4. Removed not needed prints

    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    76073db View commit details
    Browse the repository at this point in the history
  5. Updated changelog and pubspec

    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d1d056e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into version/2.3.2

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    79b7393 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Removed use_inheritance field

    uladzimir_paliukhovich committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8445037 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.3.3

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a4fc03b View commit details
    Browse the repository at this point in the history
  3. Removed outdated tests

    uladzimir_paliukhovich committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9a19d7a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Implemented integer enums support

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c519d47 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.3.4

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a4bc616 View commit details
    Browse the repository at this point in the history
  3. Updated changelog and pubspec

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c114860 View commit details
    Browse the repository at this point in the history
  4. Fixed fromJson for integer enum fields

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    96f6873 View commit details
    Browse the repository at this point in the history
  5. Updated changelog and pubspec

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    17b84d9 View commit details
    Browse the repository at this point in the history
  6. Formatted code

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    38813b2 View commit details
    Browse the repository at this point in the history
  7. Updated changelog

    uladzimir_paliukhovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    cb458f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Fixed issue 263

    uladzimir_paliukhovich committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d51a393 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.3.5

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    52f3983 View commit details
    Browse the repository at this point in the history
  3. Fixed test

    uladzimir_paliukhovich committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fe39ba2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Fixed issue #311

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0230ee8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.3.6

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7338cb2 View commit details
    Browse the repository at this point in the history
  3. Updated pubspec and changelog

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2cebdc7 View commit details
    Browse the repository at this point in the history
  4. Fixed list enums generation in requests

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6a02258 View commit details
    Browse the repository at this point in the history
  5. Updated pubspec and changelog

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0be77f4 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into version/2.3.7

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8e35790 View commit details
    Browse the repository at this point in the history
  7. Fixed issue #296

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b8f6092 View commit details
    Browse the repository at this point in the history
  8. Updated pubspec and changelog

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f2d228b View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/master' into version/2.3.8

    # Conflicts:
    #	CHANGELOG.md
    #	pubspec.yaml
    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    17d1de7 View commit details
    Browse the repository at this point in the history
  10. Fixed conflicts

    uladzimir_paliukhovich committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    eefff31 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. [BUB] Array in spec is not being generated as expected

    uladzimir_paliukhovich committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    cee3481 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into version/2.3.9

    uladzimir_paliukhovich committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    df6eda2 View commit details
    Browse the repository at this point in the history
  3. Updated pubspec and changelog

    uladzimir_paliukhovich committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    df5c037 View commit details
    Browse the repository at this point in the history