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

Tighten argument types to Uri #507

Merged
merged 4 commits into from
Jan 14, 2021
Merged

Tighten argument types to Uri #507

merged 4 commits into from
Jan 14, 2021

Commits on Dec 8, 2020

  1. Tighten argument types to Uri

    Fixes #375
    
    Make all arguments that were `Object` in order to allow either `String`
    or `Uri` accept only `Uri`. This gives better static checking for
    calling code.
    natebosch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    36a0d1a View commit details
    Browse the repository at this point in the history
  2. Fix example

    natebosch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d5e718b View commit details
    Browse the repository at this point in the history
  3. Changelog

    natebosch committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    688402b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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