kiss-headers v2.2.2 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • ๐Ÿ”„ 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.