Skip to content

Releases: line/line-bot-sdk-nodejs

v3.1.1

25 Oct 03:28
Compare
Choose a tag to compare

Type

  • Fix type of postback.params

v3.1.0

25 Oct 03:28
Compare
Choose a tag to compare

Major

  • Make middleware return SignatureValidationFailed for no signature (#26)

Type

  • Add FileEventMessage type

v3.0.0

25 Oct 03:27
Compare
Choose a tag to compare

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

25 Oct 03:27
Compare
Choose a tag to compare

Type

  • Use literal types for 'type' fields

Misc

  • Update yarn.lock with the latest Yarn

v1.1.0

25 Oct 03:27
Compare
Choose a tag to compare
  • 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)

v1.0.0

25 Oct 03:26
Compare
Choose a tag to compare
  • Initial release