Releases: remote-kakao/core
Releases · remote-kakao/core
remote-kakao v2.0.0-alpha.3
Changes
- Refactored code
- Changed
Message.reply
toMessage.replyText
- Changed
Server
toUDPServer
- Redesigned Message structure
- Added logId, chatId, time, userHash, containsMention, roomIcon, markAsRead to Message class
- Reduced message payload size by making a getter function to fetch roomIcon, profileImage separately from message
- Better TypeScript support
🎉 remote-kakao v1.0.0 release! 🎉
Changes
- Changed
Message.replyText
toMessage.reply
- Moved the KakaoLink sending function – which was previously on core – to
@remote-kakao/kakaolink-plugin
plugin - Improved Plugin class so that you can extend
Server
,Message
classes - Added exports for
rkColor
,rkLog
,rkPluginLog
so that programs, plugins using remote-kakao can log with a shorter function