Revision history for Perl extension LINE::Bot::API
1.07 2019-04-19 16:42:43 JST
- Add member join/leave event.
1.06 2019-04-05 16:50:39 JST
- Define the class for 'File' message type.
- Replace links to developers.line.biz.
1.05 2019-02-22 16:43:36 JST
- Add ImageCarousel message type.
- Add example bots.
- Add a low-level `request` method.
- Documentation updates.
- Update tests according to @INC changes from perl.
1.04 2017-05-31 16:59:18 JST
- Supported a userId field for Source group and Source room
1.03 2017-04-26 22:15:39 JST
- Supported a device message for Beacon
1.02 2017-01-23 11:44:09 JST
- Supported multicast API
- Added accsessor for X-Line-Request-Id #10
- Added accsessor for Event message type #11
1.01 2016-11-07 11:05:37 JST
- Fixed broken English for documentation
1.00 2016-09-29 11:09:37 JST
- Released Bot Messaging API Version 1
0.04 2016-07-02 17:09:09 JST
- Fixed to wrong a JSON encoding on a RichMessage #5
0.03 2016-04-26 17:11:26 JST
- Follow the Java SDK naming conventions for some names #4
- Changed some constant names
- Changed some method names (these have backward compatibility)
signature_validation -> validate_signature
get_profile_information -> get_user_profile
get_message_content_preview -> get_preview_message_content
- Fix deprecation warning #3
- Event type constants should be string #2
0.02 2016-04-19 16:13:24 JST
- Use secure string comparisons for channel signature #1
0.01 2016-04-18 13:01:28 JST
- Initial release