Releases: LucaDevelop/telegram-entities-decoder
Releases · LucaDevelop/telegram-entities-decoder
v1.4
01 Mar 16:12
Compare
Sorry, something went wrong.
No results found
Entities expandable_blockquote and date_time added
Fixed a problem with near blockquotes separation for MarkdownV2
Changed ambiguous entities separator from "\r" to "**" for MarkdownV2 as specified in Telegram docs
v1.3.1
01 Feb 17:17
Compare
Sorry, something went wrong.
No results found
Fixed bug with "pre" entity (monospace) with Markdown and MarkdownV2 parse modes (#4 )
v1.3
31 Dec 17:49
Compare
Sorry, something went wrong.
No results found
Added support to "blockquote" entity
Added support to "custom_emoji" entity (Thanks @Gruven !)
v1.2.1
24 Jan 11:52
Compare
Sorry, something went wrong.
No results found
Added Exception to the constructor for wrong input as style
Added mbstring requirement in composer.json
v1.2
20 Jan 15:54
Compare
Sorry, something went wrong.
No results found
Added support for caption of attachments (photos, documents, etc.)
Fix minor performance issues