mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
21 lines
530 B
Markdown
21 lines
530 B
Markdown
# Bowser Changelog
|
|
|
|
|
|
### 1.4.2 (July 26, 2016)
|
|
|
|
- [FIX] Fix missing `isUnsupportedBrowser` in typings description
|
|
- [DOC] Fix `check`'s declaration in README
|
|
|
|
### 1.4.1 (July 7, 2016)
|
|
|
|
- [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
|
|
|
|
### 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
|