tourmaline v0.5.0 Release Notes

Release Date: 2019-06-06 // almost 5 years ago
  • ๐Ÿš€ This release introduces a number of breaking changes.

    • ๐Ÿ“š All models are now namespaced under the Model module. This was mostly to clean up the documentation and not pollute the Telegram::Bot namespace.
    • ๐Ÿ‘ I have started working on support for the Telegram user API. Because of that there are now two requirable files paths: tourmaline/bot and tourmaline/user. The latter doesn't provide anything but the lib definition and will require TDLib to be installed and available.

    I added a couple methods that I missed as well.