Skip to content

v1.0.0

Compare
Choose a tag to compare
@morleyzhi morleyzhi released this 08 May 14:52
· 387 commits to master since this release
fae699c

Because we're launching two breaking changes, we're taking the opportunity to switch to true semver! 🎉

  • Breaking change Stellar Protocol 11 compatibility
    • Rename Operation.manageOffer to Operation.manageSellOffer.
    • Rename Operation.createPassiveOffer to Operation.createPassiveSellOffer.
    • Add Operation.manageBuyOffer.
  • Breaking change The fee parameter to TransactionBuilder is now
    required. Failing to provide a fee will throw an error.