Stellar (XLM) Pre Release Js Wallet Version 0.1.0 - rc-1Breaking 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 and WithdrawProvider instantiation now takes a
third, optional parameter for
ISO 639-1 language codes. The
default value is "en".
Source Code: https://github.com/stellar/js-stellar-wallets/releases/tag/v0.1.0-rc.1