This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
forked from chariotsolutions/phonegap-nfc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
59 lines (48 loc) · 1.84 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
= 0.6.6 =
Update Windows platforms (includes Windows Phone 8.1)
* tag event contains nested ndefMessage object #215
* support unformatted tags with addTagDiscoveredListener & removeTagDiscoveredListener #204
* implement showSettings #147
* better error messages when NFC is disabled #213
* use NDEF parsing and encoding code from www/phonegap-nfc.js (remove duplication)
* update documentation
= 0.6.5 =
Add nfc.showSettings for Android and BlackBerry 10 #147
Fix package name for Blackberry 10
= 0.6.4 =
Fix Android compile issue #192
= 0.6.3 =
Drop support for Cordova 2.9 #192
Move plugin to NPM #194
= 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