Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: imgproxy/imgproxy-js-core

v1.6.0

09 Oct 04:17
a8d2c05

Choose a tag to compare

Minor Changes

v1.5.0

23 Sep 13:16
db664f5

Choose a tag to compare

Minor Changes

  • 6f9bcd0: Add color_profile option support

v1.4.0

08 Jul 14:23
e487f60

Choose a tag to compare

Minor Changes

Patch Changes

v1.3.0

28 Apr 14:50
11ed0a6

Choose a tag to compare

Minor Changes

v1.2.0

22 Mar 12:05
d95de9a

Choose a tag to compare

Minor Changes

v1.1.0

19 Feb 15:01

Choose a tag to compare

Minor Changes

Patch Changes

  • fdbe7d0: Add a validation rule that unsharpMasking.weight should be greater than 0
  • fdbe7d0: Fix handling of 0 values for the adjust option. Previously contrast:0 was incorrectly coded as contrast: with default value 1
  • 2807d74: Fix typo in adjust option: Rename ajust to adjust and its shorthand counterpart aj to a
  • fdbe7d0: Make sure that 0 is treated the same for short and long option names
  • c885b5c: Fix padding option to not omit 0 values when serializing to imgproxy URL. Thanks @sevrai!
  • 0f7023b: Add types field to package.json exports map. Fixes typescript not being able to import types. Thanks @stefanprobst!
  • fdbe7d0: Fix handling of 0 values for autoquality option