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

General improvements #13

Merged
merged 15 commits into from
May 24, 2019
Merged

General improvements #13

merged 15 commits into from
May 24, 2019

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    433841d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea9396e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. 🚧wip (generator) Temporary workaround for nested Response generic t…

    …ypes
    
    This allows for using `Future<Response<anything>>` as return type for a method
    Which allows for
    things like `Future<Response<Container<SubType>>>` e.g. `Future<Response<BuiltList<String>>>`
    This
    is neccessary because otherwise the code generator outputs `Response<SubType>> instead of
    `Response<Container<SubType>>`
    devkabiir committed May 19, 2019
    Configuration menu
    Copy the full SHA
    9c0602b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    a610e26 View commit details
    Browse the repository at this point in the history
  2. 🐛fix (generator) Remove types from generated methods

    The Dart's type system can infer these types from the super class
    devkabiir committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ea05135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c385dca View commit details
    Browse the repository at this point in the history
  4. ♻️refactor (generator) Don't generate code for baseUrl validation i…

    …n constructor
    
    Since base url is a compile-time constant, we can do the validation during code generation
    devkabiir committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f5664c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c67575 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    1d470c2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    c156754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616a465 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    9239d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4730b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9660a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    702b343 View commit details
    Browse the repository at this point in the history