Releases: grom-dev/effect-tg
Releases · grom-dev/effect-tg
v0.16.0
v0.15.0
No significant changes
View changes on GitHub
v0.14.0
🚨 Breaking Changes
- Refactor public API, add explicit type annotations - by @evermake, @cursoragent and Vladislav Deryabkin in #32 (6beae)
View changes on GitHub
v0.13.0
v0.12.0
v0.11.0
v0.10.0
🚀 Features
- Implement
BotApi.layerConfiglayer constructor - by @evermake and @cursoragent in #26 (9a2cd)
View changes on GitHub
v0.9.0
🚨 Breaking Changes
- Update codegen script, rename
BotApi.MethodtoBotApiMethod- by @evermake (fbd7a) - Rewrite
Dialogmodule, add utilities for working with dialog IDs - by @evermake (22ee1) - Re-organize
Sendmodule, renameTargetDialog, exportMessageToSend- by @evermake (fc307) - Refactor
BotApi*modules, changeBotApiErrorimplementation, update simple runner error recovery - by @evermake (fe9c4) - Rename
File.gettoFile.download- by @evermake (1b465)
🚀 Features
🐞 Bug Fixes
- Update
BotApi.callMethodtype to allow omitting optional params - by @evermake and @cursoragent in #21 (63df2) - Fix condition in
Dialog.decodeDialogIdfor monoforum ID - by @evermake and @cursoragent in #23 (1298b)