Skip to content

NodeKakao v3.1

Compare
Choose a tag to compare
@storycraft storycraft released this 12 Sep 10:06
· 766 commits to stable since this release

NodeKakao v3.1

New features

  • Added various web apis
    • Added OpenLinkClient
    • Added ChannelBoardClient
    • Added FriendClient
    • Added OpenUploadClient
  • Introducing TalkApiClient which provides various web api calls
  • Added sendRaw to ChatManager
  • Added forwardChat to ChatManager for chat forwarding
  • Added support for sending MultiPhoto
  • Added 'chat_event' event for OpenChannel chat event(shouting)
  • Custom client config

Improvements

  • Added TalkApiClient for only web apis
  • Removed FeedTemplate
  • Added changedType to 'profile_changed' event
  • Added lastMeta to 'meta_changed' event
  • Added 'error' event.

Bug fixes

  • Fixed #49
  • Fixed #66
  • Fixed hideChat #52
  • Fixed Mention bug #53
  • Fixed spell errors #54
  • Fixed type declaration error #55
  • Fixed broken UserInfo when user change profile on open chat.
  • Fixed OpenProfileType

For more detailed features, check #46