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.3-rc10
Export types in a `Types` namespace (#77) Makes it easier to distinguish between types and the other non-type exports.
v0.0.3-rc8
Explicitly export types (#74) * explicitly export types * bump version too * upgrade stellar-sdk
v0.0.3-rc7
Try to expose internal types
v0.0.3-rc6
[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
Don't export object-namespaces anymore. Export elements directly.
v0.0.3-rc4
Fix build problems.
v0.0.3-rc3
Transfer fixes
v0.0.3-rc1
v0.0.3-rc1 (#65) - Add changelog - Upgrade stellar-sdk to a working 2.0.0 beta - Bump version number
v0.0.2-rc1
- 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
Pass the --access public
flag to npm publish, since scoped packages are private (and thus paid) by default.