All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.1 Changes
- 📦 Move package from
com.github.vendelieu
toeu.vendeli
- 🔄 Change target repository from
jitpack
tomavenCentral
. - ➕ Add trace logging at some points
- 👌 Improve some documentation
- 📦 Move package from
-
v1.3.0 Changes
- ➕ Added the ability to process requests manually with
ManualHandlingDsl
. - ⬆️ Upgrade
Ktor
:2.0.1
->2.0.2
.
- ➕ Added the ability to process requests manually with
-
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 withBotCommandsBuilder
. - To add an
MessageEntity
inEntityInterface
, an additional method has also been added that works. throughEntityBuilder
. - ⬆️ Upgrade
reflections
:0.9.12
->0.10.2
.
-
v1.1.2 Changes
- 🛠 Fix serde process of sealed classes
BotCommandScope
,ChatMember
,InlineQueryResult
,InputMedia
,MenuButton
,PassportElementError
.
- 🛠 Fix serde process of sealed classes
-
v1.1.1 Changes
- 🔄 Change commands/inputs search path declaring from
Package
toString
. - ⚡️ Optimize code, make some parts reusable.
- 🔄 Change commands/inputs search path declaring from
-
v1.1.0 Changes
- 👉 Make parameters value nullable.
- ⚡️ Change
bot.updateHandler
tobot.update
, to avoid tautology when callingbot.updateHandler.handleUpdate
, etc. - 🔄 Change
bot.inputHandler
tobot.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.