All Versions
48
Latest Version
Avg Release Cycle
74 days
Latest Release
857 days ago

Changelog History
Page 4

  • v2.0.6 Changes

    August 04, 2016

    🛠 Fixed

    • 🛠 Fix tiler math: bad rounding could produce tiles out of src area, #61.
  • v2.0.5 Changes

    July 19, 2016

    🛠 Fixed

    • 🛠 Fix mem leak: release objectURL, used to create Web Workers.
  • v2.0.4 Changes

    June 24, 2016

    🔄 Changed

    • Deps bump (webworkify). Previous version had problems with IE Edge, #56.
  • v2.0.3 Changes

    June 07, 2016

    🔄 Changed

    • 🚀 Deps bump. Use fresh webworkify with proper ObjectURL release, #55.
  • v2.0.2 Changes

    March 30, 2016

    🔄 Changed

    • Optimised previous fix.
  • v2.0.1 Changes

    March 30, 2016

    🛠 Fixed

    • 🛠 Fixed garbage on image edge tiles when alpha exists.
  • v2.0.0 Changes

    March 12, 2016

    ➕ Added

    • 👌 Support Image() as input src.

    🔄 Changed

    • Architecture rework: images are now splitted to tiles to restrict memory use and allow parallel processing.
    • 👷 Built-in WebWorkers manager to use all available CPU cores.
    • 🔋 Feature flags (WW, WEBGL) are forced to false after resize call, if feature not supported or disabled due fatal error.
    • unsharpRadius range restricted to 0.5..2.0.
    • 0️⃣ Experimental code for WebGL support (noisy & buggy, disabled by default).
    • 👷 .resizeBuffer() is no longer recommended for use. It does not use webworkers anymore (and option transferable is not used too).
  • v1.1.1 Changes

    November 10, 2015

    🔄 Changed

    • ⬆️ Bumped glur version to fix bug in unsharp mask with vertical images.
  • v1.1.0 Changes

    November 09, 2015

    🔄 Changed

    • Unsharp mask now useable.
  • v1.0.8 Changes

    October 28, 2015

    🛠 Fixed

    • 🛠 Fixed brightness loss due missed value rounding in convolvers.