Skip to content

Releases: nfcpy/ndeflib

0.3.3

27 May 19:49
Compare
Choose a tag to compare
  • 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 from collections.abc.

  • WiFi and Bluetooth Records print attribute keys in sorted order to
    have consitent output in documentation embedded tests (doctest).

0.3.2

05 Feb 12:33
Compare
Choose a tag to compare
  • Bugfix for issue #7 (don't encode the Certificate URI if it is None or empty)

0.3.1

21 Nov 08:45
Compare
Choose a tag to compare
  • Fixes the signature record to encode lengths as 16-bits.

0.3.0

17 Nov 18:54
Compare
Choose a tag to compare
  • Support for decoding and encoding of the NFC Forum Signature Record,
    contributed by @nickaknudson.

0.2.0

17 Nov 11:03
Compare
Choose a tag to compare

This release adds records for decoding and encoding of Wi-Fi Simple Configuration and Wi-Fi Peer To Peer out-of-band data.

0.1.1

17 Nov 12:00
Compare
Choose a tag to compare
  • Development status set to Stable, required new release level as PyPI
    doesn't allow changing.

0.1.0

14 Jul 15:52
Compare
Choose a tag to compare
  • 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.