Skip to content

🚢 0.4.0 / 2019-11-16

Choose a tag to compare

@LinusU LinusU released this 16 Nov 21:05
· 3 commits to master since this release
b80c161

💥 Breaking Changes

  • Drop support for Node.js <8.6.0

    Migration Guide:

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

  • Return instances of ImageData for bmp images

    Migration Guide:

    When returning bmp images, this library will not return instances of ImageData. The only change that this should bring is that the data property is now an Uint8ClampedArray instead of Uint8Array when the type property is equal to "bmp".

    The data property will still be an Uint8Array if the returned type is equal to "png".

🎉 Enhancements

  • Add support for 8-bit typed arrays

🌹 Internal Changes

  • Bump lodash in package lock