- 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