- Add types for flex message (#74)
- Simplify type definition for
Action
- Move get-audio-duration dep to proper package.json (#73)
- Vulnerability fix with
npm audit fix
- Add missing
displayText
field to postback action (#63) - Add missing
FileEventMessage
toEventMessage
(#71)
- Add audio duration lib to kitchensink example (#68)
- Fix misimplemented 'AudioMessage' type (#61)
- Fix misimplemented 'unlinkRichMenuFromUser' API
- Fix TemplateColumn type definition (#48)
- Update GitHub issue template (#43)
- Add Code of Conduct (#50)
- Catch errors properly in examples (#52)
- Set Content-Length manually for postBinary (#42)
- Add new fields (#39)
- Fix Windows build (#38)
- Add start scripts and webhook info to examples
- Fix typo in
ImageMapMessage
type - Add kitchensink example (#36)
- Implement rich menu API (#34)
- Rename
ImageMapArea
andTemplateAction
s into general ones
- Do not enforce
checkJSON
for some APIs where it means nothing - Change how to check request object in test cases
- Make index script export exceptions and types (#31)
- Simplify config types for client and middleware (#31)
- Fix information and links in doc
- Use Prettier instead of TSLint (#30)
- Install git hooks for precommit and prepush (#30)
- Fix type of postback.params
- Make middleware return
SignatureValidationFailed
for no signature (#26)
- Add
FileEventMessage
type
- Implement "Get group/room member profile" API (#15)
- Implement "Get group/room member IDs" API (#23)
getMessageContent
now returnsPromise<ReadableStream>
(#20)
- Add "datetimepicker" support (#21)
- Fix typo in
TemplateURIAction
type (#21)
- Package updates and corresponding fixes
- Use npm 5 instead of Yarn in dev
- Fix
clean
script to work in Windows - Use "axios" for internal HTTP client instead of "got" (#20)
- Use literal types for 'type' fields
- Update yarn.lock with the latest Yarn
- Handle pre-parsed body (string and buffer only)
- Separate config type into client and middleware types
- Add
userId
to group and room event sources
- Create issue template (#4)
- Initial release