Releases: node-gfx/image
Releases · node-gfx/image
🚢 2.0.0 / 2023-07-26
💥 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 theonload
andonerror
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
🐛 Fixes
- Avoid throwing error synchronously in imageFromBuffer (#1)