Skip to content

Releases: line/line-bot-sdk-nodejs

v6.0.1

21 May 02:28
Compare
Choose a tag to compare

Type

  • Fix misimplemented 'AudioMessage' type (#61)

v6.0.0

21 May 02:27
Compare
Choose a tag to compare

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

11 Dec 05:45
Compare
Choose a tag to compare

Minor

  • Set Content-Length manually for postBinary (#42)

v5.1.0

07 Dec 09:01
Compare
Choose a tag to compare

Minor

  • Add new fields (#39)

Misc

  • Fix Windows build (#38)
  • Add start scripts and webhook info to examples

v5.0.1

14 Nov 03:42
Compare
Choose a tag to compare

Minor

  • Fix typo in ImageMapMessage type
  • Add kitchensink example (#36)

v5.0.0

02 Nov 11:02
Compare
Choose a tag to compare

Major

  • Implement rich menu API (#34)

Type

  • Rename ImageMapArea and TemplateActions 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

25 Oct 03:38
Compare
Choose a tag to compare

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)

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)