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.0.3-rc10

03 Jul 16:39
92082ff
Compare
Choose a tag to compare
v0.0.3-rc10 Pre-release
Pre-release
Export types in a `Types` namespace (#77)

Makes it easier to distinguish between types and the other non-type exports.

v0.0.3-rc8

02 Jul 17:53
af192fa
Compare
Choose a tag to compare
v0.0.3-rc8 Pre-release
Pre-release
Explicitly export types (#74)

* explicitly export types

* bump version too

* upgrade stellar-sdk

v0.0.3-rc7

01 Jul 22:04
8752277
Compare
Choose a tag to compare
v0.0.3-rc7 Pre-release
Pre-release

Try to expose internal types

v0.0.3-rc6

26 Jun 18:34
8e9d744
Compare
Choose a tag to compare
v0.0.3-rc6 Pre-release
Pre-release
[Transfers] Fix a bug with processing Apay's info (#71)

- Add parseInfo tests
- Add fixtures based on Apay and AnchorUSD info
- Don't error if info doesn't include field information

v0.0.3-rc5

26 Jun 15:05
1a604c5
Compare
Choose a tag to compare
v0.0.3-rc5 Pre-release
Pre-release

Don't export object-namespaces anymore. Export elements directly.

v0.0.3-rc4

25 Jun 16:21
Compare
Choose a tag to compare
v0.0.3-rc4 Pre-release
Pre-release

Fix build problems.

v0.0.3-rc3

25 Jun 16:00
Compare
Choose a tag to compare
v0.0.3-rc3 Pre-release
Pre-release

Transfer fixes

v0.0.3-rc1

14 Jun 19:46
a70332d
Compare
Choose a tag to compare
v0.0.3-rc1 Pre-release
Pre-release
v0.0.3-rc1 (#65)

- Add changelog
- Upgrade stellar-sdk to a working 2.0.0 beta
- Bump version number

v0.0.2-rc1

23 May 20:20
Compare
Choose a tag to compare
v0.0.2-rc1 Pre-release
Pre-release
  • Changes to the KeyStore spec
  • Adjust how documentation works
  • Add PluginTesting arm
  • Reorganize the library to export each arm as a different object
  • Implement transfer fetching
  • Implement DataProvider pagination

v0.0.1-rc3

18 Apr 21:24
Compare
Choose a tag to compare
v0.0.1-rc3 Pre-release
Pre-release

Pass the --access public flag to npm publish, since scoped packages are private (and thus paid) by default.