kiss-headers v1.1.1 Release Notes

Release Date: 2020-03-28 // about 4 years ago
  • ๐Ÿ”„ Changes : from PR #10

    • ๐Ÿ”‹ Feature : You can parse Response from encode/httpx package. Just use parse_it() method.
    • ๐Ÿ”‹ Feature : Possibility to generate a JSON-string from a Headers object using to_json() method.
    • ๐Ÿ”‹ Feature : Embed the capability to cast any header and Headers to bytes.
    • ๐Ÿ‘Œ Improvement : We've successfully passed mypy type-lint check.
    • ๐Ÿ”‹ Feature : Allow to lock type output to List of Header instead of second guessing if List or a Header using lock_output_type() method from kiss-headers package init.
    • ๐Ÿ›  Bugfix : Automatically cast object to str if trying to assign to Header anything else than str.

    ๐Ÿ“„ Thank to @kewbish for grammar changes to docs in PR #9