Skip to content

Releases: Turistforeningen/node-im-resize

v2.2.0

23 Jun 15:54
Compare
Choose a tag to compare

New Features:

{
  suffix: '-horizontal-500',
  maxHeight: 500,
  maxWidth: 500,
  aspect: "3:2!h",
}

v2.1.0

12 Jun 13:32
Compare
Choose a tag to compare

New Features:

  • Auto-rotate / auto-orient generated image versions (9071914)

Testing and Documentation:

  • Assert SHA-1 checksum of resized image versions (e732f8b)
  • Correct documentation of version.aspect option (e55912f)

v2.0.2

12 Jun 13:33
Compare
Choose a tag to compare

Testing and Documentation:

  • Revert invalid aspectratio dependency version bump introduced in v2.0.1

v2.0.1

12 Jun 13:33
Compare
Choose a tag to compare

Testing and Documentation:

  • Fix resize input params documentation in README.md

v2.0.0

07 Jun 14:21
Compare
Choose a tag to compare

Breaking Changes:

  • versions function parameter has been moved to output ae8bf53
output = {
  versions: [...]
};

resize(image, output, function(error, versions) {
  // result
});

New Features:

Documentation:

  • document local version quality option f2dc167
  • format default value for options 5f937e8

v1.1.0

05 Jun 15:23
Compare
Choose a tag to compare

Minor Features:

v1.0.0

05 Jun 15:21
Compare
Choose a tag to compare

Major Features:

  • Multiple image versions resize support