Skip to content

Releases: LinusU/resize-image-data

🚢 0.3.1 / 2021-10-27

27 Oct 12:25
b97de98
Compare
Choose a tag to compare

🐛 Fixes

  • Fix typo of "bilinear"

🌹 Internal Changes

  • Remove package lock file
  • Add link to rotate-image-data

🚢 0.3.0 / 2019-11-10

10 Nov 17:48
c437f47
Compare
Choose a tag to compare

💥 Breaking Changes

  • Drop support for Node.js <8.6.0

    Migration Guide:

    Upgrade to Node.js 8.6.0 or later for continued support.

🌹 Internal Changes

  • Bump lodash in package lock
  • Remove unused dev-dependency

🚢 0.2.0 / 2018-11-20

10 Nov 17:48
dc2e40b
Compare
Choose a tag to compare

💥 Breaking Changes

  • Return ImageData instances

    Migration Guide:

    The data property of the return value is now an Uint8ClampedArray instead of a Buffer.

🌹 Internal Changes

  • Bump all vulnerable dependencies

🚢 0.1.3 / 2018-08-08

10 Nov 17:48
494b1b0
Compare
Choose a tag to compare

🎉 Enhancements

  • Only publish relevant files

🐛 Fixes

  • Allow Uint8ClampedArray in typings

🚢 0.1.2 / 2018-08-08

10 Nov 17:48
03458d8
Compare
Choose a tag to compare

🎉 Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Add missing test case

🚢 0.1.1 / 2017-08-17

10 Nov 17:48
96c6ed6
Compare
Choose a tag to compare

🐛 Fixes

  • Fix rounding error in nearest-neighbor algorithm

🚢 0.1.0 / 2017-08-17

10 Nov 17:48
9e85c38
Compare
Choose a tag to compare

🎉 Enhancements

  • Add initial implementation

🌹 Internal Changes

  • Add initial files