mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
Release v0.23.1
This commit is contained in:
parent
ba46ad1fd9
commit
aa3ce760bb
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Requires libvips v8.8.1.
|
Requires libvips v8.8.1.
|
||||||
|
|
||||||
#### v0.23.1 - TBD
|
#### v0.23.1 - 26<sup>th</sup> September 2019
|
||||||
|
|
||||||
* Ensure `sharp.format.vips` is present and correct (filesystem only).
|
* Ensure `sharp.format.vips` is present and correct (filesystem only).
|
||||||
[#1813](https://github.com/lovell/sharp/issues/1813)
|
[#1813](https://github.com/lovell/sharp/issues/1813)
|
||||||
@ -20,6 +20,10 @@ Requires libvips v8.8.1.
|
|||||||
[#1835](https://github.com/lovell/sharp/pull/1835)
|
[#1835](https://github.com/lovell/sharp/pull/1835)
|
||||||
[@Andargor](https://github.com/Andargor)
|
[@Andargor](https://github.com/Andargor)
|
||||||
|
|
||||||
|
* Allow instance reuse with differing `toBuffer` options.
|
||||||
|
[#1860](https://github.com/lovell/sharp/pull/1860)
|
||||||
|
[@RaboliotTheGrey](https://github.com/RaboliotTheGrey)
|
||||||
|
|
||||||
* Ensure image is at least 3x3 pixels before attempting trim operation.
|
* Ensure image is at least 3x3 pixels before attempting trim operation.
|
||||||
|
|
||||||
#### v0.23.0 - 29<sup>th</sup> July 2019
|
#### v0.23.0 - 29<sup>th</sup> July 2019
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
|
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
|
||||||
"version": "0.23.0",
|
"version": "0.23.1",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"homepage": "https://github.com/lovell/sharp",
|
"homepage": "https://github.com/lovell/sharp",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user