Dateigrösse: 983 bytes
1 # Bowser Changelog 2 3 ### 1.4.5 (August 30, 2016) 4 5 - [FIX] Add support of Samsung Internet for Android 6 - [FIX] Fix case when `navigator.userAgent` is `undefined` 7 - [DOC] Add information about `strictMode` in `check` function 8 - [DOC] Consistent use of `bowser` variable in the README 9 10 ### 1.4.4 (August 10, 2016) 11 12 - [FIX] Fix AMD `define` call — pass name to the function 13 14 ### 1.4.3 (July 27, 2016) 15 16 - [FIX] Fix error `Object doesn't support this property or method` on IE8 17 18 ### 1.4.2 (July 26, 2016) 19 20 - [FIX] Fix missing `isUnsupportedBrowser` in typings description 21 - [DOC] Fix `check`'s declaration in README 22 23 ### 1.4.1 (July 7, 2016) 24 25 - [FIX] Fix `strictMode` logic for `isUnsupportedBrowser` 26 27 ### 1.4.0 (June 28, 2016) 28 29 - [FEATURE] Add `bowser.compareVersions` method 30 - [FEATURE] Add `bowser.isUnsupportedBrowser` method 31 - [FEATURE] Add `bowser.check` method 32 - [DOC] Changelog started 33 - [DOC] Add API section to README 34 - [FIX] Fix detection of browser type (A/C/X) for Chromium 35