Releases: lokesh/quantize
Releases · lokesh/quantize
v1.4.0
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
-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
- Added build targets for ES6 Modules and UMD with
microbundle
lib.
- Reorganized code into
/src
and /dist
directories