Skip to content

Releases: LinusU/node-lodepng

🚢 2.3.0 / 2024-09-11

11 Sep 15:21
v2.3.0
a518a47
Compare
Choose a tag to compare

🎉 Enhancements

  • Upgrade lodepng to 20230410

🌹 Internal Changes

  • Update dev-dependencies

🚢 2.2.0 / 2023-02-01

01 Feb 03:58
a562402
Compare
Choose a tag to compare

🎉 Enhancements

  • Upgrade lodepng to 20221108

🚢 2.1.0 / 2021-10-27

01 Feb 03:58
2ef2136
Compare
Choose a tag to compare

🎉 Enhancements

  • Upgrade lodepng to 20210627

🌹 Internal Changes

  • Bump acorn from 7.1.0 to 7.1.1 (#7)
  • Remove package lock file

🚢 2.0.0 / 2019-11-09

09 Nov 21:45
ee76c58
Compare
Choose a tag to compare

💥 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

🚢 1.3.0 / 2019-11-08

10 Nov 17:11
760f659
Compare
Choose a tag to compare

🎉 Enhancements

  • Upgrade lodepng to 20190914

🚢 1.2.0 / 2018-08-08

10 Nov 17:11
83750bc
Compare
Choose a tag to compare

🎉 Enhancements

  • Improve TypeScript typings

🚢 1.1.0 / 2017-08-20

10 Nov 17:11
d1249f2
Compare
Choose a tag to compare

🎉 Enhancements

  • Add TypeScript typings

🚢 1.0.0 / 2017-08-17

10 Nov 17:11
45371d1
Compare
Choose a tag to compare

💥 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