Releases: nfcpy/ndeflib
Releases · nfcpy/ndeflib
0.3.3
-
Support Python 3.7.
-
Python 3.7 mandates PEP 479 which made StopIteration within a
generator raise RuntimeException. -
The urllib.parse.quote function now follows RFC 3986 and does no
longer convert the~
character. -
Importing ABCs from
collections
will no longer be possible with
Python 3.8, must then import fromcollections.abc
.
-
-
WiFi and Bluetooth Records print attribute keys in sorted order to
have consitent output in documentation embedded tests (doctest).
0.3.2
0.3.1
0.3.0
- Support for decoding and encoding of the NFC Forum Signature Record,
contributed by @nickaknudson.
0.2.0
0.1.1
0.1.0
- First release with complete documentation and pushed to PyPI.
- Fully implements decoding and encoding of generic records.
- Implements specific record decode/encode for NFC Forum Text, Uri,
Smartposter, Device Information, Handover Request, Handover Select,
Handover Mediation, Handover Initiate, and Handover Carrier Record. - Tested to work with Python 2.7 and 3.5 with 100 % test coverage.