Skip to content

Commit 070ed90

Browse files
committed
CHANGELOG
1 parent d20fdbc commit 070ed90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.
44

5+
## 0.6.0
6+
7+
* **Breaking change** `CallBuilder.stream` now reconnects when no data was received for a long time.
8+
This is to prevent permanent disconnects (more in: [#76](https://github.com/stellar/js-stellar-sdk/pull/76)).
9+
Also, this method now returns `close` callback instead of `EventSource` object.
10+
* **Breaking change** `Server.loadAccount` now returns the `AccountResponse` object.
11+
* **Breaking change** Upgraded `stellar-base` to `0.6.0`. `ed25519` package is now an optional dependency. Check `StellarSdk.fastSigning` variable to check if `ed25519` package is available. More in README file.
12+
* New `StellarTomlResolver` class that allows getting `stellar.toml` file for a domain.
13+
* New `Config` class to set global config values.
14+
515
## 0.5.1
616

717
* Fixed XDR decoding issue when using firefox

0 commit comments

Comments
 (0)