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

Improve option normalization #1521

Closed
wants to merge 40 commits into from

Commits on Nov 7, 2020

  1. Separate options

    szmarczak committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    023263c View commit details
    Browse the repository at this point in the history
  2. those should be private

    szmarczak committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    6731636 View commit details
    Browse the repository at this point in the history
  3. Accept an argument

    szmarczak committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    efdde86 View commit details
    Browse the repository at this point in the history
  4. small fix

    szmarczak committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    b416ea1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. call init hooks

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9cc6f20 View commit details
    Browse the repository at this point in the history
  2. falsy -> undefined

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fceb122 View commit details
    Browse the repository at this point in the history
  3. call decodeURI

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    81457e7 View commit details
    Browse the repository at this point in the history
  4. validate https options

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    191e6c7 View commit details
    Browse the repository at this point in the history
  5. method to upper case

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    101c9ac View commit details
    Browse the repository at this point in the history
  6. lowercase headers

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ec5f72d View commit details
    Browse the repository at this point in the history
  7. throw on passing auth

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    31421b0 View commit details
    Browse the repository at this point in the history
  8. fix prefixurl

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5064336 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    653d8fa View commit details
    Browse the repository at this point in the history
  10. fix prefixurl

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1291834 View commit details
    Browse the repository at this point in the history
  11. search parameters fix

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e95fb13 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6db203 View commit details
    Browse the repository at this point in the history
  13. small fix

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a8f8e22 View commit details
    Browse the repository at this point in the history
  14. follow-up commit

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8607ce0 View commit details
    Browse the repository at this point in the history
  15. follow-up commit

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    982acf7 View commit details
    Browse the repository at this point in the history
  16. check agent properties

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    331893b View commit details
    Browse the repository at this point in the history
  17. accept url as an argument

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c73b52d View commit details
    Browse the repository at this point in the history
  18. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    447577a View commit details
    Browse the repository at this point in the history
  19. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    114b021 View commit details
    Browse the repository at this point in the history
  20. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b440723 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    64fbd5f View commit details
    Browse the repository at this point in the history
  22. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6c0b274 View commit details
    Browse the repository at this point in the history
  23. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    852a783 View commit details
    Browse the repository at this point in the history
  24. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a0d080c View commit details
    Browse the repository at this point in the history
  25. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2db2a2d View commit details
    Browse the repository at this point in the history
  26. clean up

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b49db9d View commit details
    Browse the repository at this point in the history
  27. typo

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c361111 View commit details
    Browse the repository at this point in the history
  28. fixes

    szmarczak committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    44343f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. small fix

    szmarczak committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d1369d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. small fix

    szmarczak committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    5e50af2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. OptionsInit type

    szmarczak committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2aafcb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. a lot of fixes

    szmarczak committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    9ae0351 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    szmarczak committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5699487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7256e View commit details
    Browse the repository at this point in the history
  4. first demo!

    szmarczak committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    8798afc View commit details
    Browse the repository at this point in the history
  5. fast fix

    szmarczak committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    fb2bc78 View commit details
    Browse the repository at this point in the history