changes-42.rst 1.3 KB

12345678910111213141516171819202122
  1. Changes in version 4.2
  2. ======================
  3. :program:`Universal Feed Parser` 4.2 was released on 2008-03-12.
  4. - Support for parsing microformats, including rel=enclosure, rel=tag, XFN, and hCard.
  5. - Updated the whitelist of :ref:`acceptable HTML elements and attributes <advanced.sanitization.html>` based on the latest draft of the :abbr:`HTML (HyperText Markup Language)` 5 specification.
  6. - Support for :ref:`advanced.sanitization.css`. (Previous versions of :program:`Universal Feed Parser` simply stripped all inline styles.) Many thanks to Sam Ruby for implementing this, despite my insistence that it was impossible.
  7. - Support for :ref:`advanced.sanitization.svg`.
  8. - Support for :ref:`advanced.sanitization.mathml`. Many thanks to Jacques Distler for patiently debugging this feature.
  9. - :abbr:`IRI (International Resource Identifier)` support for every element that can contain a :abbr:`URI (Uniform Resource Identifier)`.
  10. - Ability to :ref:`disable relative URI resolution <advanced.base.disable>`.
  11. - Command-line arguments and alternate serializers, for manipulating :program:`Universal Feed Parser` from shell scripts or other non-Python sources.
  12. - More robust parsing of author email addresses, misencoded win-1252 content, rel=self links, and better detection of HTML content in elements with ambiguous content types.