Releases: multiversx/mx-sdk-js-core
v13.1.0
What's Changed
🛠️ ❗ In TokenManagementTransactionsFactory
, added missing role ESDTTransferRole
on fungible token (by @popenta in #437). Made in mandatory (by @popenta in #440). This shouldn't be considered a breaking change. It's a minor (trivial) fixing change.
🔵 Implemented AccountTransactionsFactory
(by @popenta in #439).
🔵 Improved SmartContractTransactionsFactory
: in createTransactionForUpgrade()
, use the upgrade
definition, if available (by @andreibancioiu in #438).
❗ Analyze serialization of variadic arguments (v12 vs v13) (by @andreibancioiu in #441). Documented a previously unforeseen minor breaking change (when migrating from v12 to v13).
✍️ Formatting part I (by @popenta in #442).
✍️ Formatting part II (by @popenta in #443).
✍️ Formatting part III (by @popenta in #444).
Full Changelog: v13.0.1...v13.1.0
v13.0.1
v13.0.0
What's Changed
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
To see a list with all the pull requests that have been merged please take a look here.
Full Changelog: v12.19.2...v13.0.0
v13.0.0-beta.18
What's Changed
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
The release is being prepared here.
What's Changed (since previous beta)
Full Changelog: v12.19.2...v13.0.0-beta.18
v13.0.0-beta.17
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
The release is being prepared here.
What's Changed (since previous beta)
- Fix events parsing (deciding on event identifier) by @andreibancioiu in #431
Full Changelog: v13.0.0-beta.16...v13.0.0-beta.17
v13.0.0-beta.16
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
The release is being prepared here.
What's Changed (since previous beta)
- Rename parameters wrt. specs: function, arguments by @andreibancioiu in #429
- Adjust output of queries controller (unwrap native values) by @andreibancioiu in #430
Full Changelog: v13.0.0-beta.15...v13.0.0-beta.16
v13.0.0-beta.15
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
The release is being prepared here.
What's Changed (since previous beta)
- Configure automatic docs generation by @andreibancioiu in #425
- Adjust exports (message, adapters, converters) by @andreibancioiu in #426
- Export SmartContractQueriesController by @andreibancioiu in #428
Full Changelog: v13.0.0-beta.14...v13.0.0-beta.15
v12.19.2
What's Changed
What's Changed
- Configure automatic docs generation by @andreibancioiu in #425
Full Changelog: v12.19.1...v12.19.2
v13.0.0-beta.14
What's changed
v13 comes with a few minor breaking changes compared to the previous version v12, but we expect a very smooth transition to the newer version. The migration guide can be found here, as a GitHub issue.
The cookbook has been updated and can be found here. This is still a work in progress, with more content to be added, but it serves as a solid starting point.
We've also generated documentation for each component of js-core
, which you can explore here.
The release is being prepared here.
Full Changelog: v13.0.0-beta.13...v13.0.0-beta.14
v13.0.0-beta.13
What's Changed
What's Changed
- Hotfix (regression): interaction (legacy API) with ABI, with transfers (transfer & execute) by @andreibancioiu in #420
- Revert interaction error to warning by @popenta in #421
- Removed Smart Contract Transactions Factory dependency by @popenta in #422
- Implemented Address Computer by @popenta in #423
- SmartContractTransactionsOutcomeParser - parseDeploy() by @andreibancioiu in #424
Full Changelog: v13.0.0-beta.12...v13.0.0-beta.13