Skip to content

Releases: nlypage/intele

v1.1.1

01 Feb 18:47
Compare
Choose a tag to compare
  • rename response to message in pendingRequest struct
  • if got a callback: Response struct will contain callback and message that called the button
  • remove unused error

v1.1.0 release

31 Jan 11:39
Compare
Choose a tag to compare

v1.1.0

🎮 New Features

  • Added support for button callbacks in Telegram bots
  • New CallbackHandler() method for handling button press events
  • Enhanced Get() method now supports both text messages and button callbacks
  • New Response type that can handle both message and callback data

💥 Breaking Changes

  • Renamed Handler() to MessageHandler() for better clarity
  • Get() method now returns Response struct instead of direct message

📚 Documentation

  • Updated README with button callback examples
  • Added new sections for handling callbacks
  • Improved documentation for all key methods

🛠️ Migration Guide

To upgrade from v1.0.x to v1.1.0:

  1. Replace Handler() with MessageHandler() in your bot setup
  2. Add CallbackHandler() if you want to use button callbacks
  3. Update your Get() calls to handle the new Response type

v1.0.0 release

24 Jan 09:08
Compare
Choose a tag to compare
add: README.md

v1.0.0-beta.1

23 Jan 15:53
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • add ExcludeLast option to collector.Clear
  • ignore expiration in MamoryStorage.Set
  • change go version 1.23.5 => 1.16

v1.0.0-beta release

22 Jan 16:58
Compare
Choose a tag to compare
v1.0.0-beta release Pre-release
Pre-release
release: v1.0.0-beta