Comparing version 3.0.0 to 3.1.0
@@ -0,1 +1,7 @@ | ||
3.1.0 / 2024-04-18 | ||
================== | ||
* Updated installation scripts to install `webp 1.4.0` [#32] | ||
* Update Linux installation script to support `aarch64` [#32] | ||
3.0.0 / 2023-10-10 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"repository": { | ||
@@ -16,0 +16,0 @@ "type": "git", |
@@ -139,3 +139,3 @@ [<img src="https://developers.google.com/speed/webp/images/webplogo.png" alt="WebP logo" align="right" />][webp] | ||
Note that `node-webp` will start listening to the data in a source stream | ||
Note that `node-webp` will start consuming the input stream | ||
only when `.write()`, `.stream()` or `.toBuffer()` is called. | ||
@@ -178,3 +178,3 @@ | ||
`node-webp` supports A+ promises. | ||
`node-webp` supports promises. | ||
@@ -199,6 +199,2 @@ ```js | ||
`node-webp` uses [when.js][when] library. | ||
[when]: https://github.com/cujojs/when | ||
### Specifying conversion options | ||
@@ -205,0 +201,0 @@ |
27589
224