Skip to content

v1.0.1

Compare
Choose a tag to compare
@morleyzhi morleyzhi released this 09 May 15:08
· 399 commits to master since this release
1a170f9

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).