forked from chariotsolutions/phonegap-nfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
39 lines (32 loc) · 1.24 KB
/
CHANGES.txt
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
= 0.6.2 =
Add support for Windows Phone 8.1 and Windows 8.1 @jlkalberer #182
Update share on BlackBerry 10.2 #172
Fix callback for enabled on Android #169
Fix documentation @lezardrouge #180
Fix documentation @JohnMcLear #171
= 0.6.1 =
Add ndef.tnfToString Fixes #145
Add ndef.androidApplicationRecord(packageName) Fixes #161
Add more documentation for NO_NFC and NFC_DISABLED error codes Fixes #160
Ensure window.nfc is undefined on unsupported platforms like iOS. Fixes #151 & 152 from Jakob Witte Larsen @jakobwitte
Check if NFC is enabled #146 & #154 from David Froehlich @didlich
= 0.6.0 =
Change signature for remove*Listener methods. Fixes #142
= 0.5.1 =
nfc.makeReadOnly Fixes #6
Better encoding and decoding of UTF-8 strings. Fixes #102
= 0.5.0 =
remove listeners for Android implemented by Axel Nennker @AxelNennker #129
bug fix in stopNfc() from Michal Letynski @mletynski #125 #126
= 0.4.9 =
handleNfcFromIntentFilter is android only
add isType helper #103
= 0.4.8 =
Fix IllegalArgumentException #110
Update documentation about filtering mime types #71 and #72
Add onLoad for Android #105 and #99
Build better JSON from @didlich #113
= 0.4.7 =
Rewrite BlackBerry10 implementation for Cordova 3.0
Remove unused Android Ant scripts
Update documentation