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
- Convert
WABA_ID
data-type to string - Resolve #2
0.2.4 - 2023-03-27
- Throws an error message
- Don't validate status on http requests
translateInteractive
helper when no eligible params
0.2.3 - 2023-02-23
- Support
quick_reply
andurl
button in template message
0.2.2 - 2023-02-14
- Support interactive type replies
- Optional
description
onRowObject
options - Rename
sendReplyButtons
method tosendButtons
- Rename
readMessage
method tomarkAsRead
- Parses some data sent to Events
- Footer options on interactive messages
0.2.1 - 2023-02-09
- Complete readme - LOL why did I have to make a release for this
0.2.0 - 2023-02-09
- Upload media method -
uploadMedia(source)
- Download media method -
downloadMedia(media, [options])
- Return type in
translateType
helper - Complete return type on all methods
- Optional options in
sendText
method - Increase default timeout configuration
- Type in contact options
- Send messages endpoint
- Send sticker method
0.1.1 - 2023-02-09
- Preload file
- Using templates in
package.json
instead of instructions
0.1.0 - 2023-02-08
- 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)