Skip to content

Releases: sindresorhus/file-metadata

Release list

v3.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 07 Oct 10:18

Breaking

  • Rename fileMetadataAsync to fileMetadata cf53bc4
    • Sorry about the churn... I just want to make it consistent with my other packages.

Improvements

  • Ensure stderr from internal child process call is not written to the terminal c0009d5

v2.0.0...v3.0.0

v2.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 07 Apr 18:47

Breaking

  • Require Node.js 12 b035fd9
  • It now exports two named exports instead of a default export.
  • This package is now pure ESM. Please read this.

v1.0.0...v2.0.0