Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: harshankur/officeParser

Tags

v5.2.1

Toggle v5.2.1's commit message
Fixed #61 and bumped the version no. to 5.2.1. This also contains a t…

…emporary fix to run officeparser on browser enviornments where a mandatory import of pdfjs (eventhough it was not being used) was causing problems. This has been made conditional in 04844ff.

v5.2.0

Toggle v5.2.0's commit message
Fixed #36 - updated pdfjs to the latest v5. Browser bundle does not w…

…ork with this for pdf files yet.

v5.1.1

Toggle v5.1.1's commit message
Attempt to fix npm publishing workflow.

v5.1.0

Toggle v5.1.0's commit message
Fixed #35 => Added support for ArrayBuffer file inputs to allow bundl…

…ing. Added github actions workflow for creating draft release upon version change in package.json and creating bundles and npm/github packages upon a new release

v5.0.0

Toggle v5.0.0's commit message
Fixed #16, #34: Replaced extracting zip files from decompress to yauz…

…l. This means that we now extract files in memory and we no longer need to write them to disk. Removed config flags related to extracted files. Added flags for CLI execution.

v4.2.0

Toggle v4.2.0's commit message
Updated readme example for typescript.