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

"Generic" JArray support #1214

Merged
merged 9 commits into from
Oct 2, 2024
Merged

"Generic" JArray support #1214

merged 9 commits into from
Oct 2, 2024

Commits on Sep 2, 2024

  1. "Generic" JArray support

    astrelsky committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    18313e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    c724123 View commit details
    Browse the repository at this point in the history
  2. added changelog entry

    astrelsky committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3b97cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

  1. explicitly subclass typing.Generic instead

    Unfortunately isinstance will fail on some things
    such as typing.Collection. Using typing.Generic
    will prevent confusion.
    astrelsky committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a7a7a70 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

  1. fix test coverage

    astrelsky committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f7523a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

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