mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
Add changelog entry and credit for #685
This commit is contained in:
parent
a1b8efe721
commit
d241efcdbe
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
Requires libvips v8.4.2.
|
Requires libvips v8.4.2.
|
||||||
|
|
||||||
|
#### v0.17.2 - TBD
|
||||||
|
|
||||||
|
* Expose WebP alpha quality, lossless and near-lossless output options.
|
||||||
|
[#685](https://github.com/lovell/sharp/pull/685)
|
||||||
|
[@rnanwani](https://github.com/rnanwani)
|
||||||
|
|
||||||
#### v0.17.1 - 15<sup>th</sup> January 2017
|
#### v0.17.1 - 15<sup>th</sup> January 2017
|
||||||
|
|
||||||
* Improve error messages for invalid parameters.
|
* Improve error messages for invalid parameters.
|
||||||
|
@ -30,7 +30,8 @@
|
|||||||
"Matt Hirsch <mhirsch@media.mit.edu>",
|
"Matt Hirsch <mhirsch@media.mit.edu>",
|
||||||
"Matthias Thoemmes <thoemmes@gmail.com>",
|
"Matthias Thoemmes <thoemmes@gmail.com>",
|
||||||
"Patrick Paskaris <patrick@paskaris.gr>",
|
"Patrick Paskaris <patrick@paskaris.gr>",
|
||||||
"Jérémy Lal <kapouer@melix.org>"
|
"Jérémy Lal <kapouer@melix.org>",
|
||||||
|
"Rahul Nanwani <r.nanwani@gmail.com>"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",
|
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",
|
||||||
@ -76,7 +77,7 @@
|
|||||||
"icc": "^1.0.0",
|
"icc": "^1.0.0",
|
||||||
"mocha": "^3.2.0",
|
"mocha": "^3.2.0",
|
||||||
"node-cpplint": "^0.4.0",
|
"node-cpplint": "^0.4.0",
|
||||||
"nyc": "^10.0.0",
|
"nyc": "^10.1.2",
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.5.4",
|
||||||
"semistandard": "^9.2.1",
|
"semistandard": "^9.2.1",
|
||||||
"unzip": "^0.1.11"
|
"unzip": "^0.1.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user