Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/split #194

Merged
merged 4 commits into from
Oct 9, 2023
Merged

Feature/split #194

merged 4 commits into from
Oct 9, 2023

Commits on Oct 6, 2023

  1. ♻️ Deprecating node-signpdf to be replaced by the @signpdf scoped…

    … packages
    
    * Split the helpers into separate packages `@signpdf/placeholder-pdfkit010` and `@signpdf/placeholder-plain`;
    * placeholder helpers now require `contactInfo`, `location` and `name` which used to be optional;
    * Introduced more types declarations through TS and JSDoc;
    * Introduced examples in `packages/examples`;
    vbuch committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b15bdfe View commit details
    Browse the repository at this point in the history
  2. í³¦ Build @signpdf

    vbuch committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f4d63cd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. 📝 ✨ ♻️ Decoupled crypto signing from PDF signing

    Introducing @signpdf/signer-p12 and making signpdf's sign() method async
    
    Co-authored-by: Daniel Hensby <[email protected]>
    vbuch and dhensby committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    759f7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0ce3b View commit details
    Browse the repository at this point in the history