Skip to content

Releases: Sparticuz/pdffiller-stream

v6.0.0

19 Oct 17:47
Compare
Choose a tag to compare

What's Changed

Breaking

  • Drop Node 14 support

Full Changelog: v5.0.0...v6.0.0

v5.0.0

03 Feb 13:56
Compare
Choose a tag to compare

What's Changed

  • BREAKING: convert package to esm by @Sparticuz in #28
  • Requires Node.js 16, though probably still works on Node.js 14
  • This package is now pure ESM. Please read this.

Full Changelog: v4.2.0...v5.0.0

v4.2.0

06 Oct 16:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

29 Jul 14:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

06 Aug 20:26
Compare
Choose a tag to compare

Breaking Changes

  • In reality, this should not be breaking, but just in case, I'm moving to v4.
  • This version includes support and compatibility for a more modern fork of pdftk-server, pdftk-java

New Features

  • Implemented pdffillerjs#60 which includes support for returning the filled in value of a pdf form (Note: flattened forms do not support this). This also includes support for getting the options for a dropdown or checkbox.

Other

  • Refactored all tests

Bugs

  • Diacritic support is still not implemented (#11)

What's next

  • Version 5 will include support for XFDF, which might help with diacritic support.

v3.1.4

09 Oct 13:24
Compare
Choose a tag to compare

v3.1.3

09 Oct 13:17
Compare
Choose a tag to compare

More Github actions updates

v3.1.1

08 Oct 19:53
Compare
Choose a tag to compare

No code changes, just a Github Action change

v3.1.0

08 Oct 19:44
Compare
Choose a tag to compare

This release fixes the tests, adds some Github Actions, and adds in a check to make sure the file exists.

Typescript!

31 Jul 18:13
Compare
Choose a tag to compare

This release rewrites the library using Typescript