UNPKG

850 BPlain TextView Raw
1v1.0.0:
2 date: 2015-03-22
3 changes:
4 - use Mobile-Detect@2.8.12
5 - breaking change: phone() and tablet() won't return 'UnknownMobile' -> have to check mobile() as well (issue #20)
6 - breaking change: fallback detection phone/tablet is now based on smaller screen side (issue #23)
7 - expose internal implementation in case somebody wants to quick fix or monkey-patch the behaviour
8
9v0.4.3:
10 date: 2014-12-08
11 changes:
12 - fix issue #15 (detect crazy Microsoft Mobile OS)
13 - use Mobile-Detect@2.8.11
14
15v0.4.2:
16 date: 2014-10-21
17 changes:
18 - use Mobile-Detect@2.8.5
19
20v0.4.1:
21 date: 2014-10-12
22 changes:
23 - fix issue #10 (optimization: no need to eval code before it's not required)
24 - use Mobile-Detect@2.8.4
25
26v0.4.0:
27 date: 2014-07-15
28 changes:
29 - use Mobile-Detect@2.8.3
30 - add AMD support (thnx to @unclechu)