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 to TypeScript and Telegraf v4 #40

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from

Commits on Oct 7, 2020

  1. refactor: migrate to typescript

    BREAKING CHANGES:
    `const I18n = require()`
    has to be rectored to
    `const {I18n} = require()`
    
    NodeJS 10 required now
    EdJoPaTo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3c7d3b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2b45a View commit details
    Browse the repository at this point in the history
  3. fix: export context

    EdJoPaTo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    133130e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2078409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ad34e5 View commit details
    Browse the repository at this point in the history
  6. style: order imports

    EdJoPaTo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    2722bcc View commit details
    Browse the repository at this point in the history
  7. fix: require resourceKey on getTemplate

    The method loads the template for this resourceKey.
    Not having the resourceKey then seems useless.
    
    BREAKING CHANGE: resourceKey requires resourceKey
    If someone has a reason why thats needed it can be added again.
    EdJoPaTo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    9a6dfe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    017453d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f9024d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. chore(npm): update xo

    EdJoPaTo committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d1e0368 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. TemplateData in match method shouldnt be required as original version…

    …'s way (#1)
    
    * feat: templateData should be required as original version's way
    
    Co-authored-by: EdJoPaTo <[email protected]>
    jfkz and EdJoPaTo authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ba5929d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

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

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    1563771 View commit details
    Browse the repository at this point in the history
  2. feat: update to telegraf v4

    BREAKING CHANGE: requires telegraf v4 and NodeJS v12
    EdJoPaTo committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    5ad8d88 View commit details
    Browse the repository at this point in the history
  3. chore(dependabot): activate

    EdJoPaTo committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    40de4d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a08326 View commit details
    Browse the repository at this point in the history
  5. chore(travis): remove

    EdJoPaTo committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3dad929 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Feb 3, 2021

  1. fix: correct match return type

    ugly but works
    EdJoPaTo committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    06a4c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a10e79 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. chore(npm): bump xo from 0.37.1 to 0.38.1 (#4)

    Bumps [xo](https://github.com/xojs/xo) from 0.37.1 to 0.38.1.
    - [Release notes](https://github.com/xojs/xo/releases)
    - [Commits](xojs/xo@v0.37.1...v0.38.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0471509 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. fix: correct typings

    use typegram directly
    EdJoPaTo committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f0ac5b8 View commit details
    Browse the repository at this point in the history
  2. refactor: update tsconfig

    EdJoPaTo committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0e1b15a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d90140 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. chore(npm): bump @types/node from 14.14.43 to 15.0.1 (#8)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.43 to 15.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2021
    Configuration menu
    Copy the full SHA
    b7f0d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a38d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b7c8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d0693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9838614 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 18, 2021

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

Commits on May 25, 2021

  1. chore(npm): bump ts-node from 9.1.1 to 10.0.0 (#10)

    Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0.
    - [Release notes](https://github.com/TypeStrong/ts-node/releases)
    - [Commits](TypeStrong/ts-node@v9.1.1...v10.0.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    4f678d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. chore(npm): bump del-cli from 3.0.1 to 4.0.0 (#11)

    Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 3.0.1 to 4.0.0.
    - [Release notes](https://github.com/sindresorhus/del-cli/releases)
    - [Commits](sindresorhus/del-cli@v3.0.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: del-cli
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a96542e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. chore(npm): bump @types/node from 15.14.1 to 16.0.0 (#13)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.1 to 16.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b5f52f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    f311cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2beba79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d718d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. build(npm): bump xo from 0.41.0 to 0.42.0 (#15)

    Bumps [xo](https://github.com/xojs/xo) from 0.41.0 to 0.42.0.
    - [Release notes](https://github.com/xojs/xo/releases)
    - [Commits](xojs/xo@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: xo
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    1354174 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    19dbb56 View commit details
    Browse the repository at this point in the history
  2. refactor: remove telegraf dependency and work with grammY

    BREAKING CHANGE: this removes the helper match and reply.
    They arnt used that often anyway and would have made compatibilty with
    grammY harder.
    EdJoPaTo committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bfe35ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0484226 View commit details
    Browse the repository at this point in the history
  4. docs(readme): remove shields

    EdJoPaTo committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    37d8e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. docs: explain archive

    EdJoPaTo committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4c628c1 View commit details
    Browse the repository at this point in the history