Compare commits

..

No commits in common. "b7ff2645c4ff5283e47b840a3e6d338fb3ea097b" and "92083ea64c2bcc0c6d2560effcbbcc75ff54b143" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View File

@ -4,18 +4,18 @@
Requires libvips v8.16.0
### 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)
### v0.33.6 - TBD
* Add `isPalette` and `bitsPerSample` to metadata, deprecate `paletteBitDepth`.
* 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.
[#4197](https://github.com/lovell/sharp/pull/4197)
[@DavidVaness](https://github.com/DavidVaness)

View File

@ -175,10 +175,10 @@
"exif-reader": "^2.0.1",
"extract-zip": "^2.0.1",
"icc": "^3.0.0",
"jsdoc-to-markdown": "^9.1.1",
"jsdoc-to-markdown": "^9.0.5",
"license-checker": "^25.0.1",
"mocha": "^11.0.1",
"node-addon-api": "^8.3.0",
"mocha": "^10.8.2",
"node-addon-api": "^8.2.1",
"nyc": "^17.1.0",
"prebuild": "^13.0.1",
"semistandard": "^17.0.0",