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

feat: add support for NamedTuple and TypedDict types #2216

Merged
merged 29 commits into from Feb 13, 2021

Commits on Dec 23, 2020

  1. Copy the full SHA
    0cbe31f View commit details
    Browse the repository at this point in the history
  2. support total=False

    PrettyWood committed Dec 23, 2020
    Copy the full SHA
    c5e236a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0f5cb59 View commit details
    Browse the repository at this point in the history
  4. chore: improve mypy

    PrettyWood committed Dec 23, 2020
    Copy the full SHA
    de54b65 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Copy the full SHA
    1c1b499 View commit details
    Browse the repository at this point in the history
  2. chore: @samuelcolvin remarks

    PrettyWood committed Jan 2, 2021
    Copy the full SHA
    986feda View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7bf673 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6764357 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Copy the full SHA
    62b4feb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7b45015 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7368bf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Copy the full SHA
    63f4a1e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebfd440 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Copy the full SHA
    4cb9dbd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58dbfd7 View commit details
    Browse the repository at this point in the history
  3. test: add utils tests

    PrettyWood committed Jan 17, 2021
    Copy the full SHA
    5663cd3 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint

    PrettyWood committed Jan 17, 2021
    Copy the full SHA
    11bd960 View commit details
    Browse the repository at this point in the history
  5. chore: improve test

    PrettyWood committed Jan 17, 2021
    Copy the full SHA
    8221ce2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0a250e1 View commit details
    Browse the repository at this point in the history
  7. chore: update change

    PrettyWood committed Jan 17, 2021
    Copy the full SHA
    3361496 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d737f07 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Copy the full SHA
    3fe8ff9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08868ab View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Copy the full SHA
    567bf4d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9481776 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. chore: rewording

    PrettyWood committed Feb 11, 2021
    Copy the full SHA
    1c6f369 View commit details
    Browse the repository at this point in the history
  2. refactor: use parse_obj

    PrettyWood committed Feb 11, 2021
    Copy the full SHA
    5db83e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4da1475 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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