mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Release v0.23.0
This commit is contained in:
parent
417cca6e0d
commit
c610e306df
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -44,8 +44,8 @@ Any change that modifies the existing public API should be added to the relevant
|
|||||||
|
|
||||||
| Release | WIP branch |
|
| Release | WIP branch |
|
||||||
| ------: | :--------- |
|
| ------: | :--------- |
|
||||||
| v0.23.0 | vision |
|
|
||||||
| v0.24.0 | wit |
|
| v0.24.0 | wit |
|
||||||
|
| v0.25.0 | yield |
|
||||||
|
|
||||||
Please squash your changes into a single commit using a command like `git rebase -i upstream/<wip-branch>`.
|
Please squash your changes into a single commit using a command like `git rebase -i upstream/<wip-branch>`.
|
||||||
|
|
||||||
@ -98,5 +98,5 @@ Please feel free to ask any questions via a
|
|||||||
[new issue](https://github.com/lovell/sharp/issues/new).
|
[new issue](https://github.com/lovell/sharp/issues/new).
|
||||||
|
|
||||||
If you're unable to post details publicly, please
|
If you're unable to post details publicly, please
|
||||||
[e-mail](https://github.com/lovell/sharp/blob/master/package.json#L4)
|
[e-mail](https://github.com/lovell/sharp/blob/master/package.json#L5)
|
||||||
for private, paid consulting.
|
for private, paid consulting.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Requires libvips v8.8.1.
|
Requires libvips v8.8.1.
|
||||||
|
|
||||||
#### v0.23.0 - TBD
|
#### v0.23.0 - 29<sup>th</sup> July 2019
|
||||||
|
|
||||||
* Remove `overlayWith` previously deprecated in v0.22.0.
|
* Remove `overlayWith` previously deprecated in v0.22.0.
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Requires libvips v8.8.1.
|
|||||||
[#1687](https://github.com/lovell/sharp/pull/1687)
|
[#1687](https://github.com/lovell/sharp/pull/1687)
|
||||||
[@RaboliotTheGrey](https://github.com/RaboliotTheGrey)
|
[@RaboliotTheGrey](https://github.com/RaboliotTheGrey)
|
||||||
|
|
||||||
* Allow use of failOnError option with Stream-based input.
|
* Allow use of `failOnError` option with Stream-based input.
|
||||||
[#1691](https://github.com/lovell/sharp/issues/1691)
|
[#1691](https://github.com/lovell/sharp/issues/1691)
|
||||||
|
|
||||||
* Fix rotate/extract ordering for non-90 angles.
|
* Fix rotate/extract ordering for non-90 angles.
|
||||||
|
@ -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.22.1",
|
"version": "0.23.0",
|
||||||
"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