mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Add changelog and a bit of readme.md
This commit is contained in:
parent
f759d7ebf6
commit
b9db96b1b5
@ -1,5 +1,11 @@
|
|||||||
# Bowser Changelog
|
# 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)
|
### 1.9.4 (June 28, 2018)
|
||||||
- [FIX] Fix NAVER Whale browser detection (#220)
|
- [FIX] Fix NAVER Whale browser detection (#220)
|
||||||
- [FIX] Fix MZ Browser browser detection (#219)
|
- [FIX] Fix MZ Browser browser detection (#219)
|
||||||
|
@ -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._
|
_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
|
# Use cases
|
||||||
|
|
||||||
First of all, require the library:
|
First of all, require the library:
|
||||||
|
Loading…
Reference in New Issue
Block a user