Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: stellar/js-stellar-wallets

v0.1.0-rc.4

02 Jul 19:19
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

Don't assume any API response is valid JSON.

v0.1.0-rc.3

01 Jul 20:57
9496b82
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

Return better context for fetchAuthToken errors.

v0.1.0-rc.2

15 May 14:15
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

Add option to pass metadata to Server constructor (enabling custom app names and versions).

v0.1.0-rc.1

05 May 14:34
50bbd4d
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

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 and WithdrawProvider instantiation now takes a
    third, optional parameter for
    ISO 639-1 language codes. The
    default value is "en".

v0.0.9-rc.9

27 Apr 20:31
Compare
Choose a tag to compare
v0.0.9-rc.9 Pre-release
Pre-release
  • [DataProvider] Add memo information to payments.

v0.0.9-rc.8

15 Apr 19:05
Compare
Choose a tag to compare
v0.0.9-rc.8 Pre-release
Pre-release
  • [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

26 Mar 13:50
Compare
Choose a tag to compare
v0.0.9-rc.7 Pre-release
Pre-release

Add link to docs in README.

v0.0.9-rc.6

11 Mar 14:47
Compare
Choose a tag to compare
v0.0.9-rc.6 Pre-release
Pre-release

Add lang on both legacy endpoints, in addition to SEP-24 ones.

v0.0.9-rc.5

11 Mar 14:08
bb0e4f3
Compare
Choose a tag to compare
v0.0.9-rc.5 Pre-release
Pre-release

DepositProvider and WithdrawProvider instantiators now take a third parameter for language code.

v0.0.9-rc.4

10 Mar 19:35
ba51675
Compare
Choose a tag to compare
v0.0.9-rc.4 Pre-release
Pre-release
  • 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.