Skip to content

Releases: multiversx/mx-sdk-js-core

v13.1.0

18 Apr 12:21
b877bbe
Compare
Choose a tag to compare

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

11 Apr 12:54
cb4fd81
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v13.0.0...v13.0.1

v13.0.0

08 Apr 08:37
00baf37
Compare
Choose a tag to compare

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

05 Apr 09:29
6da6721
Compare
Choose a tag to compare
v13.0.0-beta.18 Pre-release
Pre-release

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)

  • add method to compute bytes for verifying transaction signature by @popenta in #432

Full Changelog: v12.19.2...v13.0.0-beta.18

v13.0.0-beta.17

04 Apr 07:56
72e5ca5
Compare
Choose a tag to compare
v13.0.0-beta.17 Pre-release
Pre-release

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: v13.0.0-beta.16...v13.0.0-beta.17

v13.0.0-beta.16

02 Apr 13:49
d9697c6
Compare
Choose a tag to compare
v13.0.0-beta.16 Pre-release
Pre-release

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: v13.0.0-beta.15...v13.0.0-beta.16

v13.0.0-beta.15

02 Apr 10:52
06cfa01
Compare
Choose a tag to compare
v13.0.0-beta.15 Pre-release
Pre-release

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: v13.0.0-beta.14...v13.0.0-beta.15

v12.19.2

01 Apr 08:58
92fed5a
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v12.19.1...v12.19.2

v13.0.0-beta.14

30 Mar 18:05
1ba2a1d
Compare
Choose a tag to compare
v13.0.0-beta.14 Pre-release
Pre-release

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

29 Mar 09:00
900a8b8
Compare
Choose a tag to compare
v13.0.0-beta.13 Pre-release
Pre-release

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