Skip to content

Releases: harshankur/officeParser

Version 5.0.0

21 Oct 21:15
Compare
Choose a tag to compare

Version 5.0.0 🎉

What's Changed

  • Replaced using decompress with yauzl. Extracting zip files in memory now instead of storage. Therefore, the requirement for a temp directory to unload the internal xml files of the office files is now eliminated. This fixes #16, #34, #45.
  • Improved CLI executions with better checks and support for supplying config flags as arguments

Breaking Changes?

All the changes are backward compatible for vanilla javascript users.
But typescript and jsdoc users may look into the OfficeParserConfig that you supply to parseOffice and parseOfficeAsync as they have the following two keys removed from the object which may break your code in compile time.

  1. tempFilesLocation
  2. preserveTempFiles