All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.4.0 - 2019-04-16
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
type
property in type handler configuration. UsesdkType
instead.customType
property in type handler configuration. UseappType
instead.
v1.3.0 - 2019-02-27
- Missing step (copy sharetribe-flex-sdk-web.js from /build/ to /docs/)
- New endpoints #92
sdk.stripeAccount.create(/* ... */)
sdk.stripeAccount.update(/* ... */)
sdk.stripePersons.create(/* ... */)
- Updated dependencies
v1.2.0 - 2018-11-27
- New endpoints #89
sdk.availabilityExceptions.create(/* ... */)
sdk.availabilityExceptions.delete(/* ... */)
sdk.availabilityExceptions.query(/* ... */)
sdk.bookings.query(/* ... */)
- Make
baseUrl
optional, defaults tohttps://flex-api.sharetribe.com
#90
v1.1.0 - 2018-11-07
- New endpoints #88
sdk.ownListings.createDraft(/* ... */)
sdk.ownListings.publishDraft(/* ... */)
sdk.ownListings.discardDraft(/* ... */)
This is the first version that is published in NPM.
See: https://www.npmjs.com/package/sharetribe-flex-sdk
- Updated dependencies
- Changed package name from
sharetribe-sdk
tosharetribe-flex-sdk
to prepare for publishing to NPM. Remember to check your existing imports!