Skip to content

Commit

Permalink
Add changelog and a bit of readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Jul 9, 2018
1 parent f759d7e commit b9db96b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit b9db96b

Please sign in to comment.