Skip to content

Releases: node-gfx/image

🚢 2.0.0 / 2023-07-26

26 Jul 12:31
a25750a
Compare
Choose a tag to compare

💥 Breaking Changes

  • Remove path property on event

    This was only supported in Blink, and has since been removed: https://chromestatus.com/feature/5726124632965120

    Migration Guide:

    Avoid using the path property in the onload and onerror handlers.

  • Bump simple-get to v4

    Migration Guide:

    Upgrade to Node.js version 10 or newer

🎉 Enhancements

  • Add more event properties
  • Add support for the ICO file format

🚢 1.0.1 - 2020-03-25

25 Mar 15:14
29c166f
Compare
Choose a tag to compare

🐛 Fixes

  • Avoid throwing error synchronously in imageFromBuffer (#1)

🚢 1.0.0 / 2019-11-24

24 Nov 15:01
4d96cf6
Compare
Choose a tag to compare

🎉 Initial release