Skip to content

Releases: epfromer/pst-extractor

v1.11.0

18 Jan 18:49
Compare
Choose a tag to compare
  • update all dependencies
  • match spec for handling of non-existent column (thanks @infeng)

v1.10.0

14 Jul 16:44
Compare
Choose a tag to compare
  • update all dependencies

v1.9.0

06 Apr 14:52
Compare
Choose a tag to compare
  • update all dependencies
  • improve handling of bodyHTML (thanks @EliteCheng)

v1.8.0

16 Aug 19:05
Compare
Choose a tag to compare
  • fix bug causing truncated/malformed attachments
  • merge work from @shalomscott to handle recurrence patterns (thanks @shalomscott)

v1.7.0

18 Sep 17:41
Compare
Choose a tag to compare
  • update all dependencies

v1.6.0

22 Apr 23:38
Compare
Choose a tag to compare
  • update all dependencies
  • restructure app for easier maintainability
  • move to Jest for testing and coverage

v1.5.0

14 Feb 15:41
Compare
Choose a tag to compare
  • update all dependencies
  • migrate from deprecated Node Buffer constructors to new method
  • remove Winston and various debugging statements

v1.3.2

25 May 20:02
Compare
Choose a tag to compare

Fix an issue where localDescriptorItems can be null. This was preventing successful opening of valid PST/OST files.

v1.3.1

21 May 20:25
Compare
Choose a tag to compare

Move rimraf to dev dependency.

v1.3.0

21 May 19:48
Compare
Choose a tag to compare

Cleaned up several things (thanks to https://github.com/Niggler, #1)

  • Properly use rimraf
  • Remove winston-loggly packages
  • Remove fs-ext and manage file position in PSTFile
  • Remove math-float64-from-bits and use vanilla JS

Cleaned up other dependencies (thanks to https://github.com/SheetJSDev, #2)

  • Exclude several unnecessary files in .npmignore