Skip to content

Latest commit

 

History

History
121 lines (77 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

121 lines (77 loc) · 8.16 KB

0.0.11 (2023-07-19)

  • Add support for unpadded key values (d79d618)
  • Rename filetype on test (bde71bd)
  • Update version and changelog (bd14df1)

0.0.10 (2022-11-30)

  • Add ability to create and sign basic VCs (5b019d8)
  • Update version and changelog (8b770d8)

0.0.9 (2022-11-25)

  • Add a short version of the DID (5ed532b)
  • Update version and changelog (691af57)

0.0.8 (2022-11-22)

  • Add another test sample generation for .well-known configuration (88f1f40)
  • Add the .well-known configuration generation to Blockcore Identity (6c41249)
  • Update examples (b943a4c)
  • Update version and changelog (cbe9f51)

0.0.7 (2022-11-17)

  • Add a function to easily get the DID ID from JsonWebKey (0529a07)
  • Add support for deriving public key from JsonWebKey (d8cd445)
  • Update version and changelog (a905aa0)

0.0.6 (2022-11-17)

  • Add fully qualified kid to the header (4a1652f)
  • Update version and changelog (f735421)

0.0.5 (2022-11-17)

  • Add "iat" to the body of the JWS (2f9dfbf)
  • Update version and changelog (3bdef08)

0.0.4 (2022-11-17)

  • Add example usage in README (2eedf13)
  • Change sequence to version (cd6cded)
  • Change the "content" to "didDocument" (5c2dc17)
  • Remove "operation" from identity as it's simplified and not needed (be9c9cf)
  • Update version and changelog (9ef1609)

0.0.3 (2022-11-16)

  • Update packages and remove old unused packages (7f7ce40)
  • Update used packages (743f509)
  • Update version and changelog (7a9e45d)

0.0.2 (2022-11-16)

  • Add updated generated examples (025e78e)
  • Deprecate the old implementation for Blockcore Identity (1fe1ed5)
  • Remove "Release" from release titles (a928c5c)
  • Remove old test outputs and update tests (e37263a)
  • Remove schemas as this library is no longer concerned with them (f23b8bd)
  • Simplify and improve the Blockcore Identity (08a2722)
  • Update the README to reflect new changes (48aa0c1)
  • Update version (fffd231)

0.0.1 (2021-06-22)

  • Add "Store Purchases" use case (7d62c7c)
  • Add a number of replace operations (077062c)
  • Add an use case for Blockcore Identity: Car sales (e7a872c)
  • Add authentication section to the default DID Document generated. (e3a9b69)
  • Add basic VC schema example (70a6508)
  • Add DID Payload support to the API, code inspired by ION SDK (6f75bf5)
  • Add generation of example output documents (d6fb321)
  • Add pack to workflow (1c9efd0)
  • Add readable formatting to generated JSON examples (4c3db1f)
  • Add some schema information and development status (9243b27)
  • Bump elliptic from 6.5.3 to 6.5.4 (#1) (da1f33d), closes #1
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#2) (96f4bd9), closes #2
  • Fix implementation according to the did-test-suite (W3C specification) (8941020)
  • Fix the tooling to Node v14 (89a32ac)
  • Fix workflow with correct npm ci command (45b7274)
  • Fixed the final issue on decoding the VC (aa4172c)
  • Format code (58f1595)
  • Initial commit (7b86cbf)
  • Make a backup of the previous examples based on JWT implementation (0f3f612)
  • Migrate the tests into proper tests (e8ba5e9)
  • Move the examples to "jwt" folder to prepare for future "json" implementation. (49f5bc4)
  • Prepare for initial preview release (832c85d)
  • Remove alternative versioning scripts (d7c827e)
  • Remove unused code (0f35f80)
  • Rename the lib source folder (4404744)
  • Setup test and build (d3a8375)
  • Update name of package (548ce12)
  • Update package name (cb36de0)
  • Update README.md (d872506)
  • Update the README with instructions on build and testing (9c3afd0)
  • Variable fix and read version from event data (81c87c3)
  • WIP: Add support for some of the DID specifications (0970dab)