Releases: remote-kakao/core
Releases · remote-kakao/core
remote-kakao v2.0.0-alpha.3
Changes
- Refactored code
- Changed
Message.replytoMessage.replyText - Changed
ServertoUDPServer - 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.replyTexttoMessage.reply - Moved the KakaoLink sending function – which was previously on core – to
@remote-kakao/kakaolink-pluginplugin - Improved Plugin class so that you can extend
Server,Messageclasses - Added exports for
rkColor,rkLog,rkPluginLogso that programs, plugins using remote-kakao can log with a shorter function