Releases: fengyuanchen/compressorjs
Releases · fengyuanchen/compressorjs
v1.2.1
- Fix incompatible syntax in the bundled files (#170).
v1.2.0
- Add a new option:
retainExif
(#159).
v1.1.1
- Fix loading error in Node.js (#137).
v1.1.0
- Add 2 new options:
convertTypes
(#123) and resize
(#130).
- Ignore the
strict
option when the maxWidth/Height
option is set and its value is less than the natural width/height of the image (#134).
.
v1.0.7
- Update the builtin dependencies for better adaptability.
v1.0.6
- Fix the
The operation is insecure
error (#57).
v1.0.5
- Fix wrong generated URL when the given image's orientation is 1 (#64).
v1.0.4
- Regenerate the initial URL only when the orientation was reset for better performance (#63).
v1.0.3
- Convert
TypedArray
to Array
manually instead of using Babel helpers for better browser compatibility (#60).