Skip to content

0.7.3 / 2018-06-19

Compare
Choose a tag to compare
@chentsulin chentsulin released this 19 Jun 04:01
· 455 commits to master since this release

messaging-api-messenger

  • [new] export Messenger, MessengerBatch, MessengerBroadcast from browser entry

messaging-api-line

  • [new] support LINE Front-end Framework (LIFF):
  • [new] support Flex message:

  • [new] export Line from browser entry, so it can be used in the browser with module bundler:
const { Line } = require('messaging-api-line');

liff.sendMessages([
  Line.createText('hello~~~~~~'),
  Line.createText('world~~~~~~'),
]);