kiss-headers v2.2.3 Release Notes
Release Date: 2020-05-28 // over 3 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.