PlaguBot/CHANGELOG.md

145 lines
3.0 KiB
Markdown
Raw Normal View History

2020-11-12 06:03:33 +00:00
# Changelog
2021-07-01 16:38:54 +00:00
## 0.3.1
2021-05-08 15:35:53 +00:00
2021-07-01 16:44:01 +00:00
* `Versions`
* `kotlin`: `1.5.10` -> `1.5.20`
* `tgbotapi`: `0.35.0` -> `0.35.1`
* `microutils`: `0.5.7` -> `0.5.15`
2021-07-01 16:38:54 +00:00
## 0.3.0
2021-06-05 10:16:40 +00:00
* `Versions`
* `kotlin`: `1.4.32` -> `1.5.10`
* `coroutines`: `1.4.3` -> `1.5.0`
* `serialization`: `1.1.0` -> `1.2.1`
* `exposed`: `0.31.1` -> `0.32.1`
* `sdi`: `0.4.1` -> `0.5.0`
* `tgbotapi`: `0.34.1` -> `0.35.0`
2021-06-07 13:35:46 +00:00
* `microutils`: `0.4.36` -> `0.5.7`
* `Bot`
* Add plugin `PluginsHolder`
* Rewrite mechanism of `Config` working
* `PlaguBot` now is correctly serializable/deserializable
2021-05-05 13:43:06 +00:00
## 0.2.1
2021-05-05 13:45:49 +00:00
* `Versions`
* `tgbotapi`: `0.33.4` -> `0.34.0`
* `sqlite`: `3.30.1` -> `3.34.0`
2021-04-29 19:44:24 +00:00
## 0.2.0
* `Versions`
* `tgbotapi`: `0.33.4` -> `0.34.0`
* `exposed`: `0.30.2` -> `0.31.1`
2021-04-25 03:41:36 +00:00
## 0.1.9
* `Versions`
* `tgbotapi`: `0.33.3` -> `0.33.4`
* `microutils`: `0.4.33` -> `0.4.36`
* `exposed`: `0.30.1` -> `0.30.2`
2021-04-05 15:26:46 +00:00
## 0.1.8
2021-04-05 15:27:16 +00:00
* `Versions`
* `tgbotapi`: `0.33.2` -> `0.33.3`
* `microutils`: `0.4.32` -> `0.4.33`
2021-04-03 10:04:18 +00:00
## 0.1.7
2021-04-03 16:05:18 +00:00
* `Versions`
* `exposed`: `0.29.1` -> `0.30.1`
* `tgbotapi`: `0.33.1` -> `0.33.2`
* `microutils`: `0.4.31` -> `0.4.32`
2021-04-03 16:04:18 +00:00
* `PlaguBot`
* New class `PlaguBot` (😊)
* `initPlaguBot` is deprecated
* New shortcut for params - `plagubot`. `PlaguBot` class can be put inside other plagubot
for additional opportunities
2021-03-30 09:23:47 +00:00
## 0.1.6
2021-03-30 09:24:31 +00:00
* `Versions`
* `kotlin`: `1.4.31` -> `1.4.32`
* `tgbotapi`: `0.33.0` -> `0.33.1`
* `microutils`: `0.4.29` -> `0.4.31`
2021-03-12 15:45:23 +00:00
## 0.1.5
* `Versions`
* `kotlin`: `1.4.30` -> `1.4.31`
* `serialization`: `1.1.0-RC` -> `1.1.0`
* `coroutines`: `1.4.2` -> `1.4.3`
* `tgbotapi`: `0.32.8` -> `0.33.0`
* `microutils`: `0.4.26` -> `0.4.29`
2021-02-19 13:47:33 +00:00
## 0.1.4
2021-02-22 13:08:49 +00:00
* `Versions`
* `sdi`: `0.4.0-rc2` -> `0.4.1`
* `tgbotapi`: `0.32.7` -> `0.32.8`
* `microutils`: `0.4.25` -> `0.4.26`
2021-02-22 13:09:56 +00:00
* `Bot`
* Fix of [#9](https://github.com/InsanusMokrassar/PlaguBot/issues/9)
2021-02-22 13:08:49 +00:00
2021-02-17 14:53:09 +00:00
## 0.1.3
2021-02-17 16:47:33 +00:00
* `Versions`
* `tgbotapi`: `0.32.6` -> `0.32.7`
2021-02-17 15:11:24 +00:00
* `Bot`
* `initPlaguBot` now will return `Job`
* `Plugin`
* Plugin serializer
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 :)