UNPKG

1.19 kBPlain TextView Raw
1v1.1.0:
2 date: 2015-05-10
3 changes:
4 - use Mobile-Detect@2.8.13 (fix #27)
5 - fix #26 webpack build error
6
7v1.0.1:
8 date: 2015-04-10
9 changes:
10 - package.json bugfix (full-qualified url to github-repo)
11 This change affects only npm and has no effect on code or Bower.
12 Therefor this version isn't published through CDN.
13
14v1.0.0:
15 date: 2015-03-22
16 changes:
17 - use Mobile-Detect@2.8.12
18 - breaking change: phone() and tablet() won't return 'UnknownMobile' -> have to check mobile() as well (issue #20)
19 - breaking change: fallback detection phone/tablet is now based on smaller screen side (issue #23)
20 - expose internal implementation in case somebody wants to quick fix or monkey-patch the behaviour
21
22v0.4.3:
23 date: 2014-12-08
24 changes:
25 - fix issue #15 (detect crazy Microsoft Mobile OS)
26 - use Mobile-Detect@2.8.11
27
28v0.4.2:
29 date: 2014-10-21
30 changes:
31 - use Mobile-Detect@2.8.5
32
33v0.4.1:
34 date: 2014-10-12
35 changes:
36 - fix issue #10 (optimization: no need to eval code before it's not required)
37 - use Mobile-Detect@2.8.4
38
39v0.4.0:
40 date: 2014-07-15
41 changes:
42 - use Mobile-Detect@2.8.3
43 - add AMD support (thnx to @unclechu)