mirror of
https://github.com/lovell/sharp.git
synced 2025-07-23 08:42:28 +02:00
Compare commits
2 Commits
92083ea64c
...
b7ff2645c4
Author | SHA1 | Date | |
---|---|---|---|
|
b7ff2645c4 | ||
|
79ac524262 |
@ -4,18 +4,18 @@
|
|||||||
|
|
||||||
Requires libvips v8.16.0
|
Requires libvips v8.16.0
|
||||||
|
|
||||||
### v0.33.6 - TBD
|
### v0.34.0 - 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.0.5",
|
"jsdoc-to-markdown": "^9.1.1",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"mocha": "^10.8.2",
|
"mocha": "^11.0.1",
|
||||||
"node-addon-api": "^8.2.1",
|
"node-addon-api": "^8.3.0",
|
||||||
"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