tablib v3.0.0 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Dropped Python 3.5 support.
    • JSON-exported data is no longer forced to ASCII characters.
    • YAML-exported data is no longer forced to ASCII characters.

    ๐Ÿ‘Œ Improvements

    • โž• Added Python 3.9 support.
    • โž• Added read_only option to xlsx file reader (#482).

    ๐Ÿ›  Bugfixes

    • Prevented crash in rst export with only-space strings (#469).