Bowser Versions Save

a browser detector

v2.11.0

1 year ago

What's Changed

  • [ADD]: Add detection for Miui Browser #436
  • [ADD]: Add support for using alias in 'is' method #437
  • [FIX]: Add missing typescript property declaration by @Cordazar in https://github.com/lancedikson/bowser/pull/438
  • [FIX]: Update @returns of Parser.prototype.parse #427
  • [CHORE]: bump http-proxy from 1.18.0 to 1.18.1 #442
  • [CHORE]: bump yargs-parser from 13.1.1 to 13.1.2 #440
  • [CHORE]: bump elliptic from 6.5.1 to 6.5.3 #431
  • [CHORE] bump lodash from 4.17.15 to 4.17.19 #428

New Contributors

Full Changelog: https://github.com/lancedikson/bowser/compare/2.10.0...v2.11.0

2.10.0

3 years ago
  • [FIX] Fix for Firefox detection on iOS 13 [#415]
  • [FIX] Fixes for typings.d.ts [#409]
  • [FIX] Updated development dependencies

2.7.0

4 years ago
  • [FIX] Add support for QQ Browser [#362]
  • [FIX] Add support for GSA [#364]
  • [FIX] Updated dependencies

2.5.3

4 years ago

2.5.3 (Aug 4, 2019)

  • [FIX] Add MacOS names support [#338]
  • [FIX] Point typings.d.ts from package.json [#341]
  • [FIX] Upgrade dependencies

2.5.1

4 years ago
  • [FIX] Fixes the bug with a custom Error class (#335)
  • [FIX] Fixes the settings for Babel to reduce the bundle size (#259)

2.5.0

4 years ago
  • [ADD] Add constant output so that users can quickly get all types (#325)
  • [FIX] Add support for Roku OS (#332)
  • [FIX] Update devDependencies
  • [FIX] Fix docs, README and added funding information

2.3.0

5 years ago
  • [ADD] Add support for Blink-based MS Edge (#311)
  • [ADD] Add more types for TS (#289)
  • [FIX] Update dev-dependencies
  • [FIX] Update docs

2.1.0

5 years ago
  • [ADD] Add new Parser.getEngineName() method (#288)
  • [ADD] Add detection of ChromeOS (#287)
  • [FIX] Fix README

2.0.0

5 years ago

The new stable version of bowser is here!

We've been preparing and tuning it bit by bit. I've started with the better code structure so that it would be easier for the community to add new supporting browsers, platforms, OS and also propose new features. Thus, I came up with moving to ES2015 and splitting its functionality to a few modules. Another significant improvement is the API. It became more explicit and more useful than it used to be. I hope you will like it. It's entirely new, so there is no reason to mention all the breaking changes here, go to the docs and try it out.

Last, but not least, I'd like to say thanks to the community and people which were supporting and helping me with the new version, who tested it on their projects and proposed features. Especially, would like to praise @mjlescano, @udivankin, @darkowic and @alexandercerutti for their participation! ❤️

There're lots of things I'd like to improve here, so, if you're interested in participating and helping on this project, join us! 🙌🏻

2.0.0-beta.1

5 years ago