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

Switch to TypeScript #31

Merged
merged 54 commits into from
Aug 17, 2021
Merged

Switch to TypeScript #31

merged 54 commits into from
Aug 17, 2021

Commits on Aug 10, 2021

  1. switch to import

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b570818 View commit details
    Browse the repository at this point in the history
  2. rename to ts

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4056510 View commit details
    Browse the repository at this point in the history
  3. More conversions

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5d617bd View commit details
    Browse the repository at this point in the history
  4. Fix TypeScript errors

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9dfbf5e View commit details
    Browse the repository at this point in the history
  5. Make it build properly

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e16d87e View commit details
    Browse the repository at this point in the history
  6. More fixes

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ff645df View commit details
    Browse the repository at this point in the history
  7. Fix the tests

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4c5f3be View commit details
    Browse the repository at this point in the history
  8. Fix lint

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    820450c View commit details
    Browse the repository at this point in the history
  9. Remove space

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a7c6732 View commit details
    Browse the repository at this point in the history
  10. Export types

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    967ddb1 View commit details
    Browse the repository at this point in the history
  11. Remove a todo

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    6898268 View commit details
    Browse the repository at this point in the history
  12. Use named exports

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    abaab3e View commit details
    Browse the repository at this point in the history
  13. fix tests

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    64c2d2f View commit details
    Browse the repository at this point in the history
  14. Fix type

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    bee3f6a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7fdd2dc View commit details
    Browse the repository at this point in the history
  16. more fixes

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7162018 View commit details
    Browse the repository at this point in the history
  17. fix lint again

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d495844 View commit details
    Browse the repository at this point in the history
  18. fix

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f85956a View commit details
    Browse the repository at this point in the history
  19. Remove useless annotations

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    84fb2d5 View commit details
    Browse the repository at this point in the history
  20. fixes

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    424a81d View commit details
    Browse the repository at this point in the history
  21. fix

    szmarczak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3253e80 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Simplify exports

    szmarczak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    11915a3 View commit details
    Browse the repository at this point in the history
  2. Update src/agent/transform-headers-agent.ts

    Co-authored-by: Vlad Frangu <[email protected]>
    szmarczak and vladfrangu authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    baaf78d View commit details
    Browse the repository at this point in the history
  3. Update src/hooks/browser-headers.ts

    Co-authored-by: Vlad Frangu <[email protected]>
    szmarczak and vladfrangu authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ebc148e View commit details
    Browse the repository at this point in the history
  4. nitpick

    szmarczak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2ab4cd3 View commit details
    Browse the repository at this point in the history
  5. nitpick

    szmarczak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    54943d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. fixup

    szmarczak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a0bdb04 View commit details
    Browse the repository at this point in the history
  2. chore: replace for-in with for-of

    Faster, and stricter
    vladfrangu committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    697f7a5 View commit details
    Browse the repository at this point in the history
  3. prepare -> prepublishOnly

    szmarczak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7fd0e0d View commit details
    Browse the repository at this point in the history
  4. del-cli -> rimraf

    szmarczak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f778037 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

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

Commits on Aug 16, 2021

  1. less config

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    88bc4cc View commit details
    Browse the repository at this point in the history
  2. fix exports

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ce9a0e6 View commit details
    Browse the repository at this point in the history
  3. simplify agent type usage

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2611193 View commit details
    Browse the repository at this point in the history
  4. fix custom options

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    20e2367 View commit details
    Browse the repository at this point in the history
  5. fix lint

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cf48896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31f76d6 View commit details
    Browse the repository at this point in the history
  7. no default export

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e5b2480 View commit details
    Browse the repository at this point in the history
  8. simplify

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    37a765b View commit details
    Browse the repository at this point in the history
  9. fix

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b3d6447 View commit details
    Browse the repository at this point in the history
  10. explicit return types

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9a76db4 View commit details
    Browse the repository at this point in the history
  11. bump version

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ceb1ae0 View commit details
    Browse the repository at this point in the history
  12. changelog

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5c640be View commit details
    Browse the repository at this point in the history
  13. changelog

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a365a4c View commit details
    Browse the repository at this point in the history
  14. fix lint

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    26572b6 View commit details
    Browse the repository at this point in the history
  15. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2f9ca1a View commit details
    Browse the repository at this point in the history
  16. fixes

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e61e583 View commit details
    Browse the repository at this point in the history
  17. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8347ad7 View commit details
    Browse the repository at this point in the history
  18. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    757f1e6 View commit details
    Browse the repository at this point in the history
  19. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    413d6d1 View commit details
    Browse the repository at this point in the history
  20. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6e9b052 View commit details
    Browse the repository at this point in the history
  21. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0ee04db View commit details
    Browse the repository at this point in the history
  22. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    63fff5b View commit details
    Browse the repository at this point in the history
  23. fixup

    szmarczak committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    71a37ab View commit details
    Browse the repository at this point in the history