Commit graph

1962 commits

Author SHA1 Message Date
Temirkhan Myrzamadi
5abb6c6dbd 0.3.2 -> 0.3.3 (Cargo.toml) 2020-10-30 13:45:22 +06:00
Temirkhan Myrzamadi
1c23bdd525
Merge pull request #309 from teloxide/master
v0.3.3 (very big changes)
2020-10-30 13:42:34 +06:00
Temirkhan Myrzamadi
e01d31f8a2
Merge pull request #308 from teloxide/fix-message-dice-dice
Make 'dice' from 'MessageDice' public
2020-10-30 13:35:59 +06:00
Temirkhan Myrzamadi
6e4b1ff2b3 Prepare for v0.3.3 2020-10-30 13:26:04 +06:00
Temirkhan Myrzamadi
edb5d6ffa0 Make MessageDice.dice public 2020-10-30 13:21:03 +06:00
Waffle Lapkin
04e32491b5
Merge pull request #305 from elpiel/doc-cfg-annotation-to-cfg-items
add doc(cfg) attributes
2020-10-26 14:32:28 +03:00
Lachezar Lechev
508f34148b
replace occurences of docsrs and add FIXME 2020-10-26 12:12:06 +02:00
Lachezar Lechev
656db8273b
Update Cargo.toml docs.rs metadata
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2020-10-26 07:27:13 +02:00
Lachezar Lechev
43cdedb06a
Readme "nightly" feature comment update 2020-10-25 18:19:44 +02:00
Lachezar Lechev
9ae81ac978
add doc(cfg) attributes 2020-10-25 17:55:04 +02:00
Temirkhan Myrzamadi
7b1fbabdcb
Merge pull request #301 from teloxide/master
v0.3.2
2020-10-23 11:58:02 +06:00
Temirkhan Myrzamadi
bb829cf748 Merge CHANGELOG.md 2020-10-23 09:03:53 +06:00
Temirkhan Myrzamadi
c40f15487a Fix conflicts in CHANGELOG.md 2020-10-23 09:02:00 +06:00
Temirkhan Myrzamadi
c26e63169e Fix conflicts in CHANGELOG.md 2020-10-23 08:59:45 +06:00
Temirkhan Myrzamadi
d1c6bbcabd Merge branch 'master' into dev 2020-10-23 08:58:19 +06:00
Waffle Lapkin
a959d8626b
Merge pull request #299 from teloxide/login-url-new
Add LoginUrl::new
2020-10-23 05:47:51 +03:00
Temirkhan Myrzamadi
f785367bea Add a missing trait bound 2020-10-23 08:38:00 +06:00
Temirkhan Myrzamadi
3c04d573f9 Prepare for v0.3.2 2020-10-23 08:23:09 +06:00
Temirkhan Myrzamadi
9e9f6c1991 Add LoginUrl::new 2020-10-23 08:18:57 +06:00
Temirkhan Myrzamadi
4c76d24d40
Merge pull request #297 from teloxide/issue-templates
Add issue templates
2020-10-21 03:31:48 +06:00
Waffle Lapkin
5508911904 Add issue templates
Add issue templates for 

- Bug reports
- Feature requests
- Unknown telegram errors
- Parse errors
2020-10-20 14:38:36 +03:00
Temirkhan Myrzamadi
da13aedeb1
Merge pull request #289 from eupn/patch-1
Edit README.md a bit
2020-10-08 19:08:36 +06:00
eupn
ac99b39d67
Update README.md
Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
2020-10-08 20:02:35 +07:00
eupn
bfe5ae43fb
Update README.md
Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
2020-10-08 20:02:17 +07:00
eupn
970d33d477
Update README.md
Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
2020-10-08 20:01:39 +07:00
eupn
d88e2d0e93
Edit README.md a bit 2020-10-08 11:46:30 +08:00
Waffle Lapkin
4a49d7446a
Merge pull request #286 from jasLogic/dev
Fix documentation for methods using InputFile
2020-10-03 22:24:03 +03:00
Jaslo Ziska
03c21e4651
Fix documentation for methods using InputFile
This commit fixes https://github.com/teloxide/teloxide/issues/254
2020-10-03 17:23:40 +02:00
Waffle Lapkin
22f5a18e50
Merge pull request #285 from jasLogic/dev
Conditionally add teloxide-macros crate and reexport macros
2020-10-02 22:06:12 +03:00
Jaslo Ziska
eed1bbb0fc
Conditionally add teloxide-macros crate and reexport macros
This commit adds the feature "macros" which conditionally adds the
teloxide-macros crate and reexports its macros.

All (doc) tests using these macros are also conditionally enabled now.
Also change examples accordingly.

This commit solves https://github.com/teloxide/teloxide/issues/283
2020-10-02 20:43:26 +02:00
Waffle Lapkin
0c6a81e1b6
Merge pull request #282 from teloxide/box-pin
Box::pin -> .boxed()
2020-10-01 18:15:12 +03:00
Temirkhan Myrzamadi
0d3694559b
Merge pull request #281 from teloxide/v0.3.1_release
bring v0.3.1 to dev
2020-10-01 18:21:00 +06:00
Temirkhan Myrzamadi
b17728d760 Remove an unused import 2020-10-01 18:19:52 +06:00
Temirkhan Myrzamadi
e6ceee752f Update CODE_STYLE.md 2020-10-01 17:58:26 +06:00
Temirkhan Myrzamadi
e33bbeb027 async { ... }.boxed() -> Box::pin(async { ... }) 2020-10-01 17:56:48 +06:00
Temirkhan Myrzamadi
9cb44bef0d Box::pin -> .boxed() 2020-09-27 06:53:43 +06:00
Waffle Lapkin
814adabdb6
Merge branch 'dev' into v0.3.1_release 2020-09-26 19:01:16 +03:00
Temirkhan Myrzamadi
b097e1d8f1
Merge pull request #279 from teloxide/highlight-dialogues-readme
Highlight dialogues management (README.md)
2020-09-26 21:55:30 +06:00
Temirkhan Myrzamadi
eb79c7099d
Update README.md 2020-09-26 21:50:22 +06:00
Temirkhan Myrzamadi
e894ae868e
Update README.md
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2020-09-26 21:42:36 +06:00
Temirkhan Myrzamadi
4a1ba8d9b4
Update README.md 2020-09-26 21:30:08 +06:00
Temirkhan Myrzamadi
1c6b97ae39
Update README.md 2020-09-26 21:29:32 +06:00
Temirkhan Myrzamadi
4db66eaa83
Highlight dialogues management (README.md) 2020-09-26 21:27:13 +06:00
Temirkhan Myrzamadi
0f8c3b5c4d
Merge pull request #274 from teloxide/add-bots-authors-to-readme
Add authors of bots to README.md
2020-09-13 17:58:34 +06:00
Temirkhan Myrzamadi
b212616257
Add authors of bots to README.md 2020-09-12 21:23:50 +06:00
Temirkhan Myrzamadi
a2ddf413cf
Merge pull request #273 from teloxide/Hirrolot-patch-1
Add tg-vimhelpbot to README.md
2020-09-06 02:12:54 +06:00
Temirkhan Myrzamadi
4fabc083b8
Add tg-vimhelpbot to README.md 2020-09-06 00:48:26 +06:00
Temirkhan Myrzamadi
bbdff7d988
Merge pull request #272 from robinhundt/dev
Added failing test case for command with single non-String arg
2020-09-05 19:30:04 +06:00
Robin Hundt
abb7b9335e Removed whitespace 2020-09-02 16:12:59 +02:00
Robin Hundt
e4449e49f3 Added failing test case for command with single non-String arg 2020-08-28 23:33:16 +02:00