From 6fcd2153c5bcedc74e0ec1446dd9b55957d6c0c5 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 25 Apr 2019 11:58:49 +0100 Subject: [PATCH] Docs: add support for Node 12 #1668 --- README.md | 2 +- docs/changelog.md | 3 +++ docs/index.md | 2 +- docs/install.md | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5830f82e..0113222a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 6, 8, 10 and 11 +Node versions 6, 8, 10, 11 and 12 do not require any additional install or runtime dependencies. ## Examples diff --git a/docs/changelog.md b/docs/changelog.md index dbcbf121..7ee7d6d7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,9 @@ Requires libvips v8.7.4. [#1638](https://github.com/lovell/sharp/pull/1638) [@sidharthachatterjee](https://github.com/sidharthachatterjee) +* Add support for Node 12. + [#1668](https://github.com/lovell/sharp/issues/1668) + #### v0.22.0 - 18th March 2019 * Remove functions previously deprecated in v0.21.0: diff --git a/docs/index.md b/docs/index.md index 8bcd4500..f6f5f9a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 6, 8 and 10 +Node versions 6, 8, 10, 11 and 12 do not require any additional install or runtime dependencies. [![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master) diff --git a/docs/install.md b/docs/install.md index c0bd4e4d..cea4e07c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -15,7 +15,7 @@ yarn add sharp ### Building from source Pre-compiled binaries for sharp are provided for use with -Node versions 6, 8, 10 and 11 on +Node versions 6, 8, 10, 11 and 12 on 64-bit Windows, OS X and Linux platforms. Sharp will be built from source at install time when: @@ -43,7 +43,7 @@ Most Linux-based (glibc, musl) operating systems running on x64 and ARMv6+ CPUs * Debian 7+ * Ubuntu 14.04+ * Centos 7+ -* Alpine 3.8+ (Node 8 and 10) +* Alpine 3.8+ (Node 8+) * Fedora * openSUSE 13.2+ * Archlinux