Skip to content

Releases: line/line-bot-sdk-nodejs

v6.1.0

19 Jun 09:23
Compare
Choose a tag to compare

6.1.0 (19 June 2018)

Type

  • Add types for flex message (#74)
  • Simplify type definition for Action

v6.0.3

18 Jun 03:45
Compare
Choose a tag to compare

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

21 May 02:28
Compare
Choose a tag to compare

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

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)