Releases: ProjectLibertyLabs/siwf
Releases · ProjectLibertyLabs/siwf
v2.3.6
Summary
This release fixes build/test issues with gateway due to import used with CJS modules that siwf depends on.
What's Changed
- add digitalcredentials and noble/hashes to noExternal list by @shannonwells in #453
Full Changelog: v2.3.5...v2.3.6
Release v2.3.5: package updates
What's Changed
- chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.44.2 to 4.50.1 in /libraries/js by @dependabot[bot] in #407
- chore(deps-dev): bump typescript-eslint from 8.36.0 to 8.42.0 in /libraries/js by @dependabot[bot] in #405
- chore(deps-dev): bump vite from 7.0.2 to 7.1.5 in /libraries/js by @dependabot[bot] in #406
- NEEDS WORK: chore(deps): bump @polkadot/types-codec from 16.3.1 to 16.4.6 in /libraries/js by @dependabot[bot] in #408
- typescript and polkadot type and codex packages bumped by @emresurmeli in #424
- update swif to latest ethereum utils to prevent conflict in gateway by @saraswatpuneet in #430
- chore(deps-dev): bump @eslint/js from 9.37.0 to 9.38.0 in /libraries/js by @dependabot[bot] in #435
- chore(deps): bump @frequency-chain/ethereum-utils from 1.17.6-rc1 to 1.17.6-rc2 in /libraries/js by @dependabot[bot] in #437
- chore(deps-dev): bump vite from 7.1.10 to 7.1.12 in /libraries/js by @dependabot[bot] in #438
- chore(deps-dev): bump @eslint/js from 9.38.0 to 9.39.1 in /libraries/js by @dependabot[bot] in #442
- chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.52.4 to 4.53.2 in /libraries/js by @dependabot[bot] in #443
- Lock npm versions by @emresurmeli in #441
- chore(deps): bump @frequency-chain/ethereum-utils from 1.17.6 to 1.17.8 in /libraries/js by @dependabot[bot] in #444
- fix git workflows by @shannonwells in #451
New Contributors
- @saraswatpuneet made their first contribution in #430
Full Changelog: v2.3.4...v2.3.5
v2.3.4 Documentation and Additional package exports for SIWF js library
What's Changed
- add docs for ethr by @aramikm in #375
- Design doc draft for SIWF v2 ref app by @emresurmeli in #368
- Add esm specific exports for better tree-shaking by @wilwade in #376
New Contributors
- @emresurmeli made their first contribution in #368
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- fix checksum integrity failure. add .tool-versions files by @shannonwells in #371
- fix Metamask signer by @aramikm in #364
- fix: swap in noble-hashes for Node crypto: by @JoeCap08055 in #374
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1 Dependency Fix for CommonJS support
What's Changed
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- fix docs for secp256k1 by @aramikm in #348
- removed graph proof from vc by @aramikm in #354
- Recovery Secret Credential by @aramikm in #356
- updated dependencies by @aramikm in #357
Breaking changes
SiwfOptions.chainTypeis not optional anymoregenerateSignedRequestalso needs a new ChainType param
Full Changelog: v2.2.1...v2.3.0
v1.1.7 Dependency Updates
v2.2.1 Correct Options
Breaking Change
Fixed incorrect double usage of options.endpoint and replace with chainType
Specific Changes
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Breaking Changes
The addition of secp256k1 support required breaking changes. The following external functions have changed signatures. If you use any of them, make sure to update accordingly.
generateSignedRequestbuildSignedRequestgenerateEncodedSignedRequestserializeAddProviderPayloadHexserializeItemActionsPayloadHexserializeClaimHandlePayloadHexvalidatePayloadsvalidateSiwfResponse
Major Changes
Minor Changes
New Contributors
Full Changelog: v2.1.4...v2.2.0