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: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.0
Choose a base ref
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.0
Choose a head ref
  • 5 commits
  • 39 files changed
  • 5 contributors

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    785d24d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add support for verifying User Attributes in verifyAllUsers (#1637)

    Previously, `verifyAllUsers` would fail on keys with User Attributes.
    Now, it returns a list of objects that have a either a non-null `userID`
    property (in the case of User IDs) or a non-null `userAttribute`
    property that contains the User Attribute packet.
    
    Co-authored-by: Daniel Huigens <[email protected]>
    martgil and twiss authored May 15, 2023
    Configuration menu
    Copy the full SHA
    29d2b70 View commit details
    Browse the repository at this point in the history
  2. TS: add declaration for verify with CleartextMessage input (#1640)

    Also, make `VerifyMessageResult` generic. This change should be backwards
    compatible since a default type is set.
    larabr authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1eb0b42 View commit details
    Browse the repository at this point in the history
  3. Allow email addresses with trailing numbers in domain (#1642)

    Domains such as .com09 are valid (see RFC1123)
    larabr authored May 15, 2023
    Configuration menu
    Copy the full SHA
    33c1954 View commit details
    Browse the repository at this point in the history
  4. 5.9.0

    larabr committed May 15, 2023
    Configuration menu
    Copy the full SHA
    400b163 View commit details
    Browse the repository at this point in the history
Loading