All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v1.3.1 Changes

    • 📦 Move package from com.github.vendelieu to eu.vendeli
    • 🔄 Change target repository from jitpack to mavenCentral.
    • ➕ Add trace logging at some points
    • 👌 Improve some documentation
  • v1.3.0 Changes

    • ➕ Added the ability to process requests manually with ManualHandlingDsl.
    • ⬆️ Upgrade Ktor: 2.0.1 -> 2.0.2.
  • v1.2.2 Changes

    • ➕ Added functionality for adding a user-defined "magic" objects.
    • 👌 Improved SetMyCommands method by adding a more convenient dsl to add commands with BotCommandsBuilder.
    • To add an MessageEntity in EntityInterface, an additional method has also been added that works. through EntityBuilder.
    • ⬆️ Upgrade reflections: 0.9.12 -> 0.10.2.
  • v1.1.2 Changes

    • 🛠 Fix serde process of sealed classes BotCommandScope, ChatMember, InlineQueryResult, InputMedia, MenuButton , PassportElementError.
  • v1.1.1 Changes

    • 🔄 Change commands/inputs search path declaring from Package to String.
    • ⚡️ Optimize code, make some parts reusable.
  • v1.1.0 Changes

    • 👉 Make parameters value nullable.
    • ⚡️ Change bot.updateHandler to bot.update, to avoid tautology when calling bot.updateHandler.handleUpdate, etc.
    • 🔄 Change bot.inputHandler to bot.input for same reason.
  • v1.0.0 Changes

    The initial public version.

    Before that, the library was written for personal purposes and started with a couple of wrapper methods and as needed.