mirror of
https://github.com/lovell/sharp.git
synced 2025-07-24 01:02:27 +02:00
Compare commits
No commits in common. "b7ff2645c4ff5283e47b840a3e6d338fb3ea097b" and "92083ea64c2bcc0c6d2560effcbbcc75ff54b143" have entirely different histories.
b7ff2645c4
...
92083ea64c
@ -4,18 +4,18 @@
|
|||||||
|
|
||||||
Requires libvips v8.16.0
|
Requires libvips v8.16.0
|
||||||
|
|
||||||
### v0.34.0 - TBD
|
### v0.33.6 - TBD
|
||||||
|
|
||||||
* Breaking: Support `info.size` on wide-character systems via upgrade to C++17.
|
|
||||||
[#3943](https://github.com/lovell/sharp/issues/3943)
|
|
||||||
|
|
||||||
* Breaking: Ensure `background` metadata can be parsed by `color` package.
|
|
||||||
[#4090](https://github.com/lovell/sharp/issues/4090)
|
|
||||||
|
|
||||||
* Add `isPalette` and `bitsPerSample` to metadata, deprecate `paletteBitDepth`.
|
* Add `isPalette` and `bitsPerSample` to metadata, deprecate `paletteBitDepth`.
|
||||||
|
|
||||||
* Expose WebP `smartDeblock` output option.
|
* Expose WebP `smartDeblock` output option.
|
||||||
|
|
||||||
|
* Support `info.size` on wide-character systems via upgrade to C++17.
|
||||||
|
[#3943](https://github.com/lovell/sharp/issues/3943)
|
||||||
|
|
||||||
|
* Ensure `background` metadata can be parsed by `color` package.
|
||||||
|
[#4090](https://github.com/lovell/sharp/issues/4090)
|
||||||
|
|
||||||
* TypeScript: Ensure channel counts use the correct range.
|
* TypeScript: Ensure channel counts use the correct range.
|
||||||
[#4197](https://github.com/lovell/sharp/pull/4197)
|
[#4197](https://github.com/lovell/sharp/pull/4197)
|
||||||
[@DavidVaness](https://github.com/DavidVaness)
|
[@DavidVaness](https://github.com/DavidVaness)
|
||||||
|
@ -175,10 +175,10 @@
|
|||||||
"exif-reader": "^2.0.1",
|
"exif-reader": "^2.0.1",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"icc": "^3.0.0",
|
"icc": "^3.0.0",
|
||||||
"jsdoc-to-markdown": "^9.1.1",
|
"jsdoc-to-markdown": "^9.0.5",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"mocha": "^11.0.1",
|
"mocha": "^10.8.2",
|
||||||
"node-addon-api": "^8.3.0",
|
"node-addon-api": "^8.2.1",
|
||||||
"nyc": "^17.1.0",
|
"nyc": "^17.1.0",
|
||||||
"prebuild": "^13.0.1",
|
"prebuild": "^13.0.1",
|
||||||
"semistandard": "^17.0.0",
|
"semistandard": "^17.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user