rich v10.2.0 Release Notes

Release Date: 2021-05-12 // almost 3 years ago
  • ➕ Added

    • ➕ Added syntax for call, i.e. "Foo(bar)"
    • ➕ Added Console.measure as a convenient alias for Measurement.get
    • ➕ Added support for pretty printing attrs objects
    • ➕ Added mappingproxy to pretty print
    • ➕ Added UserDict and UserList support to pretty printer

    🔄 Changed

    • 🔄 Changed colorama init to set strip=False
    • 🔄 Changed highlighter for False, True, None to not match in the middle of a word. i.e. NoneType is no longer highlighted as None

    🛠 Fixed