You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is a tentative list of issues that would be cool to include in the next major release of grammY.
After 4 years of development without a major version, the grammY core library has accumulated a number of oddities that can only be fixed by doing breaking changes. grammY 2.0 is our opportunity to introduce these changes.
We may add or remove issues from the list below if we think that this makes sense.
The following is a tentative list of issues that would be cool to include in the next major release of grammY.
After 4 years of development without a major version, the grammY core library has accumulated a number of oddities that can only be fixed by doing breaking changes. grammY 2.0 is our opportunity to introduce these changes.
We may add or remove issues from the list below if we think that this makes sense.
There is no ETA. The release will happen when we have reached high quality. It goes faster if you contribute. The progress can be seen on the
v2
branch: https://github.com/grammyjs/grammY/commits/v2/ctx.send
andSendData
#676ctx.reply
toctx.sendMessage
#677ctx.senderChat
#678bot.command([])
should match any bot command #685bot.command
should work on captions #686api.config
toapi.transform
#688getFile
requests upon empty file paths #689Filter
#691express
for webhooks #694webhookCallback(bot, "express")
towebhookAdapter.express(bot)
#695"return"
from webhooks adapter config #696update
in webhook adapters a function #697ctx.match
#700ctx.sendDice
#701bot.catch
work on webhooks #702InputFile
#706ctx.session
be undefined for missing session keys #713ctx.sessionKey
#714bot.filter
#723File
support inInputFile
#725The text was updated successfully, but these errors were encountered: