Skip to content

Releases: lokesh/quantize

v1.4.0

04 Oct 16:48
Compare
Choose a tag to compare

What's Changed

  • test: Add Jest for testing by @lokesh in #3
  • Add add'l tests and documentation for both tests and quantize.js by @lokesh in #4
  • v1.4 release by @lokesh in #5

Full Changelog: v1.2...v1.4.0

v1.2

22 Jul 01:47
Compare
Choose a tag to compare

-build: Distribute uncompressed files.

Turned off microbundle's default compression which users terser. Importing the compressed es6 target in the Color Thief repo and then running microbundle again was throwing errors.

v1.1

21 Jul 23:58
Compare
Choose a tag to compare
  • Added build targets for ES6 Modules and UMD with microbundle lib.
  • Reorganized code into /src and /dist directories