-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,69 @@ | ||
Format: vX.Y.Z (DD-MM-YYYY) | ||
|
||
# v0.5.0 (26.02.2024) | ||
|
||
* Update dependencies | ||
* Resolve #16 | ||
|
||
# v0.4.4 (20.11.2022) | ||
|
||
Fix library tries to parse `default to the` as boolean | ||
|
||
# v0.4.3 (15.05.2022) | ||
|
||
Fix `Choose one` "one of" pattern is not recognized | ||
|
||
# v0.4.2 (17.04.2022) | ||
|
||
Fix links like `/bots/webapps` are not handled | ||
|
||
# v0.4.1 (16.03.2022) | ||
|
||
* Fix `deleteMessage` cannot be extracted | ||
* Fix `" base quote` sentence cannot be parsed | ||
* Fix description is not full for types like `PassportElementError` | ||
|
||
# v0.4.0 (05.07.2021) | ||
|
||
Yank v0.3.1 because of breaking changes | ||
|
||
# v0.3.1 (05.07.2021) | ||
|
||
* Add `min-max characters` min-max pattern for strings | ||
* Add `always "something"` default pattern | ||
|
||
# v0.3.0 (26.05.2021) | ||
|
||
* Yank v0.2.6 because of breaking changes | ||
* Return lexer error instead of panicking | ||
|
||
# v0.2.6 (24.05.2021) | ||
|
||
* Fix issue #11 | ||
* Fix issue #9 | ||
|
||
# v0.2.5 (09.05.2021) | ||
|
||
* Fix issue #7 | ||
* Fix issue #8 | ||
|
||
# v0.2.4 (25.04.2021) | ||
|
||
Update README.md (new domain for links) | ||
|
||
# v0.2.3 (01.12.2020) | ||
|
||
Add `Can be` pattern for enumeration detection | ||
Fix `</br>` tag ignored when converting HTML to plain text | ||
|
||
# v0.2.2 (30.11.2020) | ||
|
||
Fix type parsing like `Array of Array of PhotoSize` | ||
|
||
# v0.2.1 (28.11.2020) | ||
|
||
Add `either` pattern for enumeration detection | ||
|
||
# v0.2.0 (20.11.2020) | ||
|
||
Add `Unknown` variant for `ObjectData` to cope better with future changes |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tg-bot-api" | ||
version = "0.4.4" | ||
version = "0.5.0" | ||
authors = ["Arsenii Lyashenko <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|