feedparser v5.0 Release Notes

Release Date: 2011-01-25 // over 13 years ago
    • ๐Ÿ‘ Improved MathML support
    • ๐Ÿ‘ Support microformats (rel-tag, rel-enclosure, xfn, hcard)
    • ๐Ÿ‘ Support IRIs
    • Allow safe CSS through sanitization
    • Allow safe HTML5 through sanitization
    • ๐Ÿ‘ Support SVG
    • ๐Ÿ‘ Support inline XML entity declarations
    • ๐Ÿ‘ Support unescaped quotes and angle brackets in attributes
    • ๐Ÿ‘ Support additional date formats
    • ๐Ÿ“œ Added the request_headers argument to parse()
    • ๐Ÿ“œ Added the response_headers argument to parse()
    • ๐Ÿ‘ Support multiple entry, feed, and source authors
    • ๐Ÿ‘ Officially make Python 2.4 the earliest supported version
    • ๐Ÿ‘ Support Python 3
    • ๐Ÿ›  Bug fixes, bug fixes, bug fixes