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

feat: switch to TypeScript #281

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

feat: switch to TypeScript #281

wants to merge 27 commits into from

Commits on Aug 28, 2022

  1. Remove old tests

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    82e16d7 View commit details
    Browse the repository at this point in the history
  2. Remove old docs

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    3e25015 View commit details
    Browse the repository at this point in the history
  3. Remove old code

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    f88671d View commit details
    Browse the repository at this point in the history
  4. Remove old settings

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    aa03235 View commit details
    Browse the repository at this point in the history
  5. Add EditorConfig

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    0d8f089 View commit details
    Browse the repository at this point in the history
  6. Add new TypeScript setup

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    82727d0 View commit details
    Browse the repository at this point in the history
  7. Add new code with tests

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    68cc223 View commit details
    Browse the repository at this point in the history
  8. Fix yaml formatting

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    1fdbab9 View commit details
    Browse the repository at this point in the history
  9. Add lint and build

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    c5003f7 View commit details
    Browse the repository at this point in the history
  10. Add missing peer dependencies

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    321de8e View commit details
    Browse the repository at this point in the history
  11. Fix eslint errors

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    8bda4f6 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary comments

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    5777c01 View commit details
    Browse the repository at this point in the history
  13. Test also on MacOS

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    62e091a View commit details
    Browse the repository at this point in the history
  14. Drop node v12 support

    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    e6e9652 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    917b109 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b64faf1 View commit details
    Browse the repository at this point in the history
  17. Fix jest/no-conditional-expect

    Disabling this rule with eslint comments wasn't working for a reason so
    we are using this trick to avoid this linter error without completly
    disabling the rule.
    raszi committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    3d2d977 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Add optional callback

    With this change we both support Promise usage and callback usage.
    raszi committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2f9c022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6a1be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3725c6a View commit details
    Browse the repository at this point in the history
  4. Format package.json

    raszi committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    39cf1a8 View commit details
    Browse the repository at this point in the history
  5. Set Node version

    raszi committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3eb939e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b75b1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    250ce44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    740a5c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20cb505 View commit details
    Browse the repository at this point in the history
  10. Update dependencies

    raszi committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    18508e8 View commit details
    Browse the repository at this point in the history