node-lodepng

LodePNG Node.js bindings

Downloads
3.9K
Stars
4
Committers
5
node-lodepng - 🚒 2.1.0 / 2021-10-27 Latest Release

Published by LinusU over 1 year ago

πŸŽ‰ Enhancements

  • Upgrade lodepng to 20210627

🌹 Internal Changes

  • Bump acorn from 7.1.0 to 7.1.1 (#7)
  • Remove package lock file
node-lodepng - 🚒 2.2.0 / 2023-02-01

Published by LinusU over 1 year ago

πŸŽ‰ Enhancements

  • Upgrade lodepng to 20221108
node-lodepng - 🚒 1.0.0 / 2017-08-17

Published by LinusU almost 5 years ago

πŸ’₯ Breaking Changes

  • Switch to promise based interface

πŸŽ‰ Enhancements

  • Update all dependencies

🌹 Internal Changes

  • Cleanup git ignore file
  • Cleanup package.json
  • Change casing of readme file
  • Prettify binding.gyp
node-lodepng - 🚒 1.1.0 / 2017-08-20

Published by LinusU almost 5 years ago

πŸŽ‰ Enhancements

  • Add TypeScript typings
node-lodepng - 🚒 1.2.0 / 2018-08-08

Published by LinusU almost 5 years ago

πŸŽ‰ Enhancements

  • Improve TypeScript typings
node-lodepng - 🚒 1.3.0 / 2019-11-08

Published by LinusU almost 5 years ago

πŸŽ‰ Enhancements

  • Upgrade lodepng to 20190914
node-lodepng - 🚒 2.0.0 / 2019-11-09

Published by LinusU almost 5 years ago

πŸ’₯ Breaking Changes

  • Drop support for Node.js <8

    Migration Guide:

    Upgrade to Node.js 8.0.0 or newer.

  • Build using N-API instead of NAN

    Migration Guide:

    • Upgrade to at least Node.js 8.6.0 for continued support.
    • The data parameter to encode does no longer accept 16-bit, 32-bit, or float arrays.
    • The output from decode is now an instance of ImageData, meaning that data is an Uint8ClampedArray.

πŸ› Fixes

  • Hold references to buffers while working