Releases: polkadot-js/wasm
Releases · polkadot-js/wasm
v7.5.4
v7.5.3
v7.5.2
v7.5.1
Changes:
- Bump yarn to 4.5.1 (#573)
- Update comments and labels from 2024 to 2025 (#574)
- Bump yarn to 4.6.0 (#575)
- Set execute for build script in CI (#576)
- Set permissions on all scripts (#577)
- Bump dev to 0.83.2 (#578)
- chore: added check in ext_secp_recover for signature normalization (#579)
- chore: Improve CI (#580)
- Revert CI improvements and wasm-bindgen version (#583)
- Added validation checks in PBKDF2 and Scrypt hashing functions (#584)
- Rollback wasm-bindgen version change (#586)
- Fix rust version to 1.84 (#587)
- Default to installed rust version (#588)
- Default to nightly rust version (#589)
- Ci Fix (#590)
- Read lock file (#591)
- Setup nightly as default (#592)
- Tweak install-build-deps.sh script (#593)
- Remove ASM build (#594)
- Bump @PolkaDot deps (#595)
v7.4.1
- Bump dev deps to 0.81.2
- Bump TS
- Ensure CJS is exported correctly
- Bump yarn
- Add missing sideEffect declarations
- Set Deno build in CI to 1.42.x
v7.3.2
Changes:
- Apply fixes for OOB array access
v7.3.1
Changes:
- Drop support for Node 16 (EOL 11 Sep 2023)
v7.2.2
Changes:
- Adjust cjs exports for consistency
- Adjust usage of
?.as per (latest) linting rules
v7.2.1
Changes:
- Adjust
cjs/bytes.jsgeneration to followexport.<var> = ...form - Add
moduletopackage.jsonexport map (ESM-only)
v7.1.2
Changes:
- Apply
readonlyspecifiers to private class fields where applicable - Adjust compilation output for
__internal__class fields