From b9db96b1b5a427588fbc20887e66202f60f5ea17 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Mon, 9 Jul 2018 19:14:22 +0300 Subject: [PATCH] Add changelog and a bit of readme.md --- CHANGELOG.md | 6 ++++++ README.md | 3 +++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15802e6..f1c36b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Bowser Changelog +### Upcoming 2.0.0 +- [ADD] `Bowser.getParser()` +- [ADD] `Bowser.parse` +- [ADD] `Parser` class which describes parsing process +- [CHANGE] Change bowser's returning object + ### 1.9.4 (June 28, 2018) - [FIX] Fix NAVER Whale browser detection (#220) - [FIX] Fix MZ Browser browser detection (#219) diff --git a/README.md b/README.md index 7eca00e..dcd27f1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ The library is made to help to detect what browser your user has and gives you a _Please, note that this is an alpha version. Check out the [1.x](https://github.com/lancedikson/bowser/tree/v1.x) branch for a stable version._ +**Changes of the 2.0** +The upcoming 2.0 version has drastically changed API. All available methods can be found in the `docs` folder from now on and on a webpage soon. + # Use cases First of all, require the library: