Skip to content

Releases: Ousret/dicttoxml

Version 2.1.0

13 Aug 20:51
Compare
Choose a tag to compare

Version 2.1.0

  • Changes:
    • Handling bool values properly
    • Support for disabling default list folding
    • Fix converting dict having integer as key
    • Add /docs

Version 2.0.0

29 Mar 06:29
9f62ff1
Compare
Choose a tag to compare

This is a fork that support Python 3.9 and forward versions and drop all EOL (<=3.6) versions altogether. It is mostly backward-compatible, act as a drop-in replacement.

Version 2.0.0

  • Release Date: 2022-03-28
  • Changes:
    • The immediate priority is to get things up and running without BC-Break (as possible)
    • Mostly backward-compatible
    • Removed support for EOL Python 2.7, 3.5 and 3.6
    • Added support for Python 3.9 and forward
    • Add separate CHANGELOG.md
    • Updated README.markdown
    • Lowered logging entries to strict debug
    • Add static typing on the public api function
    • Major package restructuring while keeping BC on what is expected to be public API
    • Unique node identifier now uses token_hex from secrets instead of randint