Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ucan-wg/ts-ucan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.2
Choose a base ref
...
head repository: ucan-wg/ts-ucan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 19 files changed
  • 7 contributors

Commits on Feb 24, 2023

  1. Copy the full SHA
    5c0c4dc View commit details
  2. 🚀 Version 0.11.3

    matheus23 committed Feb 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    385cc9a View commit details
  3. 🚀 Version 0.11.4: Now with a README

    😅
    matheus23 committed Feb 24, 2023
    Copy the full SHA
    b9188fc View commit details

Commits on May 31, 2023

  1. Contribution block in README (#101)

    * Added the beginnings of a contrbution block that includes instructions to use yarn, as per #100
    
    * Typos
    
    Signed-off-by: Philipp Krüger <[email protected]>
    
    ---------
    
    Signed-off-by: Philipp Krüger <[email protected]>
    Co-authored-by: Philipp Krüger <[email protected]>
    jeffgca and matheus23 authored May 31, 2023
    Copy the full SHA
    9ae067c View commit details

Commits on Jul 24, 2023

  1. Add UCAN version badge (#103)

    bgins authored Jul 24, 2023
    Copy the full SHA
    d2b87d2 View commit details

Commits on Jul 25, 2023

  1. Update SemVer handling & add 0.9.0 compat (#104)

    * fix semver parsing and update compat to 0.9.1 (for compat with rs-ucan 0.2.0, which uses "0.9.0-canary")
    
    * fix: linting error
    
    ---------
    
    Co-authored-by: Steven Vandevelde <[email protected]>
    blaine and icidasset authored Jul 25, 2023
    Copy the full SHA
    4b1be87 View commit details

Commits on Mar 15, 2024

  1. Add an exportable option to default-plugins (#109)

    Addresses issue #108
    
    ---
    
    * Add an `exportable` option to EcdsaKeyPair
    Addresses issue #108
    
    * Implement and test import / export for ECDSA Keypair
    
    * Import and Export for RSA keys
    
    * Import / Export for EdKeypair
    
    * [WIP] Remove unit8array as a dependency
    
    * [bug] remove unused dependency
    
    * [fix] Normalize back to uintarrays
    
    [Fix] Normalize on uint8arrays
    
    * [feat] Normalize `export` to use JWK types
    
    * [fix] added notes about ed25519 export
    
    * [fix] Revised comment about export to include other parameters
    
    * [fix] Generify ExportableKey type to allow for PrivateKeyJwk return
    types
    kshinn authored Mar 15, 2024
    Copy the full SHA
    bf35b41 View commit details
Loading