kiss-headers v2.2.0 Release Notes

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

    • 👌 Improvement: Implement insert() method on Headers class.
    • 🔋 Feature: Introducing the Attributes class in models. Attributes/members are now ordered by default.
    • 👌 Improvement: Add pop() and insert() methods on Header class.
    • 🛠 Bugfix: Unescape the double quote char in the cookie value when using SetCokies or Cookie classes.
    • 👌 Improvement: Implement valued_attrs property on Header to extract a list of distinct attributes that have at least one value attached to them.

    👀 The biggest improvement is that the Header class now acts ordered on its members and attributes/keys/values. See PR #32

    📦 The package will most likely go into feature freeze until 3.0-dev. The current focus will be around tests/docs and issues addressed. Enjoy 🎉
    Thank all present and future adopters.

    📄 Docs are going to be updated soon.