Releases: nlypage/intele
Releases · nlypage/intele
v1.1.1
v1.1.0 release
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:
- Replace Handler() with MessageHandler() in your bot setup
- Add CallbackHandler() if you want to use button callbacks
- Update your Get() calls to handle the new Response type
v1.0.0 release
add: README.md
v1.0.0-beta.1
- add ExcludeLast option to collector.Clear
- ignore expiration in MamoryStorage.Set
- change go version 1.23.5 => 1.16
v1.0.0-beta release
release: v1.0.0-beta