Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Latest commit

 

History

History
98 lines (69 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

98 lines (69 loc) · 6.77 KB

0.4.2 (2019-06-01)

Now TypeScript Types are available thanks to @AnandChowdhary and his PR #36

  • Database: Added Chrome 73 and 74 (d2ea800)

0.4.0 (2019-02-07)

  • Fix: Issue 96 of WhichBrowser/Parser-PHP, profiles.js and models-*.js files had some occourrences of spaces replaced by Unicode Character 'EN SPACE' (U+2002). The scripts that download these files are now stripping away that character and replacing it with a normal space. Thanks @koconder for #29 and @Taiwaninja for reporting it.
  • Tools: WhichBrowser/Parser-Javascript is now tested on all the node versions between 6 and 11 included. Thanks again to @koconder for #30.
  • Database: Added Chrome 70, 71 and 72 (34735c2)

0.3.5 (2018-10-01)

  • Database: Added new iPhones XS, XS Max, XR (911ae7a)

0.3.4 (2018-09-13)

  • Database: Added Chrome 69 (5b8a4fa)

0.3.3 (2018-08-22)

  • Fixes: Now is possible to really disable the bot detection with the option detectBots: false (5e02e9a)

0.3.2 (2018-07-27)

  • Database: Added Chrome 68 (0d04c8d & cd5ec81)
  • Database: Fixed name of Oculus Browser and added Oculus Go detection, thanks @frankolivier (#23) (b38377c)

0.3.1 (2018-07-13)

  • Database: Updated Models, Indices and Profiles (fa4dd85)

0.3.0 (2018-06-19)

  • Database: Added Chrome 66 & 67 (a9bce87)

0.2.9 (2018-03-16)

  • Database: Added Chrome 65 (c1c9148)

0.2.8 (2018-03-06)

0.2.7 (2018-01-31)

  • Fixes: Windows IoT 10 being detected as Android (695751b)
  • Database: Added Chrome 64 (ec0e117)

0.2.6 (2018-01-21)

This update is too big to list all the improvements Just to list some of these:

  • Improved XIAOMI and MIUI browser detection
  • Added Zen, Ziox, Yuanda and many others
  • Added a lot of new models
  • Added new browsers

0.2.5 (2017-12-07)

  • Fixes:
  • Database: Added Chrome 63, new iPhones, MANY new models of various manufacturers and Os (6e6715e)
  • Analysis: Better management of Edge, added management of KaiOS (22a2752)

0.2.4 (2017-11-17)

  • Database: Added Chrome 62 (3d4a74c)

0.2.3 (2017-09-25)

  • Database: Added Chrome 61 (6d86594)
  • Database: Added macOS High Sierra (5b8584a)

0.2.2 (2017-08-08)

New Features
  • Database: Added Chrome 60 (0043804)

0.2.1 (2017-07-14)

News
  • This project: 🎊 is now the official JavaScript version of WhichBrowser 🍾
Documentation Changes
  • readme: updated with new badge due to change of GitHub url (11b18b7)
  • changelog: added this changelog
New Features
Bug Fixes
  • coverage: removed unused line of code that lowered the coverage, now is 100% 🎉 (36fed88)

0.2.0 (2017-07-10)

Documentation Changes
  • readme: added instructions 📖 on how to use cache (0e2c83e)
New Features
  • cache: adding a simple cache mechanism (0e2c83e)

0.1.0 (2017-07-06)

New Features
  • npm: First version of JavaScript porting on npm 🎇