Releases: line/line-bot-sdk-nodejs
Releases · line/line-bot-sdk-nodejs
v3.1.1
Type
- Fix type of postback.params
v3.1.0
Major
- Make middleware return
SignatureValidationFailed
for no signature (#26)
Type
- Add
FileEventMessage
type
v3.0.0
Major
- Implement "Get group/room member profile" API (#15)
- Implement "Get group/room member IDs" API (#23)
getMessageContent
now returns Promise<ReadableStream>
(#20)
Type
- Add "datetimepicker" support (#21)
- Fix typo in
TemplateURIAction
type (#21)
Misc
- 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)
v2.0.0
Type
- Use literal types for 'type' fields
Misc
- Update yarn.lock with the latest Yarn
v1.1.0
- Handle pre-parsed body (string and buffer only)
Type
- Separate config type into client and middleware types
- Add
userId
to group and room event sources
Misc
- Create issue template (#4)