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.1.0-rc.4
Don't assume any API response is valid JSON.
v0.1.0-rc.3
Return better context for fetchAuthToken errors.
v0.1.0-rc.2
Add option to pass metadata to Server
constructor (enabling custom app names and versions).
v0.1.0-rc.1
Breaking changes:
- Upgraded
stellar-sdk
to 5.0.0. - [DataProvider] Constructor now requires a
networkPassphrase
param.
Other changes:
- When parsing API responses, take extra care making sure that the responses are
valid JSON, and throw if not. - [DataProvider] Add memo information to payments.
- [DataProvider] Add
DataProvider#getStripAndMergeAccountTransaction
, a
function that makes it easier to merge accounts with no balances but
trustlines, outstanding offers, etc. Returns a transaction to strip and merge
the account into another. - [KeyManager] Correctly handle non-successful HTTP status codes when fetching
auth tokens. - [KeyManager] fetchAuthToken now accepts another account, if you're trying to
auth another key that your KeyManager account is a signer on. - [Transfers] Correctly handle non-successful HTTP status codes for
transfer-related fetches. - [Transfers] Make the transactions fetcher more resilient to invalid responses
from /transactions. - [Transfers]
DepositProvider
andWithdrawProvider
instantiation now takes a
third, optional parameter for
ISO 639-1 language codes. The
default value is "en".
v0.0.9-rc.9
- [DataProvider] Add memo information to payments.
v0.0.9-rc.8
- [KeyManager] fetchAuthToken now accepts another account, if you're trying to
auth another key that your KeyManager account is a signer on. - [Transfers] Don't send the
account
param to /transactions anymore.
v0.0.9-rc.7
Add link to docs in README.
v0.0.9-rc.6
Add lang on both legacy endpoints, in addition to SEP-24 ones.
v0.0.9-rc.5
DepositProvider and WithdrawProvider instantiators now take a third parameter for language code.
v0.0.9-rc.4
- When parsing API responses, take extra care making sure that the responses are
valid JSON, and throw if not. - Remote trailing slashes from transfer urls passed to TransferProvider.