Comparing version 3.0.137 to 3.0.138
{ | ||
"name": "sendbird", | ||
"version": "3.0.137", | ||
"authors": ["Sendbird <support@sendbird.com>"], | ||
"version": "3.0.138", | ||
"authors": [ | ||
"Sendbird <support@sendbird.com>" | ||
], | ||
"homepage": "https://github.com/sendbird/Sendbird-SDK-JavaScript", | ||
@@ -9,5 +11,13 @@ "description": "Sendbird JavaScript SDK", | ||
"moduleType": [], | ||
"keywords": ["sendbird", "sendbird.com", "messaging", "chat", "js"], | ||
"keywords": [ | ||
"sendbird", | ||
"sendbird.com", | ||
"messaging", | ||
"chat", | ||
"js" | ||
], | ||
"license": "LICENSE.md", | ||
"ignore": ["package.json"] | ||
} | ||
"ignore": [ | ||
"package.json" | ||
] | ||
} |
# Changelog | ||
## v3.0.138(OCT 30, 2020) | ||
- Added `getAllowFriendDiscovery()` and `setAllowFriendDiscovery()` in `SendBird`. | ||
- If it's set to `false`, `uploadFriendDiscoveries()` called by others does not add the user as a friend. | ||
- Set `size` in `FileMessage` automatically. | ||
- Improved stability. | ||
## v3.0.137(OCT 21, 2020) | ||
@@ -7,3 +14,3 @@ | ||
## v3.0.136(OCT 16, 2020) | ||
## v3.0.136(OCT 16, 2020) (DEPRECATED) | ||
@@ -10,0 +17,0 @@ - Added `showSubchannelMessagesOnly` in `MessageListParams` and `PreviousMessageListQuery`. |
{ | ||
"name": "sendbird", | ||
"version": "3.0.137", | ||
"version": "3.0.138", | ||
"description": "Sendbird JavaScript SDK", | ||
@@ -33,2 +33,2 @@ "main": "SendBird.min.js", | ||
"typings": "SendBird.d.ts" | ||
} | ||
} |
@@ -55,7 +55,10 @@ [![npm](https://img.shields.io/npm/v/sendbird.svg?style=popout&colorB=red)](https://www.npmjs.com/package/sendbird) | ||
## v3.0.137(OCT 21, 2020) | ||
## v3.0.138(OCT 30, 2020) | ||
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md). | ||
- Bug-fix in `profileUrl`. | ||
- Added `getAllowFriendDiscovery()` and `setAllowFriendDiscovery()` in `SendBird`. | ||
- If it's set to `false`, `uploadFriendDiscoveries()` called by others does not add the user as a friend. | ||
- Set `size` in `FileMessage` automatically. | ||
- Improved stability. | ||
@@ -62,0 +65,0 @@ ## [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
418973
1738
69