All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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 🎉