Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

75 lines (51 loc) · 3.37 KB

Change Log

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

5.0.3 (2018-11-13)

Bug Fixes

5.0.2 (2018-06-26)

Bug Fixes

  • export opengraph element and template (1e78fa7), closes #42

5.0.1 (2018-05-04)

Bug Fixes

Changelog

5.0.0

  • Breaking Change
    • Generic Template now expects an object instead of an array of elements
    • Node 6 is now the minimum supported version
  • New Feature
    • Support for Attachment Upload API
    • Support for new Messenger Profile API
    • Added support for Messenger Code API
    • Added support for pre_checkout event
    • Added Open Graph template
    • Supports message tags
    • NLP can be enabled/disabled
  • Internal
  • Facebook API version moved to constants file for consistency

4.0.0

  • Breaking Change
  • Removed Messenger.lastMessage as it caused race conditions, you must explicitly pass the recipient's user id to send, getUser and senderAction.
  • MessengerClient merged into Messenger class
  • Button template signature has changed for consistency with other elements
  • New Feature
  • Errors are now checked for in the response and thrown
  • Added is_payment_enabled to user query fields
  • Added Changelog
  • Added support for referral, checkout_update and payment events
  • Internal
  • Tests switched from Mocha to Jest
  • Updated dependencies
  • Updated examples
  • Renamed lib directory to src
  • Added GET, POST and DELETE helper methods