Releases: Sparticuz/pdffiller-stream
Releases · Sparticuz/pdffiller-stream
v6.1.0
What's Changed
- Dep updates, start vitest migrate by @Sparticuz in #34
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Dependency Updates by @Sparticuz in #31
Breaking
- Drop Node 14 support
Full Changelog: v5.0.0...v6.0.0
v5.0.0
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
What's Changed
- Sort the field options alphabetically by @Sparticuz in #26
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.0
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.