-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
256 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Bowser Changelog | ||
|
||
|
||
### 1.4.0 (June 28, 2016) | ||
|
||
- [FEATURE] Add `bowser.compareVersions` method | ||
- [FEATURE] Add `bowser.isUnsupportedBrowser` method | ||
- [FEATURE] Add `bowser.check` method | ||
- [DOC] Changelog started | ||
- [DOC] Add API section to README | ||
- [FIX] Fix detection of browser type (A/C/X) for Chromium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"sniff", | ||
"detection" | ||
], | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"homepage": "https://github.com/ded/bowser", | ||
"author": "Dustin Diaz <[email protected]> (http://dustindiaz.com)", | ||
"main": "./src/bowser.js", | ||
|
@@ -27,7 +27,8 @@ | |
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make test", | ||
"prepublish": "make boosh" | ||
}, | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters