Skip to content

Releases: Turistforeningen/node-im-metadata

v2.0.0

05 Jun 15:18
Compare
Choose a tag to compare

Breaking Changes:

  • Return exif metadata under exif property in metadata object (eddd216)

v1.1.0

26 Apr 20:33
Compare
Choose a tag to compare

Minor Features:

  • Return original image path in metadata object (fae2c57)

v1.0.3

22 Apr 22:00
Compare
Choose a tag to compare

Minor Changes:

  • Add documentation to README.md
  • Fix project repo name in package.json

v1.0.2

22 Apr 22:04
Compare
Choose a tag to compare

Consistency Changes:

  • Convert sRGB colorspace to RGB for consistency
  • Convert MBB file size suffix to MB for consistency
  • Disable image orientation test on CI server

Minor Changes:

  • Fixed JSHint regression error
  • Minor code cleanup

v1.0.1

22 Apr 22:01
Compare
Choose a tag to compare

Minor Changes:

  • Run (and fix) JSHint validation on index.js and test.js.

v1.0.0

22 Apr 22:07
Compare
Choose a tag to compare

Major Features:

  • Get image metadata using ImageMagick's identify command.