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

refactor(types): Minor Type Improvements for the ThirdParty Recipe #946

Merged
merged 4 commits into from
Oct 19, 2024

Commits on Oct 18, 2024

  1. refactor(types): Make userContext in TypeProvider methods optional

    It is safe to pass `undefined` for `userContext` in all of these
    cases. Therefore, to improve the DX for developers not leveraging
    `UserContext` for these methods, the argument should be optional.
    ITenthusiasm committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0db1e31 View commit details
    Browse the repository at this point in the history
  2. refactor(types): Clarify redirectURIQueryParams Type

    This argument expects an object of strings. This should be
    clarified to developers so that they don't mistakenly pass,
    for instance, an instance of `URLSearchParams`.
    ITenthusiasm committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    878f4fe View commit details
    Browse the repository at this point in the history
  3. chore: Changelog updates

    ITenthusiasm committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    16b1015 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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