Releases: sharetribe/flex-sdk-js
Releases · sharetribe/flex-sdk-js
v1.6.0
v1.5.0
v1.5.0 - 2019-08-21
Related API docs will be published 22.8.2019
Security
- Upgrade dependencies with security issues:
- Axios (thanks @joekarasek!) #98
- Docpress #97
- Jest and Babel #96
- all the patch and minor release updateds for all the dependencies #101
Added
- New endpoints #100
sdk.stripeSetupIntents.create(/* ... */)
sdk.stripeCustomer.create(/* ... */)
sdk.stripeCustomer.addPaymentMethod(/* ... */)
sdk.stripeCustomer.deletePaymentMethod(/* ... */)
v1.4.1
v1.4.0
Added
sdkType
property to the type handler configuration. This property
replaces the deprecatedtype
property. #94appType
property to the type handler configuration. This property
replaces the deprecatedcustomType
property. #94canHandle
property to the type handler configuration. The value is
expected to be a predicate function (i.e. function that returns
truthy or falsy values). IfcanHandle
returns truthy value, the
writer function will called. This allows users to fully customize
how they use read and writer the data types to and from
SDK. #94- Added information about the
canHandle
function in the "Your own
types"
document. #94
Deprecated
type
property in type handler configuration. UsesdkType
instead.customType
property in type handler configuration. UseappType
instead.
v1.3.0
v1.2.0
v1.1.0
[v1.1.0] - 2018-11-07
Added
- New endpoints #88:
sdk.ownListings.createDraft(/* ... */)
sdk.ownListings.publishDraft(/* ... */)
sdk.ownListings.discardDraft(/* ... */)
Read more from Flex API: create draft listing, publish draft listing, discard draft listing