From 0b2bec698b345dda986b94b6403c10cff364e4a8 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sat, 29 Apr 2017 10:28:17 -0700 Subject: [PATCH 1/2] chore: add deprecation notice to README, point folks to istanbuljs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 89b15d97..453dd704 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ [![NPM](https://nodei.co/npm/istanbul.png?downloads=true)](https://nodei.co/npm/istanbul/) +> *Deprecation Notice:* this version of _istanbul_ is deprecated. We will not be + landing pull requests or releasing new versions. But don't worry, the [Istanbul 2.0 + API is now available](https://istanbul.js.org/) and is being actively developed + in the new [istanbuljs organization](https://github.com/istanbuljs). + **New** `v0.4.0` now has beautiful HTML reports. Props to Tom MacWright @tmcw for a fantastic job! * [Features and use cases](#features) From 4cb298a078b2d8b95159122a6bd95f615d02ef66 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sat, 29 Apr 2017 10:29:23 -0700 Subject: [PATCH 2/2] docs: slight editing nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 453dd704..a8698200 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![NPM](https://nodei.co/npm/istanbul.png?downloads=true)](https://nodei.co/npm/istanbul/) -> *Deprecation Notice:* this version of _istanbul_ is deprecated. We will not be +> *Deprecation Notice:* this version of _istanbul_ is deprecated, we will not be landing pull requests or releasing new versions. But don't worry, the [Istanbul 2.0 API is now available](https://istanbul.js.org/) and is being actively developed in the new [istanbuljs organization](https://github.com/istanbuljs).