Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 3.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.2.20] - 2023-05-31

  • #106 New pkp-walletconnect package to connect PKPs and dApps using WalletConnect V2

[2.2.15] - 2023-05-30

  • #122 Added demo for email/sms
  • #123 Added Apple JWT Auth Provider

[2.2.0] - 2023-05-12

  • #88 Breaking change introduced to lit-node-client-nodejs regarding session signature generation and usage. Introduced auth-helpers package, which contains objects for working with session capability objects for session signatures.

[2.1.160] - 2023-05-05

  • #90 Fixed the issue where it was unable to regenerate the authSig when it had expired.

[2.1.156] - 2023-05-04

  • #67 Introduced the lit-auth-client package, enabling social logins, Ethereum wallet signing, WebAuthn registration and authentication, and management of PKPs tied to auth methods

  • #57 Introducing the pkp-client package, which serves as an abstraction of the pkp-ether, pkp-cosmos, and pkp-base packages. This enables the creation of Ether and Cosmos signers through PKPClient.

  • #97 Fixed warn - ./node_modules/@lit-protocol/ecdsa-sdk/src/lib/ecdsa-sdk.js Critical dependency: the request of a dependency is an expression

[2.1.114] - 2023-04-08

  • #77 Added support for Leap Cosmos wallet

[2.1.100] - 2023-03-29

  • #40 Added sessionSigs support to the remaining SDK functions. Now users have the option to use sessionSigs in place of authSigs.

[2.1.94] - 2023-03-21

  • #40 Simplified the multi-step process of encrypting & decrypting static content and storing all its metadata on IPFS in a single function encryptToIPFS & decryptFromIpfs.

[2.1.84] - 2023-03-16

  • #47 Upgraded @walletconnect/ethereum-provider to version 2.5.1 and added @web3modal/standalone as a depdency to the auth-browser repo

[2.1.63] - 2023-03-13

  • [#44] Separated Node Code into its own repository @lit-protocol/lit-node-client-nodejs, from which @lit-protocol/lit-node-client will extend, so there are no breaking changes for existing customers.

Added

  • yarn v to check the current npm version
  • yarn bump to update patch version in lerna.json and version.ts
  • yarn bump:minor to update minor version in lerna.json and version.ts
  • yarn bump:major to update major version in lerna.json and version.ts
  • Logs will now include version number eg. [LitJsSdk v2.1.63]
  • yarn tool:e2e will now serve the react app and launch Cypress E2E testing automatically