File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0 (8 Sep 2017)
2
+
3
+ #### Major
4
+
5
+ * Implement "Get group/room member profile" API (#15 )
6
+ * Implement "Get group/room member IDs" API (#23 )
7
+ * ` getMessageContent ` now returns ` Promise<ReadableStream> ` (#20 )
8
+
9
+ #### Type
10
+
11
+ * Add "datetimepicker" support (#21 )
12
+ * Fix typo in ` TemplateURIAction ` type (#21 )
13
+
14
+ #### Misc
15
+
16
+ * Package updates and corresponding fixes
17
+ * Use npm 5 instead of Yarn in dev
18
+ * Fix ` clean ` script to work in Windows
19
+ * Use "axios" for internal HTTP client instead of "got" (#20 )
20
+
1
21
## 2.0.0 (12 June 2017)
2
22
3
23
#### Type
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @line/bot-sdk" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Node.js SDK for LINE Messaging API" ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments