Skip to content

kiss-headers

Compare
Choose a tag to compare
@Ousret Ousret released this 24 May 08:06
· 51 commits to master since this release
fa3a1c8

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.