kiss-headers v2.1.2 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
  • Changes:

    • ๐Ÿ›  Bugfix: dir method in Header instance could contain entries with illegal characters.
    • ๐Ÿ“š Documentation: Major update available at kiss-headers.tech
    • ๐Ÿ›  Bugfix: Allow set item value to contain comma-separated entries in Headers.
    • ๐Ÿ›  Bugfix: pop() method on Headers was discarding output_lock_type() toggle.
    • ๐Ÿ”‹ Feature: Introducing index() method on Headers class. Behave like list().index().
    • ๐Ÿ›  Bugfix: ContentDisposition was rejecting perfectly valid non-ASCII filename.
    • ๐Ÿ‘Œ Improvement: Add ready-to-use methods in ContentDisposition class.
    • ๐Ÿ‘Œ Improvement: Creates py.typed file. #29
    • Others: Docstring improvements.