Releases: ALCC01/nodeogram
v0.0.6
v0.0.6 is the sixth pre-release for Nodeogram and introduces support for the Telegram gaming platform, along with a new debug functionality.
Changelog
- Added support for the Telegram gaming platform
- New objects: Animation, Game, GameHighScore, InlineQueryResultGame
- Added parsing for the Game object
- Implemented sendGame, setGameScore, getGameHighScores
- Changed the signature for methods
Bot#answerCallbackQueryandCallbackQuery#answer- Implemented a deprecation warning
- The old signature will likely be available until the next release
- Implemented debug logging
- Can be activated either by passing
debug: trueto the bot or using theNODEOGRAM_DEBUGenvironment variable
- Can be activated either by passing
As a pre-release, it may not be stable and it shouldn't be used in production yet. The updated package is available on npm.
v0.0.5
v0.0.5 is the fifth pre-release for Nodeogram and improves the handling of updates, introducing support for webhooks and manually provided updates.
Changelog
- Added support for webhooks
- It is now possible to disable the automatic fetching of updates
- It is now possible to manually provide updates to the bot
As a pre-release, it may not be stable and it shouldn't be used in production yet. The updated package is available on npm.
v0.0.4
v0.0.4 is the fourth pre-release for Nodeogram and improves the management of the message event, along with introducing forms, a way to get information from users.
Changelog
- Forms: ask questions to your users the easy way
- Commands are now invoked only if / is the first character of the message
- The message event is no longer fired if the message triggers a command
As a pre-release, it may not be stable and it shouldn't be used in production yet. The updated package is available on npm.
v0.0.3
v0.0.3 is the third pre-release for Nodeogram and provides improved commands management and introduces profiles management within bots.
Changelog
- Made the Bot object more configurable.
- The default /help command can be disabled.
- Introduced the new profiles management feature
- It is possible to provide a path to which save chats and users that the bot is aware of
- It is possible to specify which data should be saved
- You can broadcast to saved chats and users
- Commands can now be hidden from the default /help command
As a pre-release, it may not be stable and it shouldn't be used in production yet. The update package is available on npm.