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

Generics migration #237

Merged
merged 5 commits into from
Jan 7, 2024
Merged

Generics migration #237

merged 5 commits into from
Jan 7, 2024

Commits on Oct 18, 2023

  1. Generics migration

    This attempts to migrate this library in the least invasive way by preserving as
    much of the original API as possible. It does not change the tests in a
    meaningful way nor does it attempt to upgrade any logic that can be simplified
    or improved with generics. This is purely an API migration, and still requires a
    lot of additional work to be fully ready.
    PapaCharlie committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f190ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6708ddd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Add v2 suffix

    PapaCharlie committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7537f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2098e View commit details
    Browse the repository at this point in the history
  3. Rename module to /v2

    PapaCharlie committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    36c5a7b View commit details
    Browse the repository at this point in the history