|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -- Updated detection rules from upstream on 2024-06-25 |
| 3 | +## [1.1.3] |
| 4 | + |
| 5 | +- Updated detection rules from upstream on 2024-06-25 ([#124](https://github.com/podigee/device_detector/pull/124)) |
4 | 6 |
|
5 | 7 | ## [1.1.2] |
6 | | -- Updated detection rules from upstream on 2023-11-27 |
| 8 | + |
| 9 | +- Updated detection rules from upstream on 2023-11-27 |
7 | 10 |
|
8 | 11 | ## [1.1.1] |
| 12 | + |
9 | 13 | - Updated detection rules from upstream on 2023-07-01 |
10 | 14 | - Fix issue when user agent is nil ([#104](https://github.com/podigee/device_detector/issues/104)) |
11 | 15 | - Fix issue when user agent is not UTF-8 encoded ([#105](https://github.com/podigee/device_detector/issues/105), [#106](https://github.com/podigee/device_detector/issues/106)) |
12 | 16 | - Improve device brand name detection |
13 | 17 |
|
14 | 18 | ## [1.1.0] |
| 19 | + |
15 | 20 | - Updated detection rules from upstream on 2022-12-09 |
16 | 21 | - Add support for client hints in header |
17 | 22 | - Changed the minimum required Ruby version (>= 2.7.5) |
18 | 23 |
|
19 | 24 | ## [1.0.7] |
| 25 | + |
20 | 26 | - Updated detection rules from upstream on 2022-02-17 |
21 | 27 | - Fixes Ruby warnings when compiling RegExes ([#89](https://github.com/podigee/device_detector/issues/89), [#91](https://github.com/podigee/device_detector/issues/91)) |
22 | 28 |
|
23 | 29 | ## [1.0.6] |
| 30 | + |
24 | 31 | - Updated detection rules from upstream on 2021-10-28 |
25 | 32 |
|
26 | 33 | ## [1.0.5] |
| 34 | + |
27 | 35 | - Updated detection rules from upstream on 2020-10-06 |
28 | 36 |
|
29 | 37 | ## [1.0.4] |
| 38 | + |
30 | 39 | - Updated detection rules from upstream on 2020-06-23 |
31 | 40 | - [Issue #69](https://github.com/podigee/device_detector/issues/69): Performance: RegExp definitions are only loaded once. |
32 | 41 | - [Issue #74](https://github.com/podigee/device_detector/issues/74): Development: Added Rubocop |
33 | 42 |
|
34 | 43 | ## [1.0.3] |
| 44 | + |
35 | 45 | - Updated detection rules from upstream on 2019-12-09 |
36 | 46 |
|
37 | 47 | ## [1.0.2] |
| 48 | + |
38 | 49 | - Updated detection rules from upstream on 2019-08-05 |
39 | 50 |
|
40 | 51 | ## [1.0.1] |
| 52 | + |
41 | 53 | - Updated detection rules from upstream on 2018-04-27 |
42 | 54 |
|
43 | 55 | ## [1.0.0] |
| 56 | + |
44 | 57 | - Boom! The 1.0.0 has landed :) |
45 | 58 |
|
46 | 59 | ## [0.9.0] |
| 60 | + |
47 | 61 | - Preparing for the 1.0.0 release. This version (with minor bumps) will be promoted to 1.0.0 once the release has been proven stable |
48 | 62 | - Updated regex files from upstream |
49 | 63 | - Updated test fixtures from upstream |
50 | 64 |
|
51 | 65 | ## [0.8.2] |
| 66 | + |
52 | 67 | - Added device brand support. Thanks to [dnswus](https://github.com/dnswus) |
53 | 68 |
|
54 | 69 | ## [0.8.1] |
| 70 | + |
55 | 71 | - Added Instacast detection rules |
56 | 72 | - Updated test fixtures |
57 | 73 |
|
58 | 74 | ## [0.8.0] |
| 75 | + |
59 | 76 | - Added a better and more robust device detection. Thanks to [skaes](https://github.com/skaes) |
60 | 77 | - Added test fixture from the piwik project |
61 | 78 |
|
62 | 79 | ## [0.7.0] |
| 80 | + |
63 | 81 | - [Issue #8](https://github.com/podigee/device_detector/issues/8) Fixed Mac OS X full version format. Thanks to [aaronchi](https://github.com/aaronchi) for reporting |
64 | 82 |
|
65 | 83 | ## [0.6.0] |
|
0 commit comments