All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.5.0 (2024-12-16)
- ios: 0x24 command support for the
transceive(...)
method (#29) (2e718cb) - ios: add
manufacturerCode
property (#27) (f1a25eb) - support HCE (#25) (ecf4837)
6.4.0 (2024-11-06)
6.3.0 (2024-10-31)
- update
LICENSE
6.2.1 (2024-08-16)
- android: skip
canMakeReadOnly
if it cannot be read (bddaeec)
6.2.0 (2024-06-01)
6.1.0 (2024-05-15)
6.0.0 (2024-04-16)
- This plugin now only supports Capacitor 6.
- android: add
connect(...)
andclose(...)
methods (#21) (299fa9c) - ios: support iso15693 command code
0x23
(#19) (923f46a) - update to Capacitor 6 (#22) (0c7b849)
5.1.0 (2024-01-18)
- ios: add support for Iso7816 (#17) (1cafc38)
- ios: support MIFARE DESFire in
transceive(...)
method (#15) (60194a1)
- ios: detect
NfcTagTechType.NfcV
correctly (5570562) - ios: support
MIFARE_PLUS
andMIFARE_ULTRALIGHT
intransceive(...)
method (72ec3ae) - retain
nfcTagScanned
event until consumed (#16) (3ef3dee)
5.0.2 (2023-06-13)
5.0.1 (2023-06-03)
5.0.0 (2023-05-04)
- This plugin now only supports Capacitor 5.
- android:
Cannot invoke method toList() on null object
(00f9e96)
0.3.2 (2023-05-01)
0.3.1 (2023-02-06)
- ios: restart polling after reading a tag (#8) (50ff554)
- utils: add missing
UriIdentifierCode
option (#10) (b82600e)
0.3.0 (2022-11-11)
- android: Error messages on Android are now no longer localized.
- add
erase
andformat
methods (#6) (8c7c8a5) - android: return non-localized error messages (#7) (0d16442)
- support NFC raw commands (#5) (a00bfd9)
0.2.0 (2022-10-03)
- FeliCa tags are no longer detected by default on iOS. The polling option must be configured using
pollingOptions
. (#3)
0.1.1 (2022-09-07)
- android: catch all native errors (1244330)
0.1.0 (2022-08-20)
- update to Capacitor 4 (#1)
Initial release 🎉