|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.3.1] |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +- Update dependencies |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +- Security patches |
| 12 | + |
3 | 13 | ## [1.3.0]
|
| 14 | + |
4 | 15 | ### Added
|
5 |
| - - `linetv list:modules` Gets a spotlight data unit list such as represent_clip, editor_pick_clip, and theme_playlist. |
6 |
| - - `linetv list:modules --format json` Gets a spotlight data unit list in JSON format. |
7 |
| - - `linetv get:spotlight` Gets spotlight data. |
8 |
| - - `linetv get:spotlight --format json` Gets spotlight data in JSON format. |
9 |
| - - `linetv list:category` Gets a category list such as drama, music, etc. |
10 |
| - - `linetv list:category --format json` Gets a category list in JSON format. |
11 |
| - - `linetv get:category` Gets category home data. |
12 |
| - - `linetv get:category --format json` Gets category home data in JSON format. |
13 |
| - - `linetv get:category --page <number>` Gets category home data start from selected page. |
14 |
| - - `linetv ranking` Gets clip ranking data. |
15 |
| - - `linetv ranking --format json` Gets clip ranking data in JSON format. |
16 |
| - - `linetv ranking --page <number>` Gets clip ranking data start from selected page. |
17 |
| - - `linetv search` Gets a clip search result. |
18 |
| - - `linetv search --format json` Gets a clip search result in JSON format. |
19 |
| - - `linetv search --page <number>` Gets a clip search result start from selected page. |
20 |
| - - `linetv list:station` Gets the station home (TV station) list. |
21 |
| - - `linetv list:station --format json` Gets the station home (TV station) list in JSON format. |
22 |
| - - `linetv get:station` Gets the Station Home (TV Station) data. |
23 |
| - - `linetv get:station --format json` Gets the Station Home (TV Station) data in JSON format. |
24 |
| - - `linetv get:station --page <number>` Gets the Station Home (TV Station) data start from selected page. |
25 |
| - - `linetv live` Gets live schedule information. |
26 |
| - - `linetv live --format json` Gets live schedule data in JSON format. |
| 16 | + |
| 17 | +- `linetv list:modules` Gets a spotlight data unit list such as represent_clip, editor_pick_clip, and theme_playlist. |
| 18 | +- `linetv list:modules --format json` Gets a spotlight data unit list in JSON format. |
| 19 | +- `linetv get:spotlight` Gets spotlight data. |
| 20 | +- `linetv get:spotlight --format json` Gets spotlight data in JSON format. |
| 21 | +- `linetv list:category` Gets a category list such as drama, music, etc. |
| 22 | +- `linetv list:category --format json` Gets a category list in JSON format. |
| 23 | +- `linetv get:category` Gets category home data. |
| 24 | +- `linetv get:category --format json` Gets category home data in JSON format. |
| 25 | +- `linetv get:category --page <number>` Gets category home data start from selected page. |
| 26 | +- `linetv ranking` Gets clip ranking data. |
| 27 | +- `linetv ranking --format json` Gets clip ranking data in JSON format. |
| 28 | +- `linetv ranking --page <number>` Gets clip ranking data start from selected page. |
| 29 | +- `linetv search` Gets a clip search result. |
| 30 | +- `linetv search --format json` Gets a clip search result in JSON format. |
| 31 | +- `linetv search --page <number>` Gets a clip search result start from selected page. |
| 32 | +- `linetv list:station` Gets the station home (TV station) list. |
| 33 | +- `linetv list:station --format json` Gets the station home (TV station) list in JSON format. |
| 34 | +- `linetv get:station` Gets the Station Home (TV Station) data. |
| 35 | +- `linetv get:station --format json` Gets the Station Home (TV Station) data in JSON format. |
| 36 | +- `linetv get:station --page <number>` Gets the Station Home (TV Station) data start from selected page. |
| 37 | +- `linetv live` Gets live schedule information. |
| 38 | +- `linetv live --format json` Gets live schedule data in JSON format. |
27 | 39 |
|
28 | 40 | ### Fixed
|
29 |
| - - Fixed `npm test` failed on Windows |
30 |
| - - Fixed missing qs module |
| 41 | + |
| 42 | +- Fixed `npm test` failed on Windows |
| 43 | +- Fixed missing qs module |
31 | 44 |
|
32 | 45 | ## [1.2.0]
|
| 46 | + |
33 | 47 | ### Added
|
34 |
| - - `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product. |
35 |
| - - `things get:scenario-set` Get the scenario set registered under a product |
36 |
| - - `things remove:scenario-set` Delete a scenario set registered under a product |
| 48 | + |
| 49 | +- `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product. |
| 50 | +- `things get:scenario-set` Get the scenario set registered under a product |
| 51 | +- `things remove:scenario-set` Delete a scenario set registered under a product |
37 | 52 |
|
38 | 53 | ## [1.1.0]
|
| 54 | + |
39 | 55 | ### Added
|
40 |
| - - `things list:trial` |
41 |
| - - `things add:trial` |
42 |
| - - `things remove:trial` |
43 |
| - - `things get:device` Get device information by device ID and user ID |
44 |
| - - `things get:product` Specify the device ID, and acquire the product ID and PSDI |
45 |
| - - `things get:devices` Specify the product ID and user ID, and acquire the device information |
| 56 | + |
| 57 | +- `things list:trial` |
| 58 | +- `things add:trial` |
| 59 | +- `things remove:trial` |
| 60 | +- `things get:device` Get device information by device ID and user ID |
| 61 | +- `things get:product` Specify the device ID, and acquire the product ID and PSDI |
| 62 | +- `things get:devices` Specify the product ID and user ID, and acquire the device information |
46 | 63 |
|
47 | 64 | ## [1.0.0]
|
| 65 | + |
48 | 66 | ### Added
|
49 |
| - - `liff remove` |
50 |
| - - `liff update` |
| 67 | + |
| 68 | +- `liff remove` |
| 69 | +- `liff update` |
51 | 70 |
|
52 | 71 | ## [0.7.0]
|
| 72 | + |
53 | 73 | ### Added
|
54 |
| - - `liff add` |
55 |
| - - `liff list` |
| 74 | + |
| 75 | +- `liff add` |
| 76 | +- `liff list` |
56 | 77 |
|
57 | 78 | ## [0.6.0]
|
| 79 | + |
58 | 80 | ### Added
|
59 |
| - - `richmenu link` |
60 |
| - - `richmenu unlink` |
| 81 | + |
| 82 | +- `richmenu link` |
| 83 | +- `richmenu unlink` |
| 84 | + |
61 | 85 | ### Changed
|
62 |
| - - Re-arrange columns in `richmenu list` and add `name` column |
63 |
| - - Update dependencies |
| 86 | + |
| 87 | +- Re-arrange columns in `richmenu list` and add `name` column |
| 88 | +- Update dependencies |
64 | 89 |
|
65 | 90 | ## [0.5.0]
|
| 91 | + |
66 | 92 | ### Added
|
67 |
| - - `richmenu default` |
| 93 | + |
| 94 | +- `richmenu default` |
68 | 95 |
|
69 | 96 | ## [0.4.0]
|
| 97 | + |
70 | 98 | ### Added
|
71 |
| - - `richmenu remove` |
| 99 | + |
| 100 | +- `richmenu remove` |
72 | 101 |
|
73 | 102 | ## [0.3.1]
|
| 103 | + |
74 | 104 | ### Fixed
|
75 |
| - - Fixed missing `richmenu` CLI |
| 105 | + |
| 106 | +- Fixed missing `richmenu` CLI |
76 | 107 |
|
77 | 108 | ## [0.3.0]
|
| 109 | + |
78 | 110 | ### Added
|
79 |
| - - `richmenu list` |
| 111 | + |
| 112 | +- `richmenu list` |
80 | 113 |
|
81 | 114 | ## [0.2.0]
|
| 115 | + |
82 | 116 | ### Added
|
83 |
| - - `line token --revoke` |
84 |
| - - `richmenu add` |
| 117 | + |
| 118 | +- `line token --revoke` |
| 119 | +- `richmenu add` |
85 | 120 |
|
86 | 121 | ## [0.1.0]
|
| 122 | + |
87 | 123 | ### Added
|
88 |
| - - `line init` can generate configuration file with channel id, secret, and accessToken |
89 |
| - - `line init` asks whether to overwrite current configuration file if it already exists |
90 |
| - - `line token --issue` |
| 124 | + |
| 125 | +- `line init` can generate configuration file with channel id, secret, and accessToken |
| 126 | +- `line init` asks whether to overwrite current configuration file if it already exists |
| 127 | +- `line token --issue` |
0 commit comments