Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Latest commit

 

History

History
118 lines (56 loc) · 5.94 KB

CHANGELOG.md

File metadata and controls

118 lines (56 loc) · 5.94 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2024-01-18)

Features

  • ios: add support for Iso7816 (#17) (1cafc38)
  • ios: support MIFARE DESFire in transceive(...) method (#15) (60194a1)

Bug Fixes

  • ios: detect NfcTagTechType.NfcV correctly (5570562)
  • ios: support MIFARE_PLUS and MIFARE_ULTRALIGHT in transceive(...) method (72ec3ae)
  • retain nfcTagScanned event until consumed (#16) (3ef3dee)

5.0.2 (2023-06-13)

Bug Fixes

  • android: ex.getMessage() could be null (#14) (84d5952)

5.0.1 (2023-06-03)

Bug Fixes

  • android: format() method failed on some tags (#13) (43f7290)

5.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • This plugin now only supports Capacitor 5.

Features

Bug Fixes

  • android: Cannot invoke method toList() on null object (00f9e96)

0.3.2 (2023-05-01)

Bug Fixes

  • android: Attempt to get length of null array (#12) (f271da6)

0.3.1 (2023-02-06)

Features

  • utils: add methods convertBytesToHex and convertHexToBytes (#9) (1969c8b)

Bug Fixes

  • ios: restart polling after reading a tag (#8) (50ff554)
  • utils: add missing UriIdentifierCode option (#10) (b82600e)

0.3.0 (2022-11-11)

⚠ BREAKING CHANGES

  • android: Error messages on Android are now no longer localized.

Features

  • add erase and format methods (#6) (8c7c8a5)
  • android: return non-localized error messages (#7) (0d16442)
  • support NFC raw commands (#5) (a00bfd9)

Bug Fixes

  • android: add missing makeReadOnly implementation (#4) (326d4a5)

0.2.0 (2022-10-03)

⚠ BREAKING CHANGES

  • FeliCa tags are no longer detected by default on iOS. The polling option must be configured using pollingOptions. (#3)

Features

  • ios: add pollingOptions option (#3) (8d809e8)

0.1.1 (2022-09-07)

Bug Fixes

  • android: catch all native errors (1244330)

0.1.0 (2022-08-20)

⚠ BREAKING CHANGES

  • update to Capacitor 4 (#1)

Features

0.0.1 (2022-08-12)

Initial release 🎉