Skip to content

Releases: boybundit/linebot

1.6.1

05 Oct 15:27
Compare
Choose a tag to compare

⭐ New Features:

  • Update hostname for getting message content to api-data.line.me #53

🔨 Dependency Upgrades

  • Upgrade to node-fetch 2.6.1
  • Upgrade to debug 4.2.0

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.6.0

21 Jun 11:22
Compare
Choose a tag to compare

⭐ New Features:

  • Get total number of followers #38
  • Get quota, and total number of messages sent #40

📔 Documentation

  • Fix links to LINE official documentation #44

🔨 Dependency Upgrades

  • Upgrade to node-fetch 2.6.0

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.5.3

20 Jul 10:38
3da40f4
Compare
Choose a tag to compare
  • Add memberJoined and memberLeft events info and examples
  • Fix leave demo

1.5.1

08 May 16:32
cc81e3f
Compare
Choose a tag to compare
  • Update package dependency

1.5.0

08 May 16:30
Compare
Choose a tag to compare
  • Add support for message broadcast

1.4.1

29 Jan 15:24
Compare
Choose a tag to compare
  • Use constant-time comparison to prevent timing attack

1.4.0

28 Jan 11:44
c60a45f
Compare
Choose a tag to compare
  • Support new API to get a list of members in a group/room, and their user profiles.

1.3.0

18 Mar 07:20
Compare
Choose a tag to compare
  • Add support for multicast

1.2.1

05 Nov 13:24
Compare
Choose a tag to compare
  • Fix #15 reply method crash on missing param

1.2.0

24 Oct 15:14
Compare
Choose a tag to compare
  • Add support for multiple recipients in push method.