Releases: line/line-bot-sdk-nodejs
Releases · line/line-bot-sdk-nodejs
v6.1.0
6.1.0 (19 June 2018)
Type
- Add types for flex message (#74)
- Simplify type definition for
Action
v6.0.3
6.0.3 (18 June 2018)
Misc
- Move get-audio-duration dep to proper package.json (#73)
- Vulnerability fix with
npm audit fix
v6.0.2
Type
- Add missing
displayText
field to postback action (#63)
- Add missing
FileEventMessage
to EventMessage
(#71)
Misc
- Add audio duration lib to kitchensink example (#68)
v6.0.1
Type
- Fix misimplemented 'AudioMessage' type (#61)
v6.0.0
Major
- Fix misimplemented 'unlinkRichMenuFromUser' API
Type
- Fix TemplateColumn type definition (#48)
Misc
- Update GitHub issue template (#43)
- Add Code of Conduct (#50)
- Catch errors properly in examples (#52)
v5.2.0
Minor
- Set Content-Length manually for postBinary (#42)
v5.1.0
Minor
Misc
- Fix Windows build (#38)
- Add start scripts and webhook info to examples
v5.0.1
Minor
- Fix typo in
ImageMapMessage
type
- Add kitchensink example (#36)
v5.0.0
Major
- Implement rich menu API (#34)
Type
- Rename
ImageMapArea
and TemplateAction
s into general ones
Misc
- Do not enforce
checkJSON
for some APIs where it means nothing
- Change how to check request object in test cases
v4.0.0
Major
- Make index script export exceptions and types (#31)
Type
- Simplify config types for client and middleware (#31)
Misc
- Fix information and links in doc
- Use Prettier instead of TSLint (#30)
- Install git hooks for precommit and prepush (#30)