Releases: putdotio/putio-js
Releases · putdotio/putio-js
v8.23.0
v8.22.0
Adds generateUUID
function to client options, which will be used in the correlationIdSetter
interceptor.
This allows us to use native UUID generators in platforms that are not compatible with uuid
library, such as tvOS
.
Fortunately, they have their own UUID generator.
v8.21.0
v8.20.0
v8.19.0
v8.18.0
v8.17.0
- Refactor family endpoints:
Family.GetInvites
,Family.CreateInvite
,Family.DeleteMember
,Family.Join
[BREAKING] Old family endpoints will be deprecated at 15th August 2021. If you make use of family endpoints in your application please update your putio.js version to >=8.17.0 - Add correlation id header to debug requests further.
- Update
lodash
,hosted-git-info
,browserslist
,ws
,glob-parent
andaxios
package versions