From bd41ee8de2fa52f1ac4c7308e17b4428146e8e87 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 27 Apr 2016 16:33:59 +1000 Subject: [PATCH 1/2] README: remove mention of 0.1.3 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40ae037..5c8f554 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Used by over a million wallet users and the backbone for almost all Bitcoin web If you are thinking of using the master branch of this library in production, *stop*. Master is not stable; it is our development branch, and only tagged releases may be classified as stable. -If you are looking for the original, it is tagged as `0.1.3`. Unless you need it for dependency reasons, it is strongly recommended that you use (or upgrade to) the newest version, which adds major functionality, cleans up the interface, fixes many bugs, and adds over 1,300 more tests. +If you are looking for the latest releases, look at the [repositories tags](https://github.com/bitcoinjs/bitcoinjs-lib/tags) or download from `npm` (see below). ## Installation @@ -130,11 +130,10 @@ If you have a use case that you feel could be listed here, please [ask for it](h ## Contributors Stefan Thomas is the inventor and creator of this project. His pioneering work made Bitcoin web wallets possible. +Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0. Since then, many people have contributed. [Click here](https://github.com/bitcoinjs/bitcoinjs-lib/graphs/contributors) to see the comprehensive list. -Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0. - ## Contributing From 9ff5f37509d38c314d8ad40fca5b6eac45905f98 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 27 Apr 2016 16:35:22 +1000 Subject: [PATCH 2/2] README: emphasise warning --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c8f554..90cff70 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,8 @@ Used by over a million wallet users and the backbone for almost all Bitcoin web ## Should I use this in production? -If you are thinking of using the master branch of this library in production, *stop*. -Master is not stable; it is our development branch, and only tagged releases may be classified as stable. - -If you are looking for the latest releases, look at the [repositories tags](https://github.com/bitcoinjs/bitcoinjs-lib/tags) or download from `npm` (see below). +If you are thinking of using the master branch of this library in production, **stop**. +Master is not stable; it is our development branch, and [only tagged releases may be classified as stable](https://github.com/bitcoinjs/bitcoinjs-lib/tags). ## Installation