mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Merge tag '2.0.0-alpha.1' into develop
no message
This commit is contained in:
commit
e91faf7972
@ -1,10 +1,11 @@
|
||||
# Bowser Changelog
|
||||
|
||||
### Upcoming 2.0.0
|
||||
### 2.0.0-alpha.1 (July 9, 2018)
|
||||
- [ADD] `Bowser.getParser()`
|
||||
- [ADD] `Bowser.parse`
|
||||
- [ADD] `Parser` class which describes parsing process
|
||||
- [CHANGE] Change bowser's returning object
|
||||
- [REMOVE] Remove bower support
|
||||
|
||||
### 1.9.4 (June 28, 2018)
|
||||
- [FIX] Fix NAVER Whale browser detection (#220)
|
||||
|
33
bower.json
33
bower.json
@ -1,33 +0,0 @@
|
||||
{
|
||||
"name": "bowser",
|
||||
"description": "Lightweight browser detector",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"useragent",
|
||||
"user-agent",
|
||||
"parser",
|
||||
"ua",
|
||||
"detection",
|
||||
"ender",
|
||||
"sniff"
|
||||
],
|
||||
"version": "1.9.4",
|
||||
"homepage": "https://github.com/lancedikson/bowser",
|
||||
"scripts": [
|
||||
"src/bowser.js"
|
||||
],
|
||||
"authors": [
|
||||
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
||||
"Denis Demchenko <lance@dikson.me>"
|
||||
],
|
||||
"moduleType": [],
|
||||
"license": "MIT",
|
||||
"main": "src/bowser.js",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"test",
|
||||
"make",
|
||||
"**/.*",
|
||||
"Makefile"
|
||||
]
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bowser",
|
||||
"version": "1.9.4",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"description": "Lightweight browser detector",
|
||||
"keywords": [
|
||||
"browser",
|
||||
|
Loading…
Reference in New Issue
Block a user