Skip to content

Releases: remote-kakao/core

remote-kakao v2.0.0-alpha.3

04 May 09:03
Compare
Choose a tag to compare
Pre-release

Install from npm

Changes

  • Refactored code
  • Changed Message.reply to Message.replyText
  • Changed Server to UDPServer
  • 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! 🎉

02 Jul 17:14
Compare
Choose a tag to compare

Install from npm

Changes

  • Changed Message.replyText to Message.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