Commit 0629ffe
authored
Improve warn or deprecated message in v1 code (#429)
Resolve #353
TODOs
- [x] add `warn ...` for all functions & check if destination is correct
- I used
https://gist.github.com/Yang-33/833011e6adcced62bf893e44cdeb9993 to
check this. destination is checked by my eye..
- [x] add `@deprecated ....` with message for all functions
- I used
https://gist.github.com/Yang-33/341547bbd031ce22152163077636edc6 to
insert comment, though script itself is a little bit wrong. I fixed
comment in client.rb after running the script.
- [x] add `@deprecated ....` for all classes1 parent f6cfa10 commit 0629ffe
File tree
20 files changed
+322
-16
lines changed- lib/line/bot/v1
- api
- event
20 files changed
+322
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments