Skip to content

0.4.0 / 2017-09-19

Compare
Choose a tag to compare
@chentsulin chentsulin released this 19 Sep 10:47
· 937 commits to master since this release

messaging-api-messenger

  • [breaking] Renamed send to sendMessage

messaging-api-line

  • [breaking] Renamed all of LINE to PascalCase Line (follow convention from other modules), e.g. LineClient.connect, Line.createText.

Example:

const { Line, LineClient } = require('messaging-api-line');