2016-06-28 08:32:54 +00:00
|
|
|
# Bowser Changelog
|
|
|
|
|
2017-08-17 19:23:02 +00:00
|
|
|
### 1.7.1 (August 17, 2017)
|
|
|
|
- [FIX] Fix typings.d.ts according to #185
|
|
|
|
|
2017-07-13 08:29:45 +00:00
|
|
|
### 1.7.1 (July 13, 2017)
|
|
|
|
- [ADD] Fix detecting of Tablet PC as tablet (#183)
|
|
|
|
|
2017-05-18 18:55:49 +00:00
|
|
|
### 1.7.0 (May 18, 2017)
|
|
|
|
- [ADD] Add OS version support for Windows and macOS (#178)
|
|
|
|
|
2016-12-05 20:44:50 +00:00
|
|
|
### 1.6.0 (December 5, 2016)
|
|
|
|
- [ADD] Add some tests for Windows devices (#89)
|
|
|
|
- [ADD] Add `root` to initialization process (#170)
|
|
|
|
- [FIX] Upgrade .travis.yml config
|
|
|
|
|
2016-10-31 09:12:37 +00:00
|
|
|
### 1.5.0 (October 31, 2016)
|
|
|
|
- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
|
|
|
|
- [FIX] Fix truly detection of Windows Phones (#167)
|
|
|
|
|
2016-09-19 20:06:24 +00:00
|
|
|
### 1.4.6 (September 19, 2016)
|
|
|
|
- [FIX] Fix mobile Opera's version detection on Android
|
|
|
|
- [FIX] Fix typescript typings — add `mobile` and `tablet` flags
|
|
|
|
- [DOC] Fix description of `bowser.check`
|
|
|
|
|
2016-08-29 21:25:54 +00:00
|
|
|
### 1.4.5 (August 30, 2016)
|
|
|
|
|
|
|
|
- [FIX] Add support of Samsung Internet for Android
|
|
|
|
- [FIX] Fix case when `navigator.userAgent` is `undefined`
|
|
|
|
- [DOC] Add information about `strictMode` in `check` function
|
|
|
|
- [DOC] Consistent use of `bowser` variable in the README
|
|
|
|
|
2016-08-10 19:28:07 +00:00
|
|
|
### 1.4.4 (August 10, 2016)
|
|
|
|
|
|
|
|
- [FIX] Fix AMD `define` call — pass name to the function
|
|
|
|
|
2016-07-27 10:03:45 +00:00
|
|
|
### 1.4.3 (July 27, 2016)
|
|
|
|
|
|
|
|
- [FIX] Fix error `Object doesn't support this property or method` on IE8
|
2016-07-26 11:06:02 +00:00
|
|
|
|
|
|
|
### 1.4.2 (July 26, 2016)
|
|
|
|
|
|
|
|
- [FIX] Fix missing `isUnsupportedBrowser` in typings description
|
|
|
|
- [DOC] Fix `check`'s declaration in README
|
|
|
|
|
2016-07-07 15:19:19 +00:00
|
|
|
### 1.4.1 (July 7, 2016)
|
|
|
|
|
|
|
|
- [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
|
2016-06-28 08:32:54 +00:00
|
|
|
|
|
|
|
### 1.4.0 (June 28, 2016)
|
|
|
|
|
|
|
|
- [FEATURE] Add `bowser.compareVersions` method
|
|
|
|
- [FEATURE] Add `bowser.isUnsupportedBrowser` method
|
|
|
|
- [FEATURE] Add `bowser.check` method
|
|
|
|
- [DOC] Changelog started
|
2016-06-30 18:15:19 +00:00
|
|
|
- [DOC] Add API section to README
|
|
|
|
- [FIX] Fix detection of browser type (A/C/X) for Chromium
|