mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: changelog and credit for #2704
This commit is contained in:
parent
bb48d0d857
commit
b32568159f
@ -23,6 +23,10 @@ Requires libvips v8.11.0
|
|||||||
* Allow installation directory to contain spaces (regression in v0.26.0).
|
* Allow installation directory to contain spaces (regression in v0.26.0).
|
||||||
[#2777](https://github.com/lovell/sharp/issues/2777)
|
[#2777](https://github.com/lovell/sharp/issues/2777)
|
||||||
|
|
||||||
|
* Add `pipelineColourspace` operator to set the processing space.
|
||||||
|
[#2704](https://github.com/lovell/sharp/pull/2704)
|
||||||
|
[@Daiz](https://github.com/Daiz)
|
||||||
|
|
||||||
## v0.28 - *bijou*
|
## v0.28 - *bijou*
|
||||||
|
|
||||||
Requires libvips v8.10.6
|
Requires libvips v8.10.6
|
||||||
|
@ -212,3 +212,6 @@ GitHub: https://github.com/florian-busch
|
|||||||
|
|
||||||
Name: Matthieu Salettes
|
Name: Matthieu Salettes
|
||||||
GitHub: https://github.com/msalettes
|
GitHub: https://github.com/msalettes
|
||||||
|
|
||||||
|
Name: Taneli Vatanen
|
||||||
|
GitHub: https://github.com/Daiz
|
||||||
|
@ -77,7 +77,8 @@
|
|||||||
"alza54 <alza54@thiocod.in>",
|
"alza54 <alza54@thiocod.in>",
|
||||||
"Jacob Smith <jacob@frende.me>",
|
"Jacob Smith <jacob@frende.me>",
|
||||||
"Michael Nutt <michael@nutt.im>",
|
"Michael Nutt <michael@nutt.im>",
|
||||||
"Brad Parham <baparham@gmail.com>"
|
"Brad Parham <baparham@gmail.com>",
|
||||||
|
"Taneli Vatanen <taneli.vatanen@gmail.com>"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",
|
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user