This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: stellar/js-stellar-wallets
Releases · stellar/js-stellar-wallets
v0.0.4-rc.3
v0.0.4-rc.3
v0.0.4-rc.2
Run stream errors through the onError function (#97)
v0.0.4-rc.1
Require snake_cased parameters in the Transfers arm of the SDK.
v0.0.3-rc17
Bump version
v0.0.3-rc.15
Add support for authorized withdraws / deposits (#84) Addresses #72, though this isn't quite tested yet. - Provider classes now track info locally. So you don't have to pass `supportedAssets` to `fetchFinalFee`, but you do have to call `fetchSupportedAssets` ASAP. - Switch back to all camelCase function inputs, since the Transfer stuff already outputs stuff in camelCase. Unfortunately, it means that devs might have to convert names from `info.fields` from snake_case to camelCase (and I think we should stop short of rewriting those values). But I think, better to be consistent and be clear about that consistency than to be correct but confusing. - Add a function to set bearer tokens. - Set Authorization headers when deposit/withdrawing an asset that's auth-required.
v0.0.3-rc.14
Use snakecase on the other TransferProvider function arguments (#83) This keeps it consistent with the deposit / withdraw functions, and also submits the correct `asset_code` var to the /fee endpoint (where previously it was incorrectly sending `assetCode`.)
v0.0.3-rc.13
Fee calculation: Support blank fixed or percent costs (#82)
v0.0.3-rc.12
Allow arbitrary params for withdraws / deposits (#81) Anchors might ask for various metadata during transfers, so allow them. Also, only allow snake-cased arguments, and warn if they provide assetCode / destExtra instead.
v0.0.3-rc.11
v0.0.3-rc.11
v0.0.3-rc9
Upgrade packages (#76)