Release 2.1.0 (2020-05-22)
N Introduce a new function nfc.Device.SupportedBaudRatesTargetMode()
wrapping the corresponding new function in the upcoming 1.7.2 release
of the libnfc.
C Bump libnfc dependency to version 1.7.2.
C Allow nil Target parameter to
function nfc.Device.InitiatorTargetIsPresent() as supported since
release 1.7.1 of the libnfc.
R adapt Go modules and discontinue the subdirectory scheme.
Release 2.1.1 (2020-05-22)
N Provide Device.InitiatorPollTarget wrapping nfc_initiator_poll_target.
N Add support for Thinfilm NFC Barcode targets
N Add support for NFC ISO14443BiClass, i.e. HID iClass (Picopass) targets
I Due to upstream changes, the value of the modulation type enumeration
constants has changed. This has been forgotton for the 2.1.0 release
which is why this patch release is needed.
Release 2.1.2 (2020-05-22)
I Fix Go import paths (sorry, this is my first time using go mod)
Release 2.1.3 (2020-05-22)
I In reaction to the newly released libnfc 1.8.0 which fixes the ABI
breakage, revert the enumeration order changes and retract releases
2.1.0 to 2.1.2.
N Requires libnfc version >= 1.8.0.