All Versions
17
Latest Version
Avg Release Cycle
38 days
Latest Release
1514 days ago

Changelog History
Page 1

  • v1.0.0-alpha.3

    February 04, 2020
  • v1.0.0-alpha.2 Changes

    December 30, 2019
    • Get rid of third party libraries
    • Using only multipart-kit from Vapor
    • Using new AsyncHTTPClient based on NIO 2.0
    • โšก๏ธ Updated to latest version of Telegram API
  • v1.0.0-alpha.1

    November 28, 2019
  • v0.5.4 Changes

    July 16, 2019
    • โž• Added swift-log
    • ๐Ÿ›  Minor improvements and bug fixes
  • v0.5.3

    March 27, 2019
  • v0.5.2

    March 19, 2019
  • v0.5.1 Changes

    March 18, 2019

    โž• Added:

    • ๐Ÿ‘ท BasicJobQueue, OnceJob, RepeatedJob, DailyJob
    • โฑ SchedulerBot example, which demonstrate JobQueue works
    • SpellCheckerBot example, which demonstrate how to use InlineKeyboardButton and CallbackQueryHandler
  • v0.5.0 Changes

    March 11, 2019

    ๐Ÿ‘ Full support for Telegram Bot API 4.1, compatibility with swift 5.0

  • v0.4.4

    March 11, 2019
  • v0.4.3 Changes

    March 06, 2019

    Temporarily switched from vapor/http to URLSession