diff --git a/README.md b/README.md index 4b8234d..5e596a2 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ A browser detector. Because sometimes, there is no other way, and not even good The library is made to help to detect what browser your user has and gives you a convenient API to filter the users somehow depending on their browsers. -**Changes of version 2.0** +### ⚠️ Version 2.0 breaking changes ⚠️ -The version 2.0 has drastically changed API. All available methods can be found in the `docs` folder from now on and on a webpage soon. +Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://lancedikson.github.io/bowser/docs). _For legacy code, check out the [1.x](https://github.com/lancedikson/bowser/tree/v1.x) branch and install it through `npm install bowser@1.9.4`._ - # Use cases First of all, require the library. This is a UMD Module, so it will work for AMD, TypeScript, ES6, and CommonJS module systems. diff --git a/docs/Bowser.html b/docs/Bowser.html index 9f2760c..21c58c5 100644 --- a/docs/Bowser.html +++ b/docs/Bowser.html @@ -572,7 +572,7 @@ const result = parser.getResult();
diff --git a/docs/Parser.html b/docs/Parser.html index 3e6d3b1..5921b4b 100644 --- a/docs/Parser.html +++ b/docs/Parser.html @@ -2793,7 +2793,7 @@ Returns undefined when the browser is no described in the checkTree
diff --git a/docs/bowser.js.html b/docs/bowser.js.html index a5c2619..b3a4f3f 100644 --- a/docs/bowser.js.html +++ b/docs/bowser.js.html @@ -105,7 +105,7 @@ export default Bowser;
diff --git a/docs/global.html b/docs/global.html index 1b88c03..8a2650f 100644 --- a/docs/global.html +++ b/docs/global.html @@ -766,7 +766,7 @@ like "iPhone" or "Kindle Fire HD 7" diff --git a/docs/index.html b/docs/index.html index c32c9ed..cf1673b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -155,7 +155,7 @@ Thus, you can define OS or platform specific rules and they will have more prior
diff --git a/docs/parser.js.html b/docs/parser.js.html index d1c32a3..793aa17 100644 --- a/docs/parser.js.html +++ b/docs/parser.js.html @@ -532,7 +532,7 @@ export default Parser;
diff --git a/docs/utils.js.html b/docs/utils.js.html index 3866655..425f4fd 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -247,7 +247,7 @@ module.exports = Utils;