Skip to content

Latest commit

 

History

History
98 lines (47 loc) · 4.61 KB

File metadata and controls

98 lines (47 loc) · 4.61 KB

Changelog

0.5.0 (2026-04-19)

Features

  • add RPC layer with protocol definition and example usage (2db3500)
  • restructure RPC module and remove deprecated client/server files (2f4104e)
  • update proof assertion logic and enhance chain resolution in store (eede4dc)

Bug Fixes

  • add spec invocation fixtures to the tests (0621d9a)
  • refine TypeScript error handling and update test cases across multiple packages (4012b85)
  • replace base64pad with base64 in delegation module (3bf3b2c)

0.4.2 (2025-11-12)

Bug Fixes

0.4.1 (2025-09-29)

Bug Fixes

  • replace BufferSource with Uint8Array in type definitions and function parameters (09a2277)

0.4.0 (2025-08-27)

Features

0.3.0 (2025-08-13)

Features

  • iso-ucan: add delegation creation and validation methods (f81ab7b)
  • wired policy validation (cd317bb)

Bug Fixes

0.2.1 (2025-07-28)

Bug Fixes

  • iso-ucan: correct signature payload validation logic in decodeSignaturePayload (db8bd18)

0.2.0 (2025-07-28)

Features

  • iso-ucan: enhance envelope functionality with signature payload handling (863fd43)

Bug Fixes

  • iso-ucan: return signature payload directly in getSignaturePayload (16eb072)

0.1.6 (2025-07-25)

Bug Fixes

  • iso-ucan: update package.json and tsconfig.json for improved type definitions and include test files (f4c1218)

0.1.5 (2025-07-23)

Features

  • add server, client, and policy types; refactor capability and delegation (ded9771)

Bug Fixes

  • change server.ts to server.js (e3c3bcf)
  • iso-ucan: initial commit (ded8355)
  • policy and proofs (e548cfc)
  • policy and proofs add files (608ff1b)
  • update audience property in createClient function (00ffdfb)

Miscellaneous Chores

  • main: release iso-base 0.1.5 (3849a49)