Skip to content

Latest commit

 

History

History
98 lines (44 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

98 lines (44 loc) · 5.45 KB

3.0.2 (2021-02-22)

Features

  • android: allow requestTechnology resolves to tags even when tech (8b7f862)

3.0.1 (2021-02-20)

Bug Fixes

  • #371 missing MIFARE_BLOCK_SIZE for mifareClassicHandlerAndroid (b136419)

3.0.0 (2021-02-18)

Features

  • expose RTD_URI_PROTOCOLS (26516a7)

3.0.0-0 (2021-02-10)

Bug Fixes

  • disable 18092 polling (cause iOS freeze) (64115f8)
  • ios: add polling for iso18092 (b7984a5)
  • add callback type null possible (1371533)
  • cancelTechnology might cause exception if there's a connected tag (af2f1f9)
  • cancelTechnology might cause exception if there's a connected tag (dcb26b8)
  • getNdefMessage should use the same structure for platforms (73859fb)
  • import NfcManager from new location (c95cc76)
  • ios isSupported (adcc966)
  • promise won't be rejected when calling cancelTechnologyRequest in (64c9cbd)
  • reject tech request promise when native iOS cancel button is pressed (7915b98)
  • remove getNdefMessage's parameter declaration (6fc257e)

Features

  • extract more NfcTech handlers (0032408)
  • android: getNdefStatus (4cc68ce)
  • ios: enhance didDetectTags and add queryNDEFStatus / makeReadOnly (32dd3be)
  • invalidateSessionWithErrorIOS (c631110)
  • ios 13 ndef read and write (31a3ae6)
  • requestTechnology support multi-techs (65e8f02)

2.0.0-beta.1 (2019-07-13)

Bug Fixes

  • call the correct method mifareUltralightReadPages (notice the tailing s) (60feee8)
  • ios crash on registerTagEvent (e654d93)
  • MifareClassic should also support transceive (dd4a902)
  • use non-cached ndef for getNdefMessage API (49f8541)

Features

  • mifareultralight support (4a53a13)
  • support getMaxTransceiveLength and setTimeout (e759c39)

0.0.9 (2018-01-02)

0.0.8 (2017-12-09)

0.0.7 (2017-12-04)

0.0.6 (2017-11-17)

0.0.3 (2017-09-27)

0.0.2 (2017-08-01)