Skip to content

Latest commit

 

History

History
117 lines (75 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

117 lines (75 loc) · 3.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.5 - 2023-08-16

Fixed

  • Convert WABA_ID data-type to string - Resolve #2

0.2.4 - 2023-03-27

Added

  • Throws an error message

Changed

  • Don't validate status on http requests

Fixed

  • translateInteractive helper when no eligible params

0.2.3 - 2023-02-23

Added

  • Support quick_reply and url button in template message

0.2.2 - 2023-02-14

Added

  • Support interactive type replies

Changed

  • Optional description on RowObject options
  • Rename sendReplyButtons method to sendButtons
  • Rename readMessage method to markAsRead
  • Parses some data sent to Events

Fixed

  • Footer options on interactive messages

0.2.1 - 2023-02-09

Changed

  • Complete readme - LOL why did I have to make a release for this

0.2.0 - 2023-02-09

Added

  • Upload media method - uploadMedia(source)
  • Download media method - downloadMedia(media, [options])
  • Return type in translateType helper
  • Complete return type on all methods

Changed

  • Optional options in sendText method
  • Increase default timeout configuration

Fixed

  • Type in contact options
  • Send messages endpoint
  • Send sticker method

0.1.1 - 2023-02-09

Added

  • Preload file

Changed

  • Using templates in package.json instead of instructions

0.1.0 - 2023-02-08

Added

  • Event Listener - on(event, handler)
  • Callback URL
  • Webhook Verify Token
  • Send text method - sendText(to, text, [options])
  • Send image method - sendImage(to, media, [options])
  • Send document method - sendDocument(to, media, [options])
  • Send audio method - sendAudio(to, media)
  • Send video method - sendVideo(to, media, [options])
  • Send sticker method - sendSticker(to, media)
  • Send location method - sendLocation(to, coordinate, [options])
  • Send template method - sendTemplate(to, template, language, components)
  • Send contact method - sendContact(to, contacts)
  • Send reply buttons method - sendReplyButtons(to, text, buttons, [options])
  • Send list method - sendList(to, text, sections, [options])
  • Send read message method - readMessage(wamid)