Skip to content

Releases: gamemaker1/office-text-extractor

v3.0.3

19 Apr 11:22
v3.0.3
d76102f
Compare
Choose a tag to compare

Security

v3.0.2

09 Oct 04:35
v3.0.2
3344501
Compare
Choose a tag to compare

Security

  • Updated vulnerable xlsx dependency, see #8.

v3.0.1

10 Jul 16:35
d0540a6
Compare
Choose a tag to compare

Fixed publish issue in v3.0.0.

v3.0.0

10 Jul 16:27
9757f02
Compare
Choose a tag to compare

See #6 for the changes made in this version.

(tbd: write actual release notes)

v2.0.0

14 Jun 05:31
v2.0.0
38bde0f
Compare
Choose a tag to compare

What's Changed

  • This package is now pure ESM. Any code that imports this package will also need to be ESM. See this article for more details.
  • The package now requires Node v14.16 or greater.
  • The default export (import extractText from 'office-text-extractor') has been converted to a named export instead (import { extractText } from 'office-text-extractor').

Full Changelog: v1.5.0...v2.0.0

v1.5.0

12 Jun 12:19
0e596e0
Compare
Choose a tag to compare

Use MammothJS for parsing MS Word files

  • change(docx): use mammothjs for parsing docx files 5ef55e1
  • deps: upgrade, add mammothjs for docx parsing 5e382f3

v1.4.1...v1.5.0

Office Text Extractor v1.4.1

25 May 09:47
9e525a7
Compare
Choose a tag to compare

Fix broken type definitions

  • fix(types): add default keyword to extractText function def 7269ffe

v1.4.0...v1.4.1

Office Text Extractor v1.4.0

25 May 09:21
c4736bd
Compare
Choose a tag to compare

Add typescript typings

  • chore(deps): upgrade deps f33fb87
  • feat(types): add ts typings fde1730

v1.3.1...v1.4.0

Office Text Extractor v1.3.1

06 Mar 11:27
Compare
Choose a tag to compare

Fix typo in tests

  • chore: add tests folder to .npmignore 33ca9e1
  • fix: typo in test function names 1374f67

Office Text Extractor v1.3.0

06 Mar 07:28
Compare
Choose a tag to compare

Add tests

  • docs: add tests workflow status badge to README 515f877
  • chore: add .github folder to .npmignore 1e72b47
  • chore: add workflow to test code on push 87026b0
  • chore: add tests using ava ec01ec2