Skip to content

Releases: ProjectLibertyLabs/siwf

v2.3.6

17 Dec 19:07
7fa4fb9

Choose a tag to compare

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

11 Dec 00:39
f8c66df

Choose a tag to compare

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

Full Changelog: v2.3.4...v2.3.5

v2.3.4 Documentation and Additional package exports for SIWF js library

10 Jul 18:00
c3f7303

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

09 Jul 14:42
8d1161d

Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

07 Jul 21:42
c502de9

Choose a tag to compare

What's Changed

  • Added support for Recovery Commitment payload by @aramikm in #370

Full Changelog: v2.3.1...v2.3.2

v2.3.1 Dependency Fix for CommonJS support

03 Jul 01:21
5e161b3

Choose a tag to compare

What's Changed

  • Rollback @digitalcredentials/vc from v10 to v9 due to commonjs support by @wilwade in #358

Full Changelog: v2.3.0...v2.3.1

v2.3.0

03 Jul 00:25
f7349ad

Choose a tag to compare

What's Changed

Breaking changes

  • SiwfOptions.chainType is not optional anymore
  • generateSignedRequest also needs a new ChainType param

Full Changelog: v2.2.1...v2.3.0

v1.1.7 Dependency Updates

03 Jul 02:00
a09b9df

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v2.2.1 Correct Options

26 Jun 18:10
406aed0

Choose a tag to compare

Breaking Change

Fixed incorrect double usage of options.endpoint and replace with chainType

Specific Changes

  • Switch the ChainType to a passthrough and add Options Documentation by @wilwade in #346

Full Changelog: v2.2.0...v2.2.1

v2.2.0

25 Jun 18:03
e59b465

Choose a tag to compare

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.

  • generateSignedRequest
  • buildSignedRequest
  • generateEncodedSignedRequest
  • serializeAddProviderPayloadHex
  • serializeItemActionsPayloadHex
  • serializeClaimHandlePayloadHex
  • validatePayloads
  • validateSiwfResponse

Major Changes

Minor Changes

New Contributors

Full Changelog: v2.1.4...v2.2.0