From 06342a830fc963830b32df7358523d037302bdc6 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Tue, 27 Nov 2018 03:48:57 +0000 Subject: [PATCH 1/2] README: upgrade iOS warning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8e9bf..3ca8866 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you're familiar with how to use browserify, ignore this and carry on, otherwi **NOTE**: We use Node Maintenance LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset). -**NOTE**: If you expect this library to run on an iOS 10 device, ensure that you are using [buffer@5.0.5](https://github.com/feross/buffer/pull/155) or greater. +**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use atleast [buffer@5.0.5](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use. ### Typescript or VSCode users Type declarations for Typescript [are available](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/0897921174860ec3d5318992d2323b3ae8100a68/types/bitcoinjs-lib) for version `^3.0.0` of the library. @@ -74,7 +74,7 @@ npm install -g flow-typed flow-typed install -f 0.27 bitcoinjs-lib@2.2.0 ``` -These definitions are maintained by [@runn1ng](https://github.com/runn1ng). +These flow bindings are not maintained by the maintainers of this repository. ## Examples From 47b5dfb4688638163daacc586cb3b720c5a06621 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Tue, 27 Nov 2018 03:51:08 +0000 Subject: [PATCH 2/2] README: add warning to flow type bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca8866..e8866c9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ npm install -g flow-typed flow-typed install -f 0.27 bitcoinjs-lib@2.2.0 ``` -These flow bindings are not maintained by the maintainers of this repository. +**WARNING**: These flow-typed definitions are not maintained by the maintainers of this repository. ## Examples