From e82c9d53b5f45e9030b7019494b3bbeb9ad0d25a Mon Sep 17 00:00:00 2001 From: Mithgol the Webmaster Date: Tue, 2 Feb 2016 23:57:43 +0300 Subject: [PATCH] =?UTF-8?q?the=20next=20version=20is=C2=A0a=C2=A0major=20(?= =?UTF-8?q?2.0.0)=20because=C2=A0of=20ipfs/js-ipfs-api#172?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f87b26d..0683f75 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ ## Requirements * Fido2RSS is written in JavaScript and requires [Node.js](http://nodejs.org/) to run. - * Starting from v1.0.0, this module requires Node.js version 4.0.0 or newer. - * You may run older versions of this module in Node.js version 0.10.x or 0.12.x. These older versions, however, had to contain additional subdependencies as polyfills for missing ECMAScript 2015 (ES6) features which are now present in Node.js. + * Starting from v2.0.0, Fido2RSS requires Node.js version 4.2.2 or newer because the newer versions of IPFS API [require it.](https://github.com/ipfs/js-ipfs-api/pull/172) + * Starting from v1.0.0, Fido2RSS requires Node.js version 4.0.0 or newer because it is rewritten in ECMAScript 2015 (ES6). + * You may run older versions of Fido2RSS in Node.js version 0.10.x or 0.12.x. These older versions, however, had to contain additional subdependencies as polyfills for missing ECMAScript 2015 (ES6) features which are now present in Node.js. * Fido2RSS supports only a couple of Fidonet message base types: JAM [(Joaquim-Andrew-Mats)](http://groups.google.com/group/fido7.ru.ftn.develop/msg/e2f5486f80394418) and Squish. ## Installing Fido2RSS