From c5b4c77c54b38f0a30c27ebda7e396e9475c9f50 Mon Sep 17 00:00:00 2001 From: Dan MacTough Date: Sat, 14 Jul 2018 21:38:30 -0400 Subject: [PATCH] Drop support for Node 4 Add Node 10 --- .travis.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27c73e2..ae0f7f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ before_install: - $CXX --version node_js: - - "4" - "6" - "8" + - "10" diff --git a/README.md b/README.md index b362159..80f5747 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ You can also check out this nice [working implementation](https://github.com/scr See the [`examples`](examples/) directory. +## Changes in v3 + +- dropped support for Node 4 + ## API ### Transform Stream