kiss-headers v2.2.3 Release Notes

Release Date: 2020-05-28 // almost 4 years ago
  • ๐Ÿ”„ Changes:

    • ๐Ÿ›  Bugfix: The double-quote character wasn't handled correctly inside an attrs value.
    • ๐Ÿ›  Bugfix: Cannot pass a BufferedReader (fp) to the parse_it function.
    • ๐Ÿ›  Bugfix: Fix the unfolding inside header content.

Previous changes from v2.2.2

  • ๐Ÿ”„ Changes: This is a bugfix release. (#36)

    • ๐Ÿ›  Bugfix: gt and lt implemented but missing ge and le in Header.
    • ๐Ÿ›  Bugfix: Attributes.remove() method would fail to remove properly if with_value is None and index is not provided.
    • ๐Ÿ›  Bugfix: Support negative index in Attributes.insert() method.
    • ๐Ÿ›  Bugfix: Delete an attribute no longer remove members that are named after the target key. #35
    • ๐Ÿ‘Œ Improvement: Docstring additions.