bowser 2.5.3 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Bowser Changelog
2
2
 
3
+ ### 2.7.0 (Oct 2, 2019)
4
+ - [FIX] Add support for QQ Browser [#362]
5
+ - [FIX] Add support for GSA [#364]
6
+ - [FIX] Updated dependencies
7
+
8
+ ### 2.6.0 (Sep 6, 2019)
9
+ - [ADD] Define "module" export in package.json [#354]
10
+ - [FIX] Fix Tablet PC detection [#334]
11
+
12
+ ### 2.5.4 (Sep 2, 2019)
13
+ - [FIX] Exclude docs from the npm package [#349]
14
+
3
15
  ### 2.5.3 (Aug 4, 2019)
4
16
  - [FIX] Add MacOS names support [#338]
5
17
  - [FIX] Point typings.d.ts from package.json [#341]
package/README.md CHANGED
@@ -6,7 +6,7 @@ A small, fast and rich-API browser/platform/engine detector for both browser and
6
6
 
7
7
  Don't hesitate to support the project on Github or [OpenCollective](https://opencollective.com/bowser) if you like it ❤️ Also, contributors are always welcome!
8
8
 
9
- [![Build Status](https://travis-ci.org/lancedikson/bowser.svg?branch=master)](https://travis-ci.org/lancedikson/bowser/) [![Greenkeeper badge](https://badges.greenkeeper.io/lancedikson/bowser.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/lancedikson/bowser/badge.svg?branch=master)](https://coveralls.io/github/lancedikson/bowser?branch=master)
9
+ [![Build Status](https://travis-ci.org/lancedikson/bowser.svg?branch=master)](https://travis-ci.org/lancedikson/bowser/) [![Greenkeeper badge](https://badges.greenkeeper.io/lancedikson/bowser.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/lancedikson/bowser/badge.svg?branch=master)](https://coveralls.io/github/lancedikson/bowser?branch=master) ![Downloads](https://img.shields.io/npm/dm/bowser)
10
10
 
11
11
  # Contents
12
12
  - [Overview](#overview)