-
Notifications
You must be signed in to change notification settings - Fork 891
/
Copy pathCHANGELOG
30 lines (26 loc) · 850 Bytes
/
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
v1.0.0:
date: 2015-03-22
changes:
- use Mobile-Detect@2.8.12
- 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 Mobile-Detect@2.8.11
v0.4.2:
date: 2014-10-21
changes:
- use Mobile-Detect@2.8.5
v0.4.1:
date: 2014-10-12
changes:
- fix issue #10 (optimization: no need to eval code before it's not required)
- use Mobile-Detect@2.8.4
v0.4.0:
date: 2014-07-15
changes:
- use Mobile-Detect@2.8.3
- add AMD support (thnx to @unclechu)