Skip to content

Latest commit

 

History

History
337 lines (158 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

337 lines (158 loc) · 13.1 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.1 (2018-02-05)

Bug Fixes

1.6.0 (2018-01-19)

Features

1.4.7 (2017-08-09)

Bug Fixes

  • Element instead of ListElement (dee5367), closes #80

1.4.6 (2017-06-20)

Features

  • Support get referral from webhook request (8b3257a), closes #77

1.4.5 (2017-05-31)

Features

  • Add disable native share in template (15babbd)
  • Add image aspect ratio to generic template (7309e5e)

1.4.4 (2017-05-19)

Features

  • Support for creating messenger code (cd15249), closes #74

1.4.3 (2017-05-12)

Features

1.4.2 (2017-05-01)

Bug Fixes

1.4.1 (2017-04-22)

Features

  • Url button support disable share (08b6958), closes #66. by @youyi1314

1.4.0 (2017-04-22)

Bug Fixes

  • Fix check secret token (c9d18c1)
  • Fix messenger profile command (87c6480)
  • Move thread setting to messenger profile (4ed1fc2)

Features

  • Define persistent menu at menu file (552c162)
  • Support locale in greeting (e4f8fc1)
  • Support securing requests (713ad87)

1.3.1 (2017-03-14)

Bug Fixes

  • Remove call button only use by itself. (b2f786f), closes #65

1.3.0 (2017-02-09)

Bug Fixes

Features

  • Add domain whitelisting command (d50edad), closes #55

1.2.5 (2017-01-31)

Bug Fixes

  • If set attachment id reusable unnecessary (23b6343)

1.2.4 (2016-12-02)

Bug Fixes

  • Remove setContent from debug (893f72b)

1.2.3 (2016-11-25)

Bug Fixes

  • Fix list template buttons empty runtime error (a779f6e)

Features

  • Added list template compact style (f1efc2a)

1.2.2 (2016-11-23)

Features

  • Catch error and show on debug panel (94f8f69), closes #51

1.2.1 (2016-11-20)

Bug Fixes

  • Fix pusher connect fail will be broken (51acfcb)

1.2.0 (2016-11-20)

Bug Fixes

  • setDefaultAction change to UrlButton (17e6b0a)

Features

  • Add debug mode (760c09b)
  • Added account link button (0c2c60a), closes #42
  • Added debug router (9ea38b6), closes #44
  • ButtonCollection added account link button (017857b), closes #42
  • Quick reply support location and image_url (2225d29), closes #33
  • Support attachment reusable (fae9119), closes #31
  • Support url button parameters (47c76f5), closes #32

1.1.8 (2016-11-14)

Features

1.1.7 (2016-11-11)

Bug Fixes

  • Element buttons not required (4251590)

1.1.6 (2016-11-06)

Features

  • Added get user info api (b7e36bc)

1.1.5 (2016-11-06)

Bug Fixes

  • Fix persisten menu command fail. (fe23ac1)

1.1.4 (2016-10-30)

Bug Fixes

  • Auto-type handler using all handlers (a4980da)

1.1.3 (2016-10-26)

Enhancement

1.1.2 (2016-10-24)

Features

1.1.1 (2016-10-14)

Features

1.1.0 (2016-10-13)

Features

  • Added recipient id in ReceiveMessage (4e72ebd)

1.0.0 (2016-10-12)

Bug Fixes

  • Fix miss app token (28d2411)
  • Fix skip conditions (3827f5e)
  • If enable auto-typing, the typing handler muse on the array top (14022d5)
  • Missing getElements method (e57bddf)

Features

  • Add audio attachment message (3a4e644)
  • Add button and element collection (c323d60)
  • Add button structure message (3171b96)
  • Add call button method to button collection (eb71810), closes #19
  • Add custom_url (5b7a956)
  • Add file attachment message (553f0bd)
  • Add generic transformer (c35db23)
  • Add HandleMessageResponse (1a5af8c)
  • Add image message (ce4f757)
  • Add persistent menu command (92004bf)
  • Add postback handler (c203603)
  • Add set greeting text command (f3f669c)
  • Add share button to collection (1192c83), closes #20
  • Add start button command (8b11a4b)
  • Add video attachment message (5ab4ecf), closes #13
  • Allow send array (29f7a0a)
  • Check button type (d2d2339)
  • Check call button only use by itself (7718067)
  • Handlers must be array, and enable auto-typing (bddd6f0)