Skip to content

Tags: gramiojs/gramio

Tags

v0.8.1

Toggle v0.8.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: bump to 0.8.1

v0.8.0

Toggle v0.8.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add command metadata and syncCommands() for automatic Telegram …

…menu sync

Enhanced .command() accepts optional CommandMeta (description, locales, scopes, hide).
Added bot.syncCommands() with smart hash-based caching, scope grouping, and exclude option.

v0.7.0

Toggle v0.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: lock

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
Merge branch 'main' of https://github.com/gramiojs/gramio

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
bump

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
refactor: replace optional chaining with non-null assertions in tests…

… and remove ts-expect-error comments

- Replace `capturedArgs?.[1]` with `capturedArgs![1]!` in hears, callbackQuery, inlineQuery, and chosenInlineResult tests
- Remove `@ts-expect-error` comments from webhook adapter Response constructors
- Add type cast to `trigger(context)` call in hears handler for proper type narrowing

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
refactor: add type-safe expectString helper and replace nullable asse…

…rtions in test cases

- Add expectString() helper to safely extract and validate string values from unknown types
- Replace optional chaining (?.[]) with explicit null checks and type-safe extraction
- Update hears, callbackQuery, inlineQuery, and chosenInlineResult tests to use expectString for captured match groups

v0.4.14

Toggle v0.4.14's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: bump dependencies and version to 0.4.14

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
refactor: remove unused FilterDefinitions

v0.4.12

Toggle v0.4.12's commit message

Verified

This commit was signed with the committer’s verified signature.
kravetsone Kravets
chore: bump dependencies and version to 0.4.12