Skip to content

v2.0.0

Compare
Choose a tag to compare
@gamemaker1 gamemaker1 released this 14 Jun 05:31
· 42 commits to main since this release
v2.0.0
38bde0f

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