Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satana Charuwichitratana committed Feb 4, 2021
1 parent df6a473 commit c0ff7f2
Show file tree
Hide file tree
Showing 100 changed files with 6,917 additions and 4,034 deletions.
137 changes: 87 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,90 +1,127 @@
# Changelog

## [1.3.1]

### Changed

- Update dependencies

### Fixed

- Security patches

## [1.3.0]

### Added
- `linetv list:modules` Gets a spotlight data unit list such as represent_clip, editor_pick_clip, and theme_playlist.
- `linetv list:modules --format json` Gets a spotlight data unit list in JSON format.
- `linetv get:spotlight` Gets spotlight data.
- `linetv get:spotlight --format json` Gets spotlight data in JSON format.
- `linetv list:category` Gets a category list such as drama, music, etc.
- `linetv list:category --format json` Gets a category list in JSON format.
- `linetv get:category` Gets category home data.
- `linetv get:category --format json` Gets category home data in JSON format.
- `linetv get:category --page <number>` Gets category home data start from selected page.
- `linetv ranking` Gets clip ranking data.
- `linetv ranking --format json` Gets clip ranking data in JSON format.
- `linetv ranking --page <number>` Gets clip ranking data start from selected page.
- `linetv search` Gets a clip search result.
- `linetv search --format json` Gets a clip search result in JSON format.
- `linetv search --page <number>` Gets a clip search result start from selected page.
- `linetv list:station` Gets the station home (TV station) list.
- `linetv list:station --format json` Gets the station home (TV station) list in JSON format.
- `linetv get:station` Gets the Station Home (TV Station) data.
- `linetv get:station --format json` Gets the Station Home (TV Station) data in JSON format.
- `linetv get:station --page <number>` Gets the Station Home (TV Station) data start from selected page.
- `linetv live` Gets live schedule information.
- `linetv live --format json` Gets live schedule data in JSON format.

- `linetv list:modules` Gets a spotlight data unit list such as represent_clip, editor_pick_clip, and theme_playlist.
- `linetv list:modules --format json` Gets a spotlight data unit list in JSON format.
- `linetv get:spotlight` Gets spotlight data.
- `linetv get:spotlight --format json` Gets spotlight data in JSON format.
- `linetv list:category` Gets a category list such as drama, music, etc.
- `linetv list:category --format json` Gets a category list in JSON format.
- `linetv get:category` Gets category home data.
- `linetv get:category --format json` Gets category home data in JSON format.
- `linetv get:category --page <number>` Gets category home data start from selected page.
- `linetv ranking` Gets clip ranking data.
- `linetv ranking --format json` Gets clip ranking data in JSON format.
- `linetv ranking --page <number>` Gets clip ranking data start from selected page.
- `linetv search` Gets a clip search result.
- `linetv search --format json` Gets a clip search result in JSON format.
- `linetv search --page <number>` Gets a clip search result start from selected page.
- `linetv list:station` Gets the station home (TV station) list.
- `linetv list:station --format json` Gets the station home (TV station) list in JSON format.
- `linetv get:station` Gets the Station Home (TV Station) data.
- `linetv get:station --format json` Gets the Station Home (TV Station) data in JSON format.
- `linetv get:station --page <number>` Gets the Station Home (TV Station) data start from selected page.
- `linetv live` Gets live schedule information.
- `linetv live --format json` Gets live schedule data in JSON format.

### Fixed
- Fixed `npm test` failed on Windows
- Fixed missing qs module

- Fixed `npm test` failed on Windows
- Fixed missing qs module

## [1.2.0]

### Added
- `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product.
- `things get:scenario-set` Get the scenario set registered under a product
- `things remove:scenario-set` Delete a scenario set registered under a product

- `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product.
- `things get:scenario-set` Get the scenario set registered under a product
- `things remove:scenario-set` Delete a scenario set registered under a product

## [1.1.0]

### Added
- `things list:trial`
- `things add:trial`
- `things remove:trial`
- `things get:device` Get device information by device ID and user ID
- `things get:product` Specify the device ID, and acquire the product ID and PSDI
- `things get:devices` Specify the product ID and user ID, and acquire the device information

- `things list:trial`
- `things add:trial`
- `things remove:trial`
- `things get:device` Get device information by device ID and user ID
- `things get:product` Specify the device ID, and acquire the product ID and PSDI
- `things get:devices` Specify the product ID and user ID, and acquire the device information

## [1.0.0]

### Added
- `liff remove`
- `liff update`

- `liff remove`
- `liff update`

## [0.7.0]

### Added
- `liff add`
- `liff list`

- `liff add`
- `liff list`

## [0.6.0]

### Added
- `richmenu link`
- `richmenu unlink`

- `richmenu link`
- `richmenu unlink`

### Changed
- Re-arrange columns in `richmenu list` and add `name` column
- Update dependencies

- Re-arrange columns in `richmenu list` and add `name` column
- Update dependencies

## [0.5.0]

### Added
- `richmenu default`

- `richmenu default`

## [0.4.0]

### Added
- `richmenu remove`

- `richmenu remove`

## [0.3.1]

### Fixed
- Fixed missing `richmenu` CLI

- Fixed missing `richmenu` CLI

## [0.3.0]

### Added
- `richmenu list`

- `richmenu list`

## [0.2.0]

### Added
- `line token --revoke`
- `richmenu add`

- `line token --revoke`
- `richmenu add`

## [0.1.0]

### Added
- `line init` can generate configuration file with channel id, secret, and accessToken
- `line init` asks whether to overwrite current configuration file if it already exists
- `line token --issue`

- `line init` can generate configuration file with channel id, secret, and accessToken
- `line init` asks whether to overwrite current configuration file if it already exists
- `line token --issue`
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# line-api-cli-nodejs
[![Actions status](https://github.com/intocode-io/line-api-cli-nodejs/workflows/build/badge.svg)](https://github.com/intocode-io/line-api-cli-nodejs/actions)
[![Codecov](https://codecov.io/gh/intocode-io/line-api-cli-nodejs/branch/master/graph/badge.svg)](https://codecov.io/gh/intocode-io/line-api-cli-nodejs)
[![Dependencies status](https://david-dm.org/intocode-io/line-api-cli-nodejs/status.svg)](https://david-dm.org/intocode-io/line-api-cli-nodejs)
[![Actions status](https://github.com/micksatana/line-api-cli-nodejs/workflows/build/badge.svg)](https://github.com/micksatana/line-api-cli-nodejs/actions)
[![Codecov](https://codecov.io/gh/micksatana/line-api-cli-nodejs/branch/master/graph/badge.svg)](https://codecov.io/gh/micksatana/line-api-cli-nodejs)
[![Dependencies status](https://david-dm.org/micksatana/line-api-cli-nodejs/status.svg)](https://david-dm.org/micksatana/line-api-cli-nodejs)
[![Version](https://img.shields.io/npm/v/@intocode-io/line-api-cli.svg)](https://npmjs.com/package/@intocode-io/line-api-cli)
![NPM](https://img.shields.io/npm/l/@intocode-io/line-api-cli)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/micksatana?locale.x=en_GB)
Expand Down
2 changes: 1 addition & 1 deletion bin/apis/liff-list-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/apis/liff-update-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/apis/linetv-get-category-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/apis/linetv-get-sportlight-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/apis/linetv-get-station-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0ff7f2

Please sign in to comment.