Releases: GetStream/stream-js
Releases · GetStream/stream-js
v3.4.0
v3.3.0
v3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.0.0
Breaking Changes
- Breaking change: Functions performing an XHR Request no longer return the request object, instead they return a Promise
New Features
- Added support for add_to_many api call (i.e. client.addToMany) to add one activity to many feeds
- Added support for follow_many api call (i.e. client.followMany) to create multiple follow relations in one request
- Added support to create a redirect url (i.e. client.createRedirectUrl) to track events via stream's analytics platform
- Added support for follow_copy_limit API parameter on follow.
- Added option to enable JWT token expiration (default behavior is no expiration) through option: { expireTokens: true }
Minor fixes
- Removed Buffer as a dependency of lib/signing.js to reduce distributable size for the browser. Instead use Base64 lib for
base64 encoding. - Enforce code style through jscs and jshint during the build (i.e. gulp lint)
- Generated API documentation in /docs