forked from hgoebl/mobile-detect.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
121 lines (102 loc) · 2.77 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
v1.4.2:
date: 2018-06-10
changes:
- use [email protected]
v1.4.1:
date: 2017-12-24
changes:
- use [email protected]
v1.4.0:
date: 2017-12-09
changes:
- use [email protected]
- fix #67 (vulnerable to ReDoS)
v1.3.7:
date: 2017-09-06
changes:
- use [email protected]
v1.3.6:
date: 2017-04-05
changes:
- use [email protected]
v1.3.5:
date: 2016-11-14
changes:
- use [email protected]
- fix #46 (typings for TypeScript, thanks to @mgroenhoff)
v1.3.4:
date: 2016-11-11
changes:
- use [email protected]
- add typings for TypeScript
v1.3.3:
date: 2016-07-31
changes:
- use [email protected]
- update dev dependencies (no impact on code)
- add licence to source
- add runtime version info
v1.3.2:
date: 2016-03-31
changes:
- use [email protected]
- exclude tests from npm package
- fix #42 (wrong version number in .min.js)
v1.3.1:
date: 2015-12-28
changes:
- use [email protected]
v1.3.0:
date: 2015-09-17
changes:
- use [email protected]
- add method 'userAgents()' to handle cases where more than one browser matches
- change method 'is()' to reflect that more than one match is possible for patterns
- fix #34 is('MobileBot') not working
- mitigate #36 ucbrowser detect as safari on android os
- disable failing unit-tests (testing particular device matches)
v1.2.1:
date: 2015-07-19
changes:
- use [email protected]
v1.2.0:
date: 2015-05-24
changes:
- fix #28 extend fallback pattern for unknown tablets (http://detectmobilebrowsers.com/)
v1.1.0:
date: 2015-05-10
changes:
- use [email protected] (fix #27)
- fix #26 webpack build error
v1.0.1:
date: 2015-04-10
changes:
- package.json bugfix (full-qualified url to github-repo)
This change affects only npm and has no effect on code or Bower.
Therefor this version isn't published through CDN.
v1.0.0:
date: 2015-03-22
changes:
- use [email protected]
- breaking change: phone() and tablet() won't return 'UnknownMobile' -> have to check mobile() as well (issue #20)
- breaking change: fallback detection phone/tablet is now based on smaller screen side (issue #23)
- expose internal implementation in case somebody wants to quick fix or monkey-patch the behaviour
v0.4.3:
date: 2014-12-08
changes:
- fix issue #15 (detect crazy Microsoft Mobile OS)
- use [email protected]
v0.4.2:
date: 2014-10-21
changes:
- use [email protected]
v0.4.1:
date: 2014-10-12
changes:
- fix issue #10 (optimization: no need to eval code before it's not required)
- use [email protected]
v0.4.0:
date: 2014-07-15
changes:
- use [email protected]
- add AMD support (thnx to @unclechu)