Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Releases: ALCC01/nodeogram

v0.0.6

04 Oct 13:10

Choose a tag to compare

v0.0.6 Pre-release
Pre-release

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#answerCallbackQuery and CallbackQuery#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: true to the bot or using the NODEOGRAM_DEBUG environment variable

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

02 Sep 09:39

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

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

24 Jul 12:59

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

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

08 Jun 15:20

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

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.

v0.0.2

03 Jun 13:11

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

v0.0.2 is the second pre-release for Nodeogram.

Changelog

  • Fixed multiple inconsistencies I found while documenting the code.

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.