租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.6 KiB

3 months ago
  1. # Bowser Changelog
  2. ### 1.9.4 (June 28, 2018)
  3. - [FIX] Fix NAVER Whale browser detection (#220)
  4. - [FIX] Fix MZ Browser browser detection (#219)
  5. - [FIX] Fix Firefox Focus browser detection (#191)
  6. - [FIX] Fix webOS browser detection (#186)
  7. ### 1.9.3 (March 12, 2018)
  8. - [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
  9. ### 1.9.2 (February 5, 2018)
  10. - [FIX] Fix `typings.d.ts` — add `osname` flag to the interface
  11. ### 1.9.1 (December 22, 2017)
  12. - [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface
  13. ### 1.9.0 (December 20, 2017)
  14. - [ADD] Add a public method `.detect()` (#205)
  15. - [DOCS] Fix description of `chromium` flag in docs (#206)
  16. ### 1.8.1 (October 7, 2017)
  17. - [FIX] Fix detection of MS Edge on Android and iOS (#201)
  18. ### 1.8.0 (October 7, 2017)
  19. - [ADD] Add `osname` into result object (#200)
  20. ### 1.7.3 (August 30, 2017)
  21. - [FIX] Fix detection of Chrome on Android 8 OPR6 (#193)
  22. ### 1.7.2 (August 17, 2017)
  23. - [FIX] Fix typings.d.ts according to #185
  24. ### 1.7.1 (July 13, 2017)
  25. - [ADD] Fix detecting of Tablet PC as tablet (#183)
  26. ### 1.7.0 (May 18, 2017)
  27. - [ADD] Add OS version support for Windows and macOS (#178)
  28. ### 1.6.0 (December 5, 2016)
  29. - [ADD] Add some tests for Windows devices (#89)
  30. - [ADD] Add `root` to initialization process (#170)
  31. - [FIX] Upgrade .travis.yml config
  32. ### 1.5.0 (October 31, 2016)
  33. - [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
  34. - [FIX] Fix truly detection of Windows Phones (#167)
  35. ### 1.4.6 (September 19, 2016)
  36. - [FIX] Fix mobile Opera's version detection on Android
  37. - [FIX] Fix typescript typings — add `mobile` and `tablet` flags
  38. - [DOC] Fix description of `bowser.check`
  39. ### 1.4.5 (August 30, 2016)
  40. - [FIX] Add support of Samsung Internet for Android
  41. - [FIX] Fix case when `navigator.userAgent` is `undefined`
  42. - [DOC] Add information about `strictMode` in `check` function
  43. - [DOC] Consistent use of `bowser` variable in the README
  44. ### 1.4.4 (August 10, 2016)
  45. - [FIX] Fix AMD `define` call — pass name to the function
  46. ### 1.4.3 (July 27, 2016)
  47. - [FIX] Fix error `Object doesn't support this property or method` on IE8
  48. ### 1.4.2 (July 26, 2016)
  49. - [FIX] Fix missing `isUnsupportedBrowser` in typings description
  50. - [DOC] Fix `check`'s declaration in README
  51. ### 1.4.1 (July 7, 2016)
  52. - [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
  53. ### 1.4.0 (June 28, 2016)
  54. - [FEATURE] Add `bowser.compareVersions` method
  55. - [FEATURE] Add `bowser.isUnsupportedBrowser` method
  56. - [FEATURE] Add `bowser.check` method
  57. - [DOC] Changelog started
  58. - [DOC] Add API section to README
  59. - [FIX] Fix detection of browser type (A/C/X) for Chromium