Releases: LinusU/resize-image-data
Releases · LinusU/resize-image-data
🚢 0.3.1 / 2021-10-27
🚢 0.3.0 / 2019-11-10
💥 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
💥 Breaking Changes
-
Return ImageData instances
Migration Guide:
The
data
property of the return value is now anUint8ClampedArray
instead of aBuffer
.
🌹 Internal Changes
- Bump all vulnerable dependencies
🚢 0.1.3 / 2018-08-08
🎉 Enhancements
- Only publish relevant files
🐛 Fixes
- Allow Uint8ClampedArray in typings
🚢 0.1.2 / 2018-08-08
🎉 Enhancements
- Add TypeScript typings
🌹 Internal Changes
- Add missing test case
🚢 0.1.1 / 2017-08-17
🐛 Fixes
- Fix rounding error in nearest-neighbor algorithm
🚢 0.1.0 / 2017-08-17
🎉 Enhancements
- Add initial implementation
🌹 Internal Changes
- Add initial files