kiss-headers v2.0.3 Release Notes

Release Date: 2020-04-16 // about 4 years ago
  • ๐Ÿ”„ Changes :

    • ๐Ÿ›  Bugfix : Better detection of an illegal header name.
    • ๐Ÿ‘Œ Improvement : parse_it() was too permissive and allowed illegal header name to be included.
    • ๐Ÿ”‹ Feature : Reversed can now be called upon an Headers instance.
    • ๐Ÿ”‹ Feature : Sorted can be used with an Headers instance to return a list of Header in alphabetical order.
    • ๐Ÿ›  Bugfix : ContentDisposition custom class was not encoding fallback filename properly.
    • ๐Ÿ‘Œ Improvement : Headers class can be instantiated like Headers(Header("Content-Type", "text/html"), Header("Allow", "POST")).