mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
reformat CHANGELOG.md
This commit is contained in:
parent
bdaecf6f40
commit
b933b878fb
45
CHANGELOG.md
45
CHANGELOG.md
@ -1,20 +1,20 @@
|
|||||||
# TelegramBotAPI changelog
|
# TelegramBotAPI changelog
|
||||||
|
|
||||||
### 0.8.1
|
|
||||||
|
|
||||||
* Update `MediaGroupMessage` interface
|
## 0.9.0
|
||||||
* Add implementation of `MediaGroupMessage`
|
|
||||||
* Add generating of `MediaGroupMessage` in `RawMessage`
|
|
||||||
|
|
||||||
### 0.8.2
|
* Old extension `OkHttpClient.Builder#useWith` now deprecated and must be replaced by the same in
|
||||||
|
`com.github.insanusmokrassar.TelegramBotAPI.bot.Ktor` package
|
||||||
|
* Replace `ProxySettings` data class in `settings` package, deprecate old link
|
||||||
|
* `BaseRequestsExecutor` now have no it's own scope
|
||||||
|
* Add `RequestLimiter` and base realisations
|
||||||
|
* Now `KtorRequestsExecutor` can receive as one of parameters `RequestLimiter` (by default - `EmptyLimiter`)
|
||||||
|
|
||||||
* Add `FromUserMessage` which must be implemented in all messages realisations which have `user` field
|
### 0.8.5
|
||||||
* Add `CommonMediaGroupMessage` which in fact extension of `MediaGroupMessage` with implementation of `FromUserMessage`
|
|
||||||
* `CommonMessageImpl` now implementing `FromUserMessage`
|
|
||||||
|
|
||||||
### 0.8.3
|
* Add extension `String#toMarkdown`
|
||||||
|
* Fix of inserting of text when create Markdown-adapted text from text and text entities
|
||||||
* Now `ForwardedMessage` contains nullable `from`
|
* Fix default realisation of MessageEntity#asMarkdownSource
|
||||||
|
|
||||||
### 0.8.4
|
### 0.8.4
|
||||||
|
|
||||||
@ -37,17 +37,18 @@
|
|||||||
* Media groups now are separated type of updates and you can subscribe on that receiving directly
|
* Media groups now are separated type of updates and you can subscribe on that receiving directly
|
||||||
* Now `AdministratorChatMember` is interface and `CreatorChatMember` implement it
|
* Now `AdministratorChatMember` is interface and `CreatorChatMember` implement it
|
||||||
|
|
||||||
### 0.8.5
|
### 0.8.3
|
||||||
|
|
||||||
* Add extension `String#toMarkdown`
|
* Now `ForwardedMessage` contains nullable `from`
|
||||||
* Fix of inserting of text when create Markdown-adapted text from text and text entities
|
|
||||||
* Fix default realisation of MessageEntity#asMarkdownSource
|
|
||||||
|
|
||||||
### 0.9.0
|
### 0.8.2
|
||||||
|
|
||||||
* Old extension `OkHttpClient.Builder#useWith` now deprecated and must be replaced by the same in
|
* Add `FromUserMessage` which must be implemented in all messages realisations which have `user` field
|
||||||
`com.github.insanusmokrassar.TelegramBotAPI.bot.Ktor` package
|
* Add `CommonMediaGroupMessage` which in fact extension of `MediaGroupMessage` with implementation of `FromUserMessage`
|
||||||
* Replace `ProxySettings` data class in `settings` package, deprecate old link
|
* `CommonMessageImpl` now implementing `FromUserMessage`
|
||||||
* `BaseRequestsExecutor` now have no it's own scope
|
|
||||||
* Add `RequestLimiter` and base realisations
|
### 0.8.1
|
||||||
* Now `KtorRequestsExecutor` can receive as one of parameters `RequestLimiter` (by default - `EmptyLimiter`)
|
|
||||||
|
* Update `MediaGroupMessage` interface
|
||||||
|
* Add implementation of `MediaGroupMessage`
|
||||||
|
* Add generating of `MediaGroupMessage` in `RawMessage`
|
||||||
|
Loading…
Reference in New Issue
Block a user