Releases: boybundit/linebot
Releases · boybundit/linebot
1.6.1
⭐ 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
⭐ 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
- Add memberJoined and memberLeft events info and examples
- Fix leave demo
1.5.1
- Update package dependency
1.5.0
- Add support for message broadcast
1.4.1
- Use constant-time comparison to prevent timing attack
1.4.0
- Support new API to get a list of members in a group/room, and their user profiles.
1.3.0
- Add support for multicast
1.2.1
- Fix #15
reply
method crash on missing param
1.2.0
- Add support for multiple recipients in push method.