PlaguBot/CHANGELOG.md

54 lines
1.0 KiB
Markdown
Raw Normal View History

2020-11-12 06:03:33 +00:00
# Changelog
2021-02-17 14:53:09 +00:00
## 0.1.3
2021-02-17 13:12:56 +00:00
## 0.1.2
2021-02-16 18:14:38 +00:00
2021-02-17 11:34:42 +00:00
* `Versions`
* `tgbotapi`: `0.32.5` -> `0.32.6`
2021-02-16 17:42:25 +00:00
## 0.1.0
2021-02-16 17:29:41 +00:00
2021-02-16 17:32:19 +00:00
* `Versions`
* `kotlin`: `1.4.21` -> `1.4.30`
* `serialization`: `1.0.1` -> `1.1.0-RC`
* `exposed`: `0.28.1` -> `0.29.1`
2021-02-16 17:42:25 +00:00
* `tgbotapi`: `0.30.10` -> `0.32.5`
* `microutils`: `0.4.11` -> `0.4.25`
2021-02-16 19:21:41 +00:00
* `Bot`
* New dependency `sdi`
* Now it is possible to pass `Module` to configuration for providing a global plugins parameters like different
common database or tools
2021-01-10 09:21:31 +00:00
* `Plugin`
2021-02-16 19:21:41 +00:00
* Two new methods `BehaviourContext#invoke`
2021-01-10 09:21:31 +00:00
* Old method `invoke` has been deprecated
2021-01-10 09:04:45 +00:00
2020-12-08 08:35:38 +00:00
## 0.0.5
2020-12-08 08:50:11 +00:00
* `Versions`
* `kotlin`: `1.4.10` -> `1.4.21`
* `kotlin coroutines`: `1.4.1` -> `1.4.2`
* `tgbotapi`: `0.30.7` -> `0.30.10`
* `microutils`: `0.4.1` -> `0.4.11`
2020-11-17 15:38:45 +00:00
## 0.0.4
* `Versions`
* `tgbotapi`: `0.30.4` -> `0.30.7`
* `microutils`: `0.3.4` -> `0.4.1`
2020-11-13 05:23:35 +00:00
## 0.0.3
2020-11-13 05:25:04 +00:00
* `Bot`:
* New function `initPlaguBot` which actually will launch the bot
2020-11-12 17:27:46 +00:00
## 0.0.2
* `Versions`
* `tgbotapi`: `0.30.3` -> `0.30.4`
* `microutils`: `0.3.2` -> `0.3.3`
2020-11-12 06:03:33 +00:00
## 0.0.1
Inited :)