Skip to content

Releases: haashemi/tgo

v1.0.1

30 Jan 15:45
Compare
Choose a tag to compare

v1.0.1

This release comes with two bug fixes and some documentation improvements around filters.

Bug Fixes:

  • Fixed custom json.Unmarshalers trying to read empty data.

    • It mainly caused the framework to be unable to get updates as it was failing to unmarshal the update.
  • Fixed filters.Commands to not be case-sensitive.

    • When it comes to commands, /start and /Start are both the same thing. This filter lowercases the command it should match for, but not the message's text! Now it lowercases both commands and the message's text.

Documentation:

  • All filters are now fully documented.
  • filters package now has its own readme.

v1.0.0

29 Dec 13:47
Compare
Choose a tag to compare

🎉 First stable release!

Breaking changes:

TGO's specific API is same as what is was in v0.1.3, but there are some breaking changes with Telegram Bot API's update (change log)

  • API updated to Bot API v7.0 (by @haashemi )

Bug fixes:

  • Fixed api.Download method not using its own http.Client (by @er-azh )

Misc:

  • fixed readme polling example (by @axseem )
  • tgo's methods and types documented (by @er-azh )

❤️ New Contributors:

v0.1.3

28 Nov 22:11
Compare
Choose a tag to compare

This release fixes the issues with sending and editing media files.

v0.1.2

17 Nov 12:31
Compare
Choose a tag to compare

This release fixes the issues with interface types like ChatMember.

v0.1.1

13 Nov 20:39
Compare
Choose a tag to compare

Fixed an issue with unmarshalling the types containing interface field

v0.1.0

11 Nov 20:17
Compare
Choose a tag to compare

First release!