Skip to content

Commit

Permalink
📝 Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Jan 12, 2024
1 parent 9d00b84 commit 33327ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## [3.2.0]

* [utils] Introduced `convertBuffer()` to allow inputs as `Buffer`, `Uint8Array` or `string`;
* [utils] The `Signer` abstract class accepts an optional `signingTime`.
* [signpdf] Accepts `Buffer`, `Uint8Array` or `string` as input;
* [signer-p12] Accepts `Buffer`, `Uint8Array` or `string` as input;
* [signer-p12] Respects `signingTime` as abstracted in `Signer`;
* [placeholder-pdf-lib] Accepts either a `PDFDoc` or a `PDFPage` to allow adding the placeholder to a specific page rather than always the first one;
* [placeholder-pdf-lib] Accepts `signingTime`;
* [placeholder-pdf-lib] Includes an `AP` appearance stream for PDF/A compliance;
* [placeholder-pdf-lib] Adds `Prop_Build` to describe the signing application;
* [placeholder-pdf-lib] Does not require `{useObjectStreams: false}`;
* Bumped version of follow-redirects;

## [3.1.0]

* [placeholder-pdfkit] Introduce the package that uses PDFKit > 0.10 for adding a placeholder;
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ of `@signpdf/signpdf`
* [timotheeg](https://github.com/timotheeg)
* [ElTimuro](https://github.com/ElTimuro)
* [erikn69](https://github.com/erikn69)
* [dcbr](https://github.com/dcbr)

0 comments on commit 33327ea

Please sign in to comment.