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

Use early overrides to allow converting unsupported types. #1209

Merged
merged 12 commits into from Jun 17, 2022
Merged

Use early overrides to allow converting unsupported types. #1209

merged 12 commits into from Jun 17, 2022

Commits on May 20, 2022

  1. Use early overrides to allow converting unsupported types.

    - Convert types using overrides before other checks are made. This makes it possible, for example, to replace all occurrences of sql.NullString with string.
    - Include an example with .swaggo rules.
    mateusz committed May 20, 2022
    Copy the full SHA
    7441db5 View commit details
    Browse the repository at this point in the history
  2. Include an example with .swaggo rules.

    mateusz committed May 20, 2022
    Copy the full SHA
    2e9ada6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Copy the full SHA
    98d415c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. feat: add --quiet=true for swag init, make the debug logger quiet. (#…

    …1206)
    
    Co-authored-by: jixiufeng <jixiuf@luojilab.com>
    2 people authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    1c14e97 View commit details
    Browse the repository at this point in the history
  2. chore: refactor parser (#1191)

    ubogdan authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    657d2fa View commit details
    Browse the repository at this point in the history
  3. fix: array enum varnames in arrays (#1187)

    Skisocks authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    80eabfd View commit details
    Browse the repository at this point in the history
  4. feat: add basic generics support (#1225)

    ubogdan authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    ef0180a View commit details
    Browse the repository at this point in the history
  5. chore: increment version (#1230)

    ubogdan authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    4dabc3a View commit details
    Browse the repository at this point in the history
  6. chore: cleanup generics_test.go (#1231)

    ubogdan authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    77d9233 View commit details
    Browse the repository at this point in the history
  7. feat: permit error (and any) interface definition (#1212)

    sapk authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    a348e4a View commit details
    Browse the repository at this point in the history
  8. feat: default required option for struct fields (#1181)

    underbek authored and mateusz committed Jun 17, 2022
    Copy the full SHA
    95f834f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a3c0947 View commit details
    Browse the repository at this point in the history