github stellar/js-stellar-sdk v1.0.1

latest releases: v15.1.0, v15.0.1, v14.6.1...
7 years ago

The newest version of stellar-sdk contains breaking changes, so we've taken this opportunity to switch to true semver! 🎉

  • [1.0.0] Breaking change Stellar Protocol 11 compatibility
    • Rename Operation.manageOffer to Operation.manageSellOffer.
    • Rename Operation.createPassiveOffer to Operation.createPassiveSellOffer.
    • Add Operation.manageBuyOffer.
  • [1.0.0] Breaking change The fee parameter to TransactionBuilder is now
    required. Failing to provide a fee will throw an error.
  • [1.0.1] The new renamed operations, Operation.manageOffer and Operation.createPassiveOffer, will still work; they'll just issue a deprecation warning to the console, and they'll return the output of the new operation names (so their returned type properties will be "manageSellOffer" and "createPassiveSellOffer" respectively).

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.