Skip to content

Latest commit

 

History

History
100 lines (51 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

100 lines (51 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0-beta.1 - 2024-05-08

Same changes as https://github.com/iotaledger/iota-sdk/blob/2.0/bindings/nodejs/CHANGELOG.md.

2.0.0-alpha.3 - 2024-04-19

Same changes as https://github.com/iotaledger/iota-sdk/blob/2.0/bindings/nodejs/CHANGELOG.md.

2.0.0-alpha.2 - 2024-04-02

Same changes as https://github.com/iotaledger/iota-sdk/blob/2.0/bindings/nodejs/CHANGELOG.md.

2.0.0-alpha.1 - 2024-03-26

Initial alpha release of the wasm 2.0 bindings.

1.1.3 - 2024-01-29

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.1.2 - 2023-12-07

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.1.1 - 2023-10-16

Fixed

  • Compiles with iota-sdk-bindings-core's private_key_secret_manager feature to make PrivateKeySecretManager available;

1.1.0 - 2023-09-29

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.6 - 2023-09-14

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.5 - 2023-08-18

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.4 - 2023-08-01

Fixed

  • Clients returning the default protocol parameters when multiple Client instances are used;

1.0.3 - 2023-07-31

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.2 - 2023-07-28

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

Fixed

  • Runtime serialization error of BigInt when working with native token amounts;

1.0.1 - 2023-07-25

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

Fixed

  • Runtime error when importing from sdk-wasm due to destroyClient not being exported;

1.0.0 - 2023-07-24

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.0-rc.1 - 2023-07-21

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

1.0.0-rc.0 - 2023-07-07

Initial release of the wasm SDK bindings.