Skip to content

Commit 91f3185

Browse files
committed
Bump version 1.0.36
1 parent 9bcfbe2 commit 91f3185

10 files changed

+33
-34
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ua-parser-js",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"authors": [
55
"Faisal Salman <[email protected]>"
66
],

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Version 1.0.x is basically the equivalent of version 0.7.x. See [#536](https://github.com/faisalman/ua-parser-js/issues/536) for the reason behind this confusion.
66

7+
## Version 0.7.36 / 1.0.36
8+
- Add new browser: Snapchat
9+
- Add new devices: Infinix, Tecno
10+
- Improve device detection: Amazon Fire TV, Xiaomi POCO
11+
- Improve OS detection: iOS
12+
713
## Version 0.7.35 / 1.0.35
814
- Fix result from user-supplied user-agent being altered
915
- Add new browser: Heytap, TikTok

dist/ua-parser.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ua-parser.pack.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/51degrees.svg

-19
This file was deleted.

license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2021 Faisal Salman <<[email protected]>>
3+
Copyright (c) 2012-2023 Faisal Salman <<[email protected]>>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'faisalman:ua-parser-js',
3-
version: '1.0.35',
3+
version: '1.0.36',
44
summary: 'Lightweight JavaScript-based user-agent string parser',
55
git: 'https://github.com/faisalman/ua-parser-js.git',
66
documentation: 'readme.md'

package.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "UAParser.js",
33
"name": "ua-parser-js",
4-
"version": "1.0.35",
4+
"version": "1.0.36",
55
"author": "Faisal Salman <[email protected]> (http://faisalman.com)",
66
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
77
"keywords": [
@@ -13,7 +13,15 @@
1313
"device",
1414
"cpu",
1515
"jquery-plugin",
16-
"ecosystem:jquery"
16+
"ecosystem:jquery",
17+
"ua-parser-js",
18+
"client-hints",
19+
"user-agent-detection",
20+
"device-detection",
21+
"platform-detection",
22+
"mobile-detection",
23+
"browser-detection",
24+
"architecture-detection"
1725
],
1826
"homepage": "https://github.com/faisalman/ua-parser-js",
1927
"contributors": [
@@ -197,6 +205,10 @@
197205
{
198206
"type": "paypal",
199207
"url": "https://paypal.me/faisalman"
208+
},
209+
{
210+
"type": "github",
211+
"url": "https://github.com/sponsors/faisalman"
200212
}
201213
]
202214
}

src/ua-parser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/////////////////////////////////////////////////////////////////////////////////
2-
/* UAParser.js v1.0.35
2+
/* UAParser.js v1.0.36
33
Copyright © 2012-2021 Faisal Salman <[email protected]>
44
MIT License *//*
55
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
@@ -17,7 +17,7 @@
1717
/////////////
1818

1919

20-
var LIBVERSION = '1.0.35',
20+
var LIBVERSION = '1.0.36',
2121
EMPTY = '',
2222
UNKNOWN = '?',
2323
FUNC_TYPE = 'function',

test/browser-test.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@
15031503
"ua" : "Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/112.0 Mobile/15E148 Safari/605.1.15",
15041504
"expect" :
15051505
{
1506-
"name" : "Mobile Firefox",
1506+
"name" : "Firefox",
15071507
"version" : "112.0",
15081508
"major" : "112"
15091509
}
@@ -1825,7 +1825,7 @@
18251825
"ua" : "Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36",
18261826
"expect" :
18271827
{
1828-
"name" : "Mobile Chrome",
1828+
"name" : "Chrome",
18291829
"version" : "58.0.3029.83",
18301830
"major" : "58"
18311831
}
@@ -1835,7 +1835,7 @@
18351835
"ua" : "Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47W) AppleWebKit/537.36 (KHTML, like Gecko) FxiOS/7.5b3349 Mobile/14F89 Safari/603.2.4",
18361836
"expect" :
18371837
{
1838-
"name" : "Mobile Firefox",
1838+
"name" : "Firefox",
18391839
"version" : "7.5b3349",
18401840
"major" : "7"
18411841
}
@@ -1845,7 +1845,7 @@
18451845
"ua" : "Mozilla/5.0 (Android 5.0; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0",
18461846
"expect" :
18471847
{
1848-
"name" : "Mobile Firefox",
1848+
"name" : "Firefox",
18491849
"version" : "41.0",
18501850
"major" : "41"
18511851
}

0 commit comments

Comments
 (0)