Skip to content

Releases: sharetribe/flex-sdk-js

v1.6.0

05 Dec 11:44
cf7916d
Compare
Choose a tag to compare

Added

  • New endpoints #103
    • sdk.stripeAccountData.fetch(/* ... */)
    • sdk.stripeAccountLinks.create(/* ... */)

v1.5.0

21 Aug 13:02
Compare
Choose a tag to compare

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

10 Jun 10:49
Compare
Choose a tag to compare

Security

  • Upgrade dependencies with security issues:

v1.4.0

17 Apr 07:37
Compare
Choose a tag to compare

Added

  • sdkType property to the type handler configuration. This property
    replaces the deprecated type
    property. #94
  • appType property to the type handler configuration. This property
    replaces the deprecated customType
    property. #94
  • canHandle property to the type handler configuration. The value is
    expected to be a predicate function (i.e. function that returns
    truthy or falsy values). If canHandle 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. Use sdkType instead.
  • customType property in type handler configuration. Use appType instead.

v1.3.0

27 Mar 10:31
7821392
Compare
Choose a tag to compare

v1.3.0 - 2019-02-27

Added

  • Missing step (copy sharetribe-flex-sdk-web.js from /build/ to /docs/) #91
  • New endpoints #92
    • sdk.stripeAccount.create(/* ... */)
    • sdk.stripeAccount.update(/* ... */)
    • sdk.stripePersons.create(/* ... */)

Changed

  • Updated dependencies #91

v1.2.0

27 Nov 09:18
Compare
Choose a tag to compare

Added

  • New endpoints #89
    • sdk.availabilityExceptions.create(/* ... */)
    • sdk.availabilityExceptions.delete(/* ... */)
    • sdk.availabilityExceptions.query(/* ... */)
    • sdk.bookings.query(/* ... */)

Changed

  • Make baseUrl optional, defaults to https://flex-api.sharetribe.com #90

v1.1.0

07 Nov 13:50
3cc3dc3
Compare
Choose a tag to compare

[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